++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 7 02:09:17 UTC 2025 ===================' INFO: =================== Mon Apr 7 02:09:17 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.44 ++ 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.44 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.44 ++ ANALYTICSDB_NODES=10.0.0.44 ++ ANALYTICS_SNMP_NODES=10.0.0.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:8081 ' +++ '[' -n '10.0.0.44:8081 ' ']' +++ echo 10.0.0.44:8081 ++ ANALYTICS_SERVERS=10.0.0.44: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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:9042 ' +++ '[' -n '10.0.0.44:9042 ' ']' +++ echo 10.0.0.44:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.44:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:8086 ' +++ '[' -n '10.0.0.44:8086 ' ']' +++ echo 10.0.0.44:8086 ++ COLLECTOR_SERVERS=10.0.0.44: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.44 ++ CONFIGDB_NODES=10.0.0.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:8082 ' +++ '[' -n '10.0.0.44:8082 ' ']' +++ echo 10.0.0.44:8082 ++ CONFIG_SERVERS=10.0.0.44: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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:9161 ' +++ '[' -n '10.0.0.44:9161 ' ']' +++ echo 10.0.0.44:9161 ++ CONFIGDB_SERVERS=10.0.0.44: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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:9041 ' +++ '[' -n '10.0.0.44:9041 ' ']' +++ echo 10.0.0.44:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.44:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.6 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.6 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+=10.0.0.44:2181, +++ '[' -n 10.0.0.44:2181, ']' +++ echo 10.0.0.44:2181 ++ ZOOKEEPER_SERVERS=10.0.0.44: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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:2181 ' +++ '[' -n '10.0.0.44:2181 ' ']' +++ echo 10.0.0.44:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.44:2181 ++ RABBITMQ_NODES=10.0.0.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+=10.0.0.44:5673, +++ '[' -n 10.0.0.44:5673, ']' +++ echo 10.0.0.44:5673 ++ RABBITMQ_SERVERS=10.0.0.44: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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:6379 ' +++ '[' -n '10.0.0.44:6379 ' ']' +++ echo 10.0.0.44:6379 ++ REDIS_SERVERS=10.0.0.44: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.44 ++ 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.44 +++ local server_address=10.0.0.44 +++ extended_server_list+='10.0.0.44:9092 ' +++ '[' -n '10.0.0.44:9092 ' ']' +++ echo 10.0.0.44:9092 ++ KAFKA_SERVERS=10.0.0.44: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.44 ++ 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.44 ++ 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.44 ++ 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.44 ++ cut -d , -f 1 + local cassandra=10.0.0.44 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.44 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.44 +++ local servers=10.0.0.44 +++ cut -d ' ' -f 1 +++ 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}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.44,10.20.0.6,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.44'\''))' +++ local server_ip=10.0.0.44 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.44 ]] +++ [[ ,10.0.0.44,10.20.0.6,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.44, ]] +++ echo 10.0.0.44 1 +++ return ++ local ip=10.0.0.44 ++ [[ -z 10.0.0.44 ]] ++ echo 10.0.0.44 + host_ip=10.0.0.44 + [[ cql == \c\q\l ]] ++ echo 10.0.0.44:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.44:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.44: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 04/07/2025 02:09:26.326 7f8264b71c48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/07/2025 02:09:26.476 7f8264b71c48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/07/2025 02:09:26.490 7f8264b71c48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/07/2025 02:09:26.490 7f8264b71c48 [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.44:8082/ Hit Ctrl-C to quit. 10.0.0.44 - - [2025-04-07 02:09:30] "GET / HTTP/1.1" 503 181 0.000454 10.0.0.44 - - [2025-04-07 02:09:30] "GET / HTTP/1.1" 503 181 0.000158 10.0.0.44 - - [2025-04-07 02:09:31] "GET / HTTP/1.1" 200 45871 0.002861 10.0.0.44 - - [2025-04-07 02:09:31] "GET / HTTP/1.1" 200 45871 0.001281 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.44 - - [2025-04-07 02:09:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.44 - - [2025-04-07 02:09:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000282 10.0.0.44 - - [2025-04-07 02:09:31] "GET / HTTP/1.1" 200 35931 0.057042 10.0.0.44 - - [2025-04-07 02:09:32] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.44 - - [2025-04-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.001039 10.0.0.44 - - [2025-04-07 02:09:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.340191 10.0.0.44 - - [2025-04-07 02:09:32] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003383 10.0.0.44 - - [2025-04-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.988680 10.0.0.44 - - [2025-04-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.44 - - [2025-04-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.047979 10.0.0.44 - - [2025-04-07 02:09:32] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008115 10.0.0.44 - - [2025-04-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.005798 10.0.0.44 - - [2025-04-07 02:09:32] "GET / HTTP/1.1" 200 35931 0.002792 10.0.0.44 - - [2025-04-07 02:09:32] "POST /config-nodes HTTP/1.1" 200 599 0.052490 10.0.0.44 - - [2025-04-07 02:09:32] "GET / HTTP/1.1" 200 35931 0.004289 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000678 10.0.0.44 - - [2025-04-07 02:09:33] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.44 - - [2025-04-07 02:09:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000556 /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.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.036838 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.44 - - [2025-04-07 02:09:33] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008096 10.0.0.44 - - [2025-04-07 02:09:33] "POST /service-appliance-sets HTTP/1.1" 200 553 0.062092 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.004128 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.44 - - [2025-04-07 02:09:33] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007317 10.0.0.44 - - [2025-04-07 02:09:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.041119 10.0.0.44 - - [2025-04-07 02:09:33] "POST /service-appliance-sets HTTP/1.1" 200 541 0.034639 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.44 - - [2025-04-07 02:09:33] "GET /network-ipam/fb4bcb50-cb6a-48b8-8364-3a3cca1b51e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005753 10.0.0.44 - - [2025-04-07 02:09:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.44 - - [2025-04-07 02:09:34] "POST /service-templates HTTP/1.1" 200 511 0.030555 10.0.0.44 - - [2025-04-07 02:09:34] "GET / HTTP/1.1" 200 35931 0.002356 10.0.0.44 - - [2025-04-07 02:09:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.44 - - [2025-04-07 02:09:34] "POST /service-templates HTTP/1.1" 200 501 0.034821 10.0.0.44 - - [2025-04-07 02:09:34] "POST /service-templates HTTP/1.1" 200 515 0.023961 10.0.0.44 - - [2025-04-07 02:09:34] "POST /service-templates HTTP/1.1" 200 535 0.025833 10.0.0.44 - - [2025-04-07 02:09:34] "POST /service-templates HTTP/1.1" 200 507 0.022735 10.0.0.44 - - [2025-04-07 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.319485 10.0.0.44 - - [2025-04-07 02:09:34] "GET /network-ipam/fb4bcb50-cb6a-48b8-8364-3a3cca1b51e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006586 10.0.0.44 - - [2025-04-07 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.330774 10.0.0.44 - - [2025-04-07 02:09:34] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006880 10.0.0.44 - - [2025-04-07 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.004480 10.0.0.44 - - [2025-04-07 02:09:35] "POST /config-database-nodes HTTP/1.1" 200 617 0.029224 10.0.0.44 - - [2025-04-07 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003131 10.0.0.44 - - [2025-04-07 02:09:35] "POST /access-control-lists HTTP/1.1" 200 587 0.020848 10.0.0.44 - - [2025-04-07 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.004118 10.0.0.44 - - [2025-04-07 02:09:35] "POST /access-control-lists HTTP/1.1" 200 585 0.019902 10.0.0.44 - - [2025-04-07 02:09:35] "POST /route-targets HTTP/1.1" 200 327 0.012706 10.0.0.44 - - [2025-04-07 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.012601 10.0.0.44 - - [2025-04-07 02:09:35] "POST /route-targets HTTP/1.1" 200 327 0.011913 10.0.0.44 - - [2025-04-07 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.011138 10.0.0.44 - - [2025-04-07 02:09:35] "POST /route-targets HTTP/1.1" 200 327 0.011841 10.0.0.44 - - [2025-04-07 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.014489 10.0.0.44 - - [2025-04-07 02:09:35] "POST /route-targets HTTP/1.1" 200 327 0.012355 10.0.0.44 - - [2025-04-07 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.011041 10.0.0.44 - - [2025-04-07 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003514 10.0.0.44 - - [2025-04-07 02:09:36] "POST /access-control-lists HTTP/1.1" 200 551 0.065438 10.0.0.44 - - [2025-04-07 02:09:36] "PUT /access-control-list/66212a94-1814-4ce0-8608-8053dd37ecfe HTTP/1.1" 200 272 0.012511 10.0.0.44 - - [2025-04-07 02:09:36] "PUT /access-control-list/69632398-348f-4ca7-9f4c-864e6921e74e HTTP/1.1" 200 272 0.011685 10.0.0.44 - - [2025-04-07 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.44 - - [2025-04-07 02:09:38] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004465 10.0.0.44 - - [2025-04-07 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.44 - - [2025-04-07 02:09:38] "PUT /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 276 0.011357 10.0.0.44 - - [2025-04-07 02:09:39] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 401 292 0.000504 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 581 0.045958 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 575 0.020157 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 575 0.029030 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 559 0.026136 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 555 0.023097 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 557 0.021690 10.0.0.44 - - [2025-04-07 02:09:39] "POST /alarms HTTP/1.1" 200 565 0.020481 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 549 0.022609 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 557 0.023309 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 567 0.023208 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 555 0.022517 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 567 0.020408 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 575 0.064883 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 569 0.023913 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 561 0.020215 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 561 0.022699 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 561 0.020989 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 547 0.018982 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 595 0.022384 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 575 0.019033 10.0.0.44 - - [2025-04-07 02:09:40] "POST /alarms HTTP/1.1" 200 571 0.020291 10.0.0.44 - - [2025-04-07 02:09:41] "POST /alarms HTTP/1.1" 200 583 0.023484 10.0.0.44 - - [2025-04-07 02:09:41] "POST /alarms HTTP/1.1" 200 609 0.048309 10.0.0.44 - - [2025-04-07 02:09:41] "GET / HTTP/1.1" 200 35931 0.002283 10.0.0.44 - - [2025-04-07 02:09:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000476 10.0.0.44 - - [2025-04-07 02:09:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029915 10.0.0.44 - - [2025-04-07 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.44 - - [2025-04-07 02:09:41] "PUT /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 276 0.014531 10.0.0.44 - - [2025-04-07 02:09:42] "GET / HTTP/1.1" 200 35931 0.002605 10.0.0.44 - - [2025-04-07 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.44 - - [2025-04-07 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027260 10.0.0.44 - - [2025-04-07 02:09:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004662 10.0.0.44 - - [2025-04-07 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.44 - - [2025-04-07 02:09:42] "PUT /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 276 0.011498 10.0.0.44 - - [2025-04-07 02:09:43] "GET / HTTP/1.1" 200 35931 0.001886 10.0.0.44 - - [2025-04-07 02:09:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.44 - - [2025-04-07 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.024842 10.0.0.44 - - [2025-04-07 02:09:43] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006641 10.0.0.44 - - [2025-04-07 02:09:43] "PUT /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7 HTTP/1.1" 200 274 0.018602 10.0.0.44 - - [2025-04-07 02:10:12] "GET /global-system-configs HTTP/1.1" 200 322 0.961819 10.0.0.44 - - [2025-04-07 02:10:12] "GET /global-system-configs HTTP/1.1" 200 322 0.038511 10.0.0.44 - - [2025-04-07 02:11:03] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.44 - - [2025-04-07 02:11:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.44 - - [2025-04-07 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032522 10.0.0.44 - - [2025-04-07 02:11:04] "GET /routing-instance/c265c82f-ab6b-49cc-ae95-7049bc443c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004204 10.0.0.44 - - [2025-04-07 02:11:04] "POST /bgp-routers HTTP/1.1" 200 620 0.023247 10.0.0.44 - - [2025-04-07 02:11:04] "GET /bgp-router/2a1275a2-76f6-4dc1-a442-43f1ce43d23a?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.007312 10.0.0.44 - - [2025-04-07 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.44 - - [2025-04-07 02:11:04] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007525 10.0.0.44 - - [2025-04-07 02:11:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004145 10.0.0.44 - - [2025-04-07 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.44 - - [2025-04-07 02:11:58] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.44 - - [2025-04-07 02:11:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000707 10.0.0.44 - - [2025-04-07 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.024710 10.0.0.44 - - [2025-04-07 02:11:58] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008002 10.0.0.44 - - [2025-04-07 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.003599 10.0.0.44 - - [2025-04-07 02:11:58] "POST /database-nodes HTTP/1.1" 200 603 0.028438 10.0.0.44 - - [2025-04-07 02:12:51] "GET / HTTP/1.1" 200 35931 0.002961 10.0.0.44 - - [2025-04-07 02:12:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.44 - - [2025-04-07 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.031718 10.0.0.44 - - [2025-04-07 02:12:51] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006677 10.0.0.44 - - [2025-04-07 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003604 10.0.0.44 - - [2025-04-07 02:12:51] "POST /analytics-nodes HTTP/1.1" 200 605 0.020082 10.0.0.44 - - [2025-04-07 02:12:57] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.44 - - [2025-04-07 02:13:09] "GET / HTTP/1.1" 200 35931 0.003016 10.0.0.44 - - [2025-04-07 02:13:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.44 - - [2025-04-07 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028207 10.0.0.44 - - [2025-04-07 02:13:09] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006377 10.0.0.44 - - [2025-04-07 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003725 10.0.0.44 - - [2025-04-07 02:13:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026076 10.0.0.44 - - [2025-04-07 02:13:22] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.44 - - [2025-04-07 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000731 10.0.0.44 - - [2025-04-07 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.026212 10.0.0.44 - - [2025-04-07 02:13:23] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006750 10.0.0.44 - - [2025-04-07 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.003382 10.0.0.44 - - [2025-04-07 02:13:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.021229 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.44 - - [2025-04-07 02:13:36] "GET /obj-perms HTTP/1.1" 200 5056 0.381456 10.0.0.44 - - [2025-04-07 02:13:36] "GET /obj-perms HTTP/1.1" 200 5056 0.059142 10.0.0.44 - - [2025-04-07 02:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.068539 10.0.0.44 - - [2025-04-07 02:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.048909 10.0.0.44 - - [2025-04-07 02:15:06] "GET / HTTP/1.1" 200 35931 0.002182 10.0.0.44 - - [2025-04-07 02:15:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.44 - - [2025-04-07 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.032257 10.0.0.44 - - [2025-04-07 02:15:07] "GET /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.012436 10.0.0.44 - - [2025-04-07 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.44 - - [2025-04-07 02:15:07] "GET /routing-instance/c265c82f-ab6b-49cc-ae95-7049bc443c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005877 10.0.0.44 - - [2025-04-07 02:15:07] "PUT /global-system-config/07c8d266-6e02-4ac9-a4fe-9a289dfc12a7 HTTP/1.1" 200 274 0.018275 10.0.0.44 - - [2025-04-07 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 218 0.003660 10.0.0.44 - - [2025-04-07 02:15:07] "POST /virtual-routers HTTP/1.1" 200 603 0.025669 10.0.0.44 - - [2025-04-07 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.44 - - [2025-04-07 02:15:07] "GET /virtual-router/62e40cb2-4299-4a30-a6d1-e72ab8727fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.007197 10.0.0.44 - - [2025-04-07 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003454 10.0.0.44 - - [2025-04-07 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.44 - - [2025-04-07 02:15:07] "GET /virtual-network/f14bda6f-2f80-457c-b8fd-ba26ed9baeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006036 10.0.0.44 - - [2025-04-07 02:15:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.080954 10.0.0.44 - - [2025-04-07 02:15:08] "PUT /access-control-list/b2e864d5-21c6-4c36-9b6f-0e7c6ee4fc89 HTTP/1.1" 200 272 0.060323 10.0.0.44 - - [2025-04-07 02:15:09] "GET /global-system-configs HTTP/1.1" 200 322 0.035326 10.0.0.44 - - [2025-04-07 02:15:09] "GET /obj-perms HTTP/1.1" 200 5056 0.079828 10.0.0.44 - - [2025-04-07 02:15:09] "GET /global-system-configs HTTP/1.1" 200 322 0.010853 10.0.0.44 - - [2025-04-07 02:15:09] "GET /obj-perms HTTP/1.1" 200 5056 0.033099 [Introspect:8084]10.0.0.44 - - [2025-04-07 02:15:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000998 [Introspect:8084]10.0.0.44 - - [2025-04-07 02:15:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000998 [Introspect:8084]10.0.0.44 - - [2025-04-07 02:15:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001219 [Introspect:8084]10.0.0.44 - - [2025-04-07 02:15:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001313 10.0.0.44 - - [2025-04-07 02:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051486 10.0.0.44 - - [2025-04-07 02:15:38] "GET /obj-perms HTTP/1.1" 200 5056 0.050711 10.0.0.44 - - [2025-04-07 02:16:15] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.44 - - [2025-04-07 02:16:16] "GET /project/be08988c-25e8-43a1-a5da-730c5b5b2ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.44 - - [2025-04-07 02:16:17] "GET /projects?obj_uuids=be08988c-25e8-43a1-a5da-730c5b5b2ded&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026290 10.0.0.44 - - [2025-04-07 02:16:17] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001712 10.0.0.44 - - [2025-04-07 02:16:17] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033109 10.0.0.44 - - [2025-04-07 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.001777 10.0.0.44 - - [2025-04-07 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.003921 10.0.0.44 - - [2025-04-07 02:16:17] "POST /security-groups HTTP/1.1" 200 568 0.072224 10.0.0.44 - - [2025-04-07 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.005840 10.0.0.44 - - [2025-04-07 02:16:17] "POST /projects HTTP/1.1" 200 539 0.248676 10.0.0.44 - - [2025-04-07 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.318665 10.0.0.44 - - [2025-04-07 02:16:17] "POST /access-control-lists HTTP/1.1" 200 573 0.066326 10.0.0.44 - - [2025-04-07 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003625 10.0.0.44 - - [2025-04-07 02:16:17] "GET /project/be08988c-25e8-43a1-a5da-730c5b5b2ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.809523 10.0.0.44 - - [2025-04-07 02:16:17] "POST /access-control-lists HTTP/1.1" 200 571 0.065016 [Introspect:8084]10.0.0.44 - - [2025-04-07 02:16:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001540 10.0.0.44 - - [2025-04-07 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.023450 10.0.0.44 - - [2025-04-07 02:16:18] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.44 - - [2025-04-07 02:16:18] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.44 - - [2025-04-07 02:16:18] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007725 10.0.0.44 - - [2025-04-07 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001534 10.0.0.44 - - [2025-04-07 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.003866 10.0.0.44 - - [2025-04-07 02:16:19] "POST /security-groups HTTP/1.1" 200 602 0.064389 10.0.0.44 - - [2025-04-07 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.003472 10.0.0.44 - - [2025-04-07 02:16:19] "POST /projects HTTP/1.1" 200 607 0.233578 10.0.0.44 - - [2025-04-07 02:16:19] "POST /access-control-lists HTTP/1.1" 200 607 0.061940 10.0.0.44 - - [2025-04-07 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.308911 10.0.0.44 - - [2025-04-07 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 244 0.003346 10.0.0.44 - - [2025-04-07 02:16:19] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.434436 10.0.0.44 - - [2025-04-07 02:16:19] "POST /access-control-lists HTTP/1.1" 200 605 0.061469 10.0.0.44 - - [2025-04-07 02:16:20] "GET / HTTP/1.1" 200 35931 0.002891 10.0.0.44 - - [2025-04-07 02:16:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.44 - - [2025-04-07 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.061185 10.0.0.44 - - [2025-04-07 02:16:21] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.44 - - [2025-04-07 02:16:21] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027350 10.0.0.44 - - [2025-04-07 02:16:21] "POST /neutron/network HTTP/1.1" 200 117 0.040444 10.0.0.44 - - [2025-04-07 02:16:21] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002238 10.0.0.44 - - [2025-04-07 02:16:21] "POST /neutron/network HTTP/1.1" 200 620 0.153612 10.0.0.44 - - [2025-04-07 02:16:21] "POST /route-targets HTTP/1.1" 200 327 0.013212 10.0.0.44 - - [2025-04-07 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.035903 10.0.0.44 - - [2025-04-07 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006005 10.0.0.44 - - [2025-04-07 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.191989 10.0.0.44 - - [2025-04-07 02:16:21] "POST /neutron/network HTTP/1.1" 200 839 0.006758 10.0.0.44 - - [2025-04-07 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001578 10.0.0.44 - - [2025-04-07 02:16:21] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006128 10.0.0.44 - - [2025-04-07 02:16:22] "POST /neutron/network HTTP/1.1" 200 839 0.007746 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005424 10.0.0.44 - - [2025-04-07 02:16:22] "POST /neutron/network HTTP/1.1" 200 839 0.006449 10.0.0.44 - - [2025-04-07 02:16:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.009566 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domains HTTP/1.1" 401 292 0.000573 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domains HTTP/1.1" 200 280 0.024899 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001731 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2585 0.018035 10.0.0.44 - - [2025-04-07 02:16:22] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001651 10.0.0.44 - - [2025-04-07 02:16:22] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680 HTTP/1.1" 200 2167 0.077975 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c HTTP/1.1" 200 2341 0.007385 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c HTTP/1.1" 200 2341 0.006473 10.0.0.44 - - [2025-04-07 02:16:22] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 200 1494 0.004756 10.0.0.44 - - [2025-04-07 02:16:22] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 200 1494 0.004166 10.0.0.44 - - [2025-04-07 02:16:22] "GET /route-target/9c85434c-1bc1-4e20-8710-e73c0335fa2a HTTP/1.1" 200 1219 0.004631 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c HTTP/1.1" 200 2341 0.005889 10.0.0.44 - - [2025-04-07 02:16:22] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 200 1494 0.004237 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005602 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c HTTP/1.1" 200 2341 0.005527 10.0.0.44 - - [2025-04-07 02:16:22] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 200 1494 0.004270 10.0.0.44 - - [2025-04-07 02:16:22] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 200 1494 0.004032 10.0.0.44 - - [2025-04-07 02:16:22] "GET /route-target/9c85434c-1bc1-4e20-8710-e73c0335fa2a HTTP/1.1" 200 1219 0.003657 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domains HTTP/1.1" 200 280 0.003655 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.44 - - [2025-04-07 02:16:22] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2585 0.007751 10.0.0.44 - - [2025-04-07 02:16:22] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001450 10.0.0.44 - - [2025-04-07 02:16:22] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680 HTTP/1.1" 200 2167 0.086330 10.0.0.44 - - [2025-04-07 02:16:22] "GET /virtual-network/be12909e-9a6b-40d6-825c-dccb75ee094c HTTP/1.1" 200 2341 0.005390 10.0.0.44 - - [2025-04-07 02:16:23] "GET /obj-perms HTTP/1.1" 200 5052 0.051190 10.0.0.44 - - [2025-04-07 02:16:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001848 10.0.0.44 - - [2025-04-07 02:16:24] "POST /neutron/network HTTP/1.1" 200 849 0.006562 10.0.0.44 - - [2025-04-07 02:16:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.44 - - [2025-04-07 02:16:25] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.44 - - [2025-04-07 02:16:25] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000622 10.0.0.44 - - [2025-04-07 02:16:25] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001199 10.0.0.44 - - [2025-04-07 02:16:25] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.054499 10.0.0.44 - - [2025-04-07 02:16:26] "POST /neutron/network HTTP/1.1" 200 839 0.029202 10.0.0.44 - - [2025-04-07 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.005539 10.0.0.44 - - [2025-04-07 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.006136 10.0.0.44 - - [2025-04-07 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.006968 10.0.0.44 - - [2025-04-07 02:16:27] "POST /neutron/network HTTP/1.1" 200 849 0.007114 10.0.0.44 - - [2025-04-07 02:16:27] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001297 10.0.0.44 - - [2025-04-07 02:16:27] "POST /neutron/port HTTP/1.1" 200 1071 0.303388 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/port HTTP/1.1" 200 1071 0.035339 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/port HTTP/1.1" 200 1071 0.010340 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/port HTTP/1.1" 200 1125 0.083328 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/port HTTP/1.1" 200 1099 0.022141 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004042 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.012924 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.002478 10.0.0.44 - - [2025-04-07 02:16:28] "POST /neutron/network HTTP/1.1" 200 839 0.010513 10.0.0.44 - - [2025-04-07 02:16:31] "POST /neutron/port HTTP/1.1" 200 1099 0.018064 10.0.0.44 - - [2025-04-07 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007977 10.0.0.44 - - [2025-04-07 02:16:34] "DELETE /project/be08988c25e843a1a5da730c5b5b2ded HTTP/1.1" 404 173 0.004338 10.0.0.44 - - [2025-04-07 02:16:34] "DELETE /project/3e865b54ad2e41bdabcf9733bff1c680 HTTP/1.1" 404 173 0.003311 10.0.0.44 - - [2025-04-07 02:16:36] "POST /neutron/port HTTP/1.1" 200 1099 0.020224 10.0.0.44 - - [2025-04-07 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007973 10.0.0.44 - - [2025-04-07 02:16:36] "GET /obj-perms HTTP/1.1" 200 5052 0.004483 10.0.0.44 - - [2025-04-07 02:16:37] "GET /obj-perms HTTP/1.1" 200 5052 0.003640 10.0.0.44 - - [2025-04-07 02:16:38] "GET /obj-perms HTTP/1.1" 200 5056 0.071011 10.0.0.44 - - [2025-04-07 02:16:38] "GET /obj-perms HTTP/1.1" 200 5052 0.005219 10.0.0.44 - - [2025-04-07 02:16:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055330 10.0.0.44 - - [2025-04-07 02:16:39] "GET /obj-perms HTTP/1.1" 200 5052 0.004230 10.0.0.44 - - [2025-04-07 02:16:40] "GET /obj-perms HTTP/1.1" 200 5052 0.003714 10.0.0.44 - - [2025-04-07 02:16:42] "POST /neutron/network HTTP/1.1" 200 839 0.012257 10.0.0.44 - - [2025-04-07 02:16:42] "POST /neutron/network HTTP/1.1" 400 204 0.015322 10.0.0.44 - - [2025-04-07 02:16:42] "POST /neutron/port HTTP/1.1" 200 1099 0.017811 10.0.0.44 - - [2025-04-07 02:16:42] "POST /neutron/port HTTP/1.1" 200 1125 0.025784 10.0.0.44 - - [2025-04-07 02:16:42] "POST /neutron/port HTTP/1.1" 200 151 0.145144 10.0.0.44 - - [2025-04-07 02:16:44] "POST /neutron/network HTTP/1.1" 200 839 0.007766 10.0.0.44 - - [2025-04-07 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.44 - - [2025-04-07 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.44 - - [2025-04-07 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002562 10.0.0.44 - - [2025-04-07 02:16:44] "POST /neutron/network HTTP/1.1" 200 151 0.105225 10.0.0.44 - - [2025-04-07 02:16:44] "GET /routing-instance/2d709ee3-c405-461b-b0eb-46b6fa558cfb HTTP/1.1" 404 171 0.002518 10.0.0.44 - - [2025-04-07 02:16:44] "DELETE /route-target/9c85434c-1bc1-4e20-8710-e73c0335fa2a HTTP/1.1" 200 115 0.026435 10.0.0.44 - - [2025-04-07 02:16:44] "GET /domains HTTP/1.1" 200 280 0.006573 10.0.0.44 - - [2025-04-07 02:16:44] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.44 - - [2025-04-07 02:16:44] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2585 0.051178 10.0.0.44 - - [2025-04-07 02:16:44] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001217 10.0.0.44 - - [2025-04-07 02:16:44] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680 HTTP/1.1" 200 1917 0.075454 10.0.0.44 - - [2025-04-07 02:16:44] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001232 10.0.0.44 - - [2025-04-07 02:16:44] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039754 10.0.0.44 - - [2025-04-07 02:16:44] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001183 10.0.0.44 - - [2025-04-07 02:16:44] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?fields=virtual_networks HTTP/1.1" 200 1053 0.037081 10.0.0.44 - - [2025-04-07 02:16:44] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001849 10.0.0.44 - - [2025-04-07 02:16:44] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.038881 10.0.0.44 - - [2025-04-07 02:16:44] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001390 10.0.0.44 - - [2025-04-07 02:16:44] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?fields=security_groups HTTP/1.1" 200 1290 0.031421 10.0.0.44 - - [2025-04-07 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.028484 10.0.0.44 - - [2025-04-07 02:16:45] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002993 10.0.0.44 - - [2025-04-07 02:16:45] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.44 - - [2025-04-07 02:16:45] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008876 10.0.0.44 - - [2025-04-07 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.001466 10.0.0.44 - - [2025-04-07 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.008513 10.0.0.44 - - [2025-04-07 02:16:46] "POST /security-groups HTTP/1.1" 200 603 0.072782 10.0.0.44 - - [2025-04-07 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.003625 10.0.0.44 - - [2025-04-07 02:16:46] "POST /projects HTTP/1.1" 200 609 0.249079 10.0.0.44 - - [2025-04-07 02:16:46] "POST /access-control-lists HTTP/1.1" 200 608 0.062681 10.0.0.44 - - [2025-04-07 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.324553 10.0.0.44 - - [2025-04-07 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.003448 10.0.0.44 - - [2025-04-07 02:16:46] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.458352 10.0.0.44 - - [2025-04-07 02:16:46] "POST /access-control-lists HTTP/1.1" 200 606 0.065214 10.0.0.44 - - [2025-04-07 02:16:47] "GET / HTTP/1.1" 200 35931 0.002961 10.0.0.44 - - [2025-04-07 02:16:47] "GET /projects?obj_uuids=be08988c-25e8-43a1-a5da-730c5b5b2ded&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001855 10.0.0.44 - - [2025-04-07 02:16:47] "GET /project/be08988c-25e8-43a1-a5da-730c5b5b2ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041811 10.0.0.44 - - [2025-04-07 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.44 - - [2025-04-07 02:16:48] "GET /security-group/1a62dad0-9510-478a-9b3d-89f3ed247b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.008378 10.0.0.44 - - [2025-04-07 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.44 - - [2025-04-07 02:16:48] "GET /projects?obj_uuids=be08988c-25e8-43a1-a5da-730c5b5b2ded&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002743 10.0.0.44 - - [2025-04-07 02:16:48] "GET /project/be08988c-25e8-43a1-a5da-730c5b5b2ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.042366 10.0.0.44 - - [2025-04-07 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.44 - - [2025-04-07 02:16:48] "GET /security-group/1a62dad0-9510-478a-9b3d-89f3ed247b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.006328 10.0.0.44 - - [2025-04-07 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.44 - - [2025-04-07 02:16:49] "PUT /security-group/1a62dad0-9510-478a-9b3d-89f3ed247b06 HTTP/1.1" 200 262 0.022738 10.0.0.44 - - [2025-04-07 02:16:49] "PUT /access-control-list/68c03f09-2377-4f7c-ba5a-0b2578684dc6 HTTP/1.1" 200 272 0.016758 10.0.0.44 - - [2025-04-07 02:16:49] "PUT /access-control-list/88e4e5f7-511b-4710-b3b8-4b2314784f8e HTTP/1.1" 200 272 0.029981 10.0.0.44 - - [2025-04-07 02:16:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.001065 10.0.0.44 - - [2025-04-07 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.087977 10.0.0.44 - - [2025-04-07 02:16:49] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002228 10.0.0.44 - - [2025-04-07 02:16:49] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053537 10.0.0.44 - - [2025-04-07 02:16:49] "POST /neutron/network HTTP/1.1" 200 117 0.039098 10.0.0.44 - - [2025-04-07 02:16:49] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.44 - - [2025-04-07 02:16:49] "POST /neutron/network HTTP/1.1" 200 619 0.072773 10.0.0.44 - - [2025-04-07 02:16:49] "POST /route-targets HTTP/1.1" 200 327 0.015321 10.0.0.44 - - [2025-04-07 02:16:50] "POST /ref-update HTTP/1.1" 200 156 0.015456 10.0.0.44 - - [2025-04-07 02:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010129 10.0.0.44 - - [2025-04-07 02:16:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.181916 10.0.0.44 - - [2025-04-07 02:16:50] "POST /neutron/network HTTP/1.1" 200 837 0.009853 10.0.0.44 - - [2025-04-07 02:16:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001355 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005192 10.0.0.44 - - [2025-04-07 02:16:50] "POST /neutron/network HTTP/1.1" 200 837 0.007285 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005394 10.0.0.44 - - [2025-04-07 02:16:50] "POST /neutron/network HTTP/1.1" 200 837 0.009741 10.0.0.44 - - [2025-04-07 02:16:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.009604 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domains HTTP/1.1" 401 292 0.000514 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domains HTTP/1.1" 200 280 0.036734 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002974 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.016677 10.0.0.44 - - [2025-04-07 02:16:50] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.44 - - [2025-04-07 02:16:50] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 2173 0.075452 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 2337 0.007166 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 2337 0.006245 10.0.0.44 - - [2025-04-07 02:16:50] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 200 1492 0.004696 10.0.0.44 - - [2025-04-07 02:16:50] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 200 1492 0.003747 10.0.0.44 - - [2025-04-07 02:16:50] "GET /route-target/0c5a4a2b-e4cd-4700-aca9-e0ea9deebde3 HTTP/1.1" 200 1217 0.004402 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 2337 0.005440 10.0.0.44 - - [2025-04-07 02:16:50] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 200 1492 0.004027 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005658 10.0.0.44 - - [2025-04-07 02:16:50] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 2337 0.005416 10.0.0.44 - - [2025-04-07 02:16:50] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 200 1492 0.004614 10.0.0.44 - - [2025-04-07 02:16:50] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 200 1492 0.004238 10.0.0.44 - - [2025-04-07 02:16:50] "GET /route-target/0c5a4a2b-e4cd-4700-aca9-e0ea9deebde3 HTTP/1.1" 200 1217 0.003250 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domains HTTP/1.1" 200 280 0.003355 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.44 - - [2025-04-07 02:16:50] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.007956 10.0.0.44 - - [2025-04-07 02:16:50] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.44 - - [2025-04-07 02:16:51] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 2173 0.072847 10.0.0.44 - - [2025-04-07 02:16:51] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 2337 0.006527 10.0.0.44 - - [2025-04-07 02:16:51] "GET /obj-perms HTTP/1.1" 200 5054 0.048466 10.0.0.44 - - [2025-04-07 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.44 - - [2025-04-07 02:16:51] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.44 - - [2025-04-07 02:16:51] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.032837 10.0.0.44 - - [2025-04-07 02:16:51] "POST /neutron/network HTTP/1.1" 200 117 0.009971 10.0.0.44 - - [2025-04-07 02:16:51] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.44 - - [2025-04-07 02:16:51] "POST /neutron/network HTTP/1.1" 200 619 0.090348 10.0.0.44 - - [2025-04-07 02:16:51] "POST /route-targets HTTP/1.1" 200 327 0.014806 10.0.0.44 - - [2025-04-07 02:16:51] "POST /ref-update HTTP/1.1" 200 156 0.016562 10.0.0.44 - - [2025-04-07 02:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004555 10.0.0.44 - - [2025-04-07 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.223419 10.0.0.44 - - [2025-04-07 02:16:51] "POST /neutron/network HTTP/1.1" 200 838 0.006487 10.0.0.44 - - [2025-04-07 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001344 10.0.0.44 - - [2025-04-07 02:16:51] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007082 10.0.0.44 - - [2025-04-07 02:16:51] "POST /neutron/network HTTP/1.1" 200 838 0.006885 10.0.0.44 - - [2025-04-07 02:16:51] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006013 10.0.0.44 - - [2025-04-07 02:16:52] "POST /neutron/network HTTP/1.1" 200 838 0.006376 10.0.0.44 - - [2025-04-07 02:16:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.007576 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domains HTTP/1.1" 200 280 0.002672 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001956 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.010222 10.0.0.44 - - [2025-04-07 02:16:52] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.44 - - [2025-04-07 02:16:52] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 2401 0.088963 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df HTTP/1.1" 200 2339 0.006488 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df HTTP/1.1" 200 2339 0.005170 10.0.0.44 - - [2025-04-07 02:16:52] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 200 1491 0.003671 10.0.0.44 - - [2025-04-07 02:16:52] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 200 1491 0.003518 10.0.0.44 - - [2025-04-07 02:16:52] "GET /route-target/ceee88fd-6b77-44a8-beee-4387d1cc7470 HTTP/1.1" 200 1219 0.003847 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df HTTP/1.1" 200 2339 0.006978 10.0.0.44 - - [2025-04-07 02:16:52] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 200 1491 0.004385 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005682 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df HTTP/1.1" 200 2339 0.006568 10.0.0.44 - - [2025-04-07 02:16:52] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 200 1491 0.004264 10.0.0.44 - - [2025-04-07 02:16:52] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 200 1491 0.003814 10.0.0.44 - - [2025-04-07 02:16:52] "GET /route-target/ceee88fd-6b77-44a8-beee-4387d1cc7470 HTTP/1.1" 200 1219 0.003258 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domains HTTP/1.1" 200 280 0.003372 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.44 - - [2025-04-07 02:16:52] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.007403 10.0.0.44 - - [2025-04-07 02:16:52] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.44 - - [2025-04-07 02:16:52] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 2401 0.074244 10.0.0.44 - - [2025-04-07 02:16:52] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df HTTP/1.1" 200 2339 0.014583 10.0.0.44 - - [2025-04-07 02:16:52] "GET /obj-perms HTTP/1.1" 200 5054 0.003866 10.0.0.44 - - [2025-04-07 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001477 10.0.0.44 - - [2025-04-07 02:16:52] "POST /neutron/network HTTP/1.1" 200 848 0.007094 10.0.0.44 - - [2025-04-07 02:16:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.44 - - [2025-04-07 02:16:52] "GET / HTTP/1.1" 200 35931 0.002573 10.0.0.44 - - [2025-04-07 02:16:52] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000671 10.0.0.44 - - [2025-04-07 02:16:53] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.44 - - [2025-04-07 02:16:53] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053310 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/network HTTP/1.1" 200 838 0.007857 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.006021 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.010741 10.0.0.44 - - [2025-04-07 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001583 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.006305 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/network HTTP/1.1" 200 847 0.006257 10.0.0.44 - - [2025-04-07 02:16:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.44 - - [2025-04-07 02:16:53] "POST /neutron/network HTTP/1.1" 200 848 0.006941 10.0.0.44 - - [2025-04-07 02:16:53] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001664 10.0.0.44 - - [2025-04-07 02:16:54] "GET / HTTP/1.1" 200 35931 0.002429 10.0.0.44 - - [2025-04-07 02:16:54] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1072 0.298079 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1072 0.013252 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1072 0.013919 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1126 0.089035 10.0.0.44 - - [2025-04-07 02:16:54] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.44 - - [2025-04-07 02:16:54] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072649 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1100 0.041865 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/network HTTP/1.1" 200 837 0.006479 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004298 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.010836 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/network HTTP/1.1" 200 838 0.007062 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 1100 0.017950 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007984 10.0.0.44 - - [2025-04-07 02:16:54] "POST /neutron/port HTTP/1.1" 200 117 0.006016 10.0.0.44 - - [2025-04-07 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.44 - - [2025-04-07 02:16:54] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001583 10.0.0.44 - - [2025-04-07 02:16:54] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048310 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007495 10.0.0.44 - - [2025-04-07 02:16:55] "GET /floating-ip-pools?parent_id=db0288b7-cb9d-4e96-8cd7-718a44f9f8bd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003537 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006022 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/network HTTP/1.1" 200 847 0.010569 10.0.0.44 - - [2025-04-07 02:16:55] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001510 10.0.0.44 - - [2025-04-07 02:16:55] "POST /floating-ip-pools HTTP/1.1" 200 609 0.046485 10.0.0.44 - - [2025-04-07 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.032595 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.039818 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domains HTTP/1.1" 200 280 0.006159 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.011318 10.0.0.44 - - [2025-04-07 02:16:55] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.44 - - [2025-04-07 02:16:55] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 3243 0.104099 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 3149 0.007681 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1071 0.392037 10.0.0.44 - - [2025-04-07 02:16:55] "GET /floating-ip-pool/54c4c9e7-4b32-4e84-a773-c7523f707599 HTTP/1.1" 200 1440 0.004450 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domains HTTP/1.1" 200 280 0.006585 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.44 - - [2025-04-07 02:16:55] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.008219 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1071 0.017532 10.0.0.44 - - [2025-04-07 02:16:55] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001571 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1071 0.019860 10.0.0.44 - - [2025-04-07 02:16:55] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 3243 0.135926 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd HTTP/1.1" 200 3149 0.010910 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1125 0.151245 10.0.0.44 - - [2025-04-07 02:16:55] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006702 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1099 0.027534 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 1100 0.024426 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007539 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.011497 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.44 - - [2025-04-07 02:16:55] "POST /neutron/network HTTP/1.1" 200 837 0.015224 10.0.0.44 - - [2025-04-07 02:16:56] "POST /neutron/port HTTP/1.1" 200 1100 0.023862 10.0.0.44 - - [2025-04-07 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009497 10.0.0.44 - - [2025-04-07 02:16:56] "POST /neutron/port HTTP/1.1" 200 1100 0.025405 10.0.0.44 - - [2025-04-07 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007959 10.0.0.44 - - [2025-04-07 02:16:56] "GET /virtual-machine/21991c94-e4da-43dd-a060-8d351a1ef5be HTTP/1.1" 200 1304 0.005355 10.0.0.44 - - [2025-04-07 02:16:56] "GET /virtual-machine-interface/0c7d108d-764a-4ef3-a9be-6240c48fd367 HTTP/1.1" 200 3002 0.005319 10.0.0.44 - - [2025-04-07 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.44 - - [2025-04-07 02:16:56] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006718 10.0.0.44 - - [2025-04-07 02:16:56] "GET /virtual-networks?parent_id=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004919 10.0.0.44 - - [2025-04-07 02:16:56] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005720 10.0.0.44 - - [2025-04-07 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.44 - - [2025-04-07 02:16:59] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005363 10.0.0.44 - - [2025-04-07 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.44 - - [2025-04-07 02:17:03] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005434 10.0.0.44 - - [2025-04-07 02:17:04] "POST /neutron/port HTTP/1.1" 200 1100 0.040743 10.0.0.44 - - [2025-04-07 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006747 10.0.0.44 - - [2025-04-07 02:17:04] "POST /neutron/port HTTP/1.1" 200 1099 0.016369 10.0.0.44 - - [2025-04-07 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007103 10.0.0.44 - - [2025-04-07 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.44 - - [2025-04-07 02:17:05] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003337 10.0.0.44 - - [2025-04-07 02:17:05] "GET /virtual-networks?parent_id=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003505 10.0.0.44 - - [2025-04-07 02:17:05] "GET /virtual-network/13faf0e2-2dba-46b1-bafc-aae06a2b69df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005666 10.0.0.44 - - [2025-04-07 02:17:05] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.44 - - [2025-04-07 02:17:05] "POST /neutron/floatingip HTTP/1.1" 200 529 0.093568 10.0.0.44 - - [2025-04-07 02:17:05] "POST /neutron/port HTTP/1.1" 200 1100 0.020780 10.0.0.44 - - [2025-04-07 02:17:05] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007211 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/floatingip HTTP/1.1" 200 576 0.041451 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/port HTTP/1.1" 200 1099 0.015765 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010532 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/port HTTP/1.1" 200 1099 0.018523 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006737 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/port HTTP/1.1" 200 1099 0.015074 10.0.0.44 - - [2025-04-07 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007024 10.0.0.44 - - [2025-04-07 02:17:06] "GET /virtual-machine/c4c5de1c-3809-4286-acb9-4e2c7e95bb06 HTTP/1.1" 200 1305 0.005618 10.0.0.44 - - [2025-04-07 02:17:06] "GET /virtual-machine-interface/13ba3488-73a0-4a94-8f76-1b6bc7dd92ee HTTP/1.1" 200 3003 0.004944 10.0.0.44 - - [2025-04-07 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.44 - - [2025-04-07 02:17:06] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005169 10.0.0.44 - - [2025-04-07 02:17:06] "GET /virtual-networks?parent_id=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003615 10.0.0.44 - - [2025-04-07 02:17:06] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006280 10.0.0.44 - - [2025-04-07 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.44 - - [2025-04-07 02:17:07] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005115 10.0.0.44 - - [2025-04-07 02:17:07] "GET /virtual-networks?parent_id=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004345 10.0.0.44 - - [2025-04-07 02:17:07] "GET /virtual-network/db0288b7-cb9d-4e96-8cd7-718a44f9f8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006611 10.0.0.44 - - [2025-04-07 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010421 10.0.0.44 - - [2025-04-07 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.44 - - [2025-04-07 02:17:07] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003786 10.0.0.44 - - [2025-04-07 02:17:07] "GET /route-target/0c5a4a2b-e4cd-4700-aca9-e0ea9deebde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004381 10.0.0.44 - - [2025-04-07 02:17:07] "GET /floating-ip/93436dd4-8a50-4c36-9759-dbb798aae3bb HTTP/1.1" 200 1888 0.005208 10.0.0.44 - - [2025-04-07 02:17:10] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011603 10.0.0.44 - - [2025-04-07 02:17:10] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017163 10.0.0.44 - - [2025-04-07 02:17:10] "POST /neutron/floatingip HTTP/1.1" 200 529 0.010500 10.0.0.44 - - [2025-04-07 02:17:10] "POST /neutron/floatingip HTTP/1.1" 200 115 0.046179 10.0.0.44 - - [2025-04-07 02:17:10] "GET /floating-ip-pool/54c4c9e7-4b32-4e84-a773-c7523f707599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004035 10.0.0.44 - - [2025-04-07 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.010606 10.0.0.44 - - [2025-04-07 02:17:10] "DELETE /floating-ip-pool/54c4c9e7-4b32-4e84-a773-c7523f707599 HTTP/1.1" 200 115 0.031081 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/network HTTP/1.1" 200 838 0.011608 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/network HTTP/1.1" 400 204 0.013176 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 1099 0.018591 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 1125 0.009480 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 1100 0.019378 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 1126 0.009111 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 151 0.121558 10.0.0.44 - - [2025-04-07 02:17:11] "POST /neutron/port HTTP/1.1" 200 151 0.140309 10.0.0.44 - - [2025-04-07 02:17:13] "POST /neutron/network HTTP/1.1" 200 838 0.006889 10.0.0.44 - - [2025-04-07 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.44 - - [2025-04-07 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.44 - - [2025-04-07 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003683 10.0.0.44 - - [2025-04-07 02:17:13] "POST /neutron/network HTTP/1.1" 200 151 0.088948 10.0.0.44 - - [2025-04-07 02:17:13] "GET /routing-instance/78427fbe-5393-4005-b6f6-707906f126bc HTTP/1.1" 404 171 0.003643 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domains HTTP/1.1" 200 280 0.006355 10.0.0.44 - - [2025-04-07 02:17:13] "DELETE /route-target/ceee88fd-6b77-44a8-beee-4387d1cc7470 HTTP/1.1" 200 115 0.028548 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.052395 10.0.0.44 - - [2025-04-07 02:17:13] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001191 10.0.0.44 - - [2025-04-07 02:17:13] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 2173 0.076068 10.0.0.44 - - [2025-04-07 02:17:13] "POST /neutron/network HTTP/1.1" 200 837 0.008101 10.0.0.44 - - [2025-04-07 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004552 10.0.0.44 - - [2025-04-07 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.44 - - [2025-04-07 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.44 - - [2025-04-07 02:17:13] "POST /neutron/network HTTP/1.1" 200 151 0.090236 10.0.0.44 - - [2025-04-07 02:17:13] "GET /routing-instance/e3742c40-1582-4507-a55e-447f9399cc22 HTTP/1.1" 404 171 0.002836 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domains HTTP/1.1" 200 280 0.005986 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001574 10.0.0.44 - - [2025-04-07 02:17:13] "DELETE /route-target/0c5a4a2b-e4cd-4700-aca9-e0ea9deebde3 HTTP/1.1" 200 115 0.033717 10.0.0.44 - - [2025-04-07 02:17:13] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2783 0.052730 10.0.0.44 - - [2025-04-07 02:17:13] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001393 10.0.0.44 - - [2025-04-07 02:17:13] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 1923 0.073434 10.0.0.44 - - [2025-04-07 02:17:13] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.44 - - [2025-04-07 02:17:13] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028641 10.0.0.44 - - [2025-04-07 02:17:13] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001373 10.0.0.44 - - [2025-04-07 02:17:14] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?fields=virtual_networks HTTP/1.1" 200 1055 0.069164 10.0.0.44 - - [2025-04-07 02:17:14] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.44 - - [2025-04-07 02:17:14] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.029746 10.0.0.44 - - [2025-04-07 02:17:14] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001415 10.0.0.44 - - [2025-04-07 02:17:14] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?fields=security_groups HTTP/1.1" 200 1293 0.027834 10.0.0.44 - - [2025-04-07 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.026277 10.0.0.44 - - [2025-04-07 02:17:15] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002755 10.0.0.44 - - [2025-04-07 02:17:15] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.44 - - [2025-04-07 02:17:15] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008205 10.0.0.44 - - [2025-04-07 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001289 10.0.0.44 - - [2025-04-07 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.002550 10.0.0.44 - - [2025-04-07 02:17:15] "POST /security-groups HTTP/1.1" 200 586 0.068944 10.0.0.44 - - [2025-04-07 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003891 10.0.0.44 - - [2025-04-07 02:17:15] "POST /projects HTTP/1.1" 200 575 0.250428 10.0.0.44 - - [2025-04-07 02:17:15] "POST /access-control-lists HTTP/1.1" 200 591 0.062060 10.0.0.44 - - [2025-04-07 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.328707 10.0.0.44 - - [2025-04-07 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003262 10.0.0.44 - - [2025-04-07 02:17:15] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.467299 10.0.0.44 - - [2025-04-07 02:17:15] "POST /access-control-lists HTTP/1.1" 200 589 0.063039 10.0.0.44 - - [2025-04-07 02:17:16] "GET / HTTP/1.1" 200 35931 0.002089 10.0.0.44 - - [2025-04-07 02:17:17] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.44 - - [2025-04-07 02:17:17] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.033179 10.0.0.44 - - [2025-04-07 02:17:17] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.44 - - [2025-04-07 02:17:17] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?fields=virtual_networks HTTP/1.1" 200 1022 0.078569 10.0.0.44 - - [2025-04-07 02:17:17] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.44 - - [2025-04-07 02:17:17] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.034634 10.0.0.44 - - [2025-04-07 02:17:18] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001339 10.0.0.44 - - [2025-04-07 02:17:18] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?fields=security_groups HTTP/1.1" 200 1243 0.029863 10.0.0.44 - - [2025-04-07 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.025472 10.0.0.44 - - [2025-04-07 02:17:18] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002742 10.0.0.44 - - [2025-04-07 02:17:18] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.44 - - [2025-04-07 02:17:18] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008403 10.0.0.44 - - [2025-04-07 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 193 0.002187 10.0.0.44 - - [2025-04-07 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.004183 10.0.0.44 - - [2025-04-07 02:17:19] "POST /security-groups HTTP/1.1" 200 594 0.069038 10.0.0.44 - - [2025-04-07 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 237 0.004543 10.0.0.44 - - [2025-04-07 02:17:19] "POST /projects HTTP/1.1" 200 591 0.234609 10.0.0.44 - - [2025-04-07 02:17:19] "POST /access-control-lists HTTP/1.1" 200 599 0.063173 10.0.0.44 - - [2025-04-07 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.315047 10.0.0.44 - - [2025-04-07 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.003161 10.0.0.44 - - [2025-04-07 02:17:19] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.449677 10.0.0.44 - - [2025-04-07 02:17:19] "POST /access-control-lists HTTP/1.1" 200 597 0.064682 10.0.0.44 - - [2025-04-07 02:17:20] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.44 - - [2025-04-07 02:17:21] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000574 10.0.0.44 - - [2025-04-07 02:17:21] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001964 10.0.0.44 - - [2025-04-07 02:17:21] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051451 10.0.0.44 - - [2025-04-07 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.44 - - [2025-04-07 02:17:21] "GET /security-group/cd9ab690-1ada-406f-85b8-e3e15d4f1a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005780 10.0.0.44 - - [2025-04-07 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.44 - - [2025-04-07 02:17:21] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001556 10.0.0.44 - - [2025-04-07 02:17:21] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031926 10.0.0.44 - - [2025-04-07 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.44 - - [2025-04-07 02:17:22] "GET /security-group/cd9ab690-1ada-406f-85b8-e3e15d4f1a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004754 10.0.0.44 - - [2025-04-07 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011000 10.0.0.44 - - [2025-04-07 02:17:22] "PUT /security-group/cd9ab690-1ada-406f-85b8-e3e15d4f1a57 HTTP/1.1" 200 262 0.016574 10.0.0.44 - - [2025-04-07 02:17:22] "PUT /access-control-list/050f2d57-77b5-4a16-84ab-6489770d5650 HTTP/1.1" 200 272 0.012641 10.0.0.44 - - [2025-04-07 02:17:22] "PUT /access-control-list/0c95e477-1434-4f5a-9f5f-a47321b47d1a HTTP/1.1" 200 272 0.016117 10.0.0.44 - - [2025-04-07 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.005754 10.0.0.44 - - [2025-04-07 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.44 - - [2025-04-07 02:17:22] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002606 10.0.0.44 - - [2025-04-07 02:17:22] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.035162 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/network HTTP/1.1" 200 117 0.028737 10.0.0.44 - - [2025-04-07 02:17:22] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001397 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/network HTTP/1.1" 200 608 0.090372 10.0.0.44 - - [2025-04-07 02:17:22] "POST /route-targets HTTP/1.1" 200 327 0.013726 10.0.0.44 - - [2025-04-07 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.015876 10.0.0.44 - - [2025-04-07 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007775 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.167256 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/network HTTP/1.1" 200 828 0.006616 10.0.0.44 - - [2025-04-07 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001961 10.0.0.44 - - [2025-04-07 02:17:22] "GET /virtual-network/5187087a-9977-4132-ba1b-b2c4af2bd6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007122 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/network HTTP/1.1" 200 828 0.006899 10.0.0.44 - - [2025-04-07 02:17:22] "GET /virtual-network/5187087a-9977-4132-ba1b-b2c4af2bd6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005450 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/network HTTP/1.1" 200 828 0.007527 10.0.0.44 - - [2025-04-07 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.007662 10.0.0.44 - - [2025-04-07 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.44 - - [2025-04-07 02:17:22] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001084 10.0.0.44 - - [2025-04-07 02:17:22] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024483 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 117 0.009534 10.0.0.44 - - [2025-04-07 02:17:23] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 615 0.109126 10.0.0.44 - - [2025-04-07 02:17:23] "POST /route-targets HTTP/1.1" 200 327 0.016998 10.0.0.44 - - [2025-04-07 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.020025 10.0.0.44 - - [2025-04-07 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.191623 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 831 0.006326 10.0.0.44 - - [2025-04-07 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001832 10.0.0.44 - - [2025-04-07 02:17:23] "GET /virtual-network/1d47c722-95f7-46bf-b6b2-e96eec40587e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006144 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 831 0.006633 10.0.0.44 - - [2025-04-07 02:17:23] "GET /virtual-network/1d47c722-95f7-46bf-b6b2-e96eec40587e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005708 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 831 0.007092 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.008088 10.0.0.44 - - [2025-04-07 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001353 10.0.0.44 - - [2025-04-07 02:17:23] "POST /neutron/network HTTP/1.1" 200 838 0.005991 10.0.0.44 - - [2025-04-07 02:17:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.44 - - [2025-04-07 02:17:24] "GET / HTTP/1.1" 200 35931 0.002366 10.0.0.44 - - [2025-04-07 02:17:24] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000648 10.0.0.44 - - [2025-04-07 02:17:24] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001262 10.0.0.44 - - [2025-04-07 02:17:24] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048170 10.0.0.44 - - [2025-04-07 02:17:24] "POST /neutron/network HTTP/1.1" 200 828 0.006773 10.0.0.44 - - [2025-04-07 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.005832 10.0.0.44 - - [2025-04-07 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.005337 10.0.0.44 - - [2025-04-07 02:17:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001440 10.0.0.44 - - [2025-04-07 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.005411 10.0.0.44 - - [2025-04-07 02:17:24] "POST /neutron/network HTTP/1.1" 200 841 0.007097 10.0.0.44 - - [2025-04-07 02:17:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000679 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/network HTTP/1.1" 200 838 0.006244 10.0.0.44 - - [2025-04-07 02:17:25] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001643 10.0.0.44 - - [2025-04-07 02:17:25] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.44 - - [2025-04-07 02:17:25] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1064 0.230558 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1064 0.017978 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1064 0.010220 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1118 0.071740 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1092 0.018899 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004164 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/subnet HTTP/1.1" 200 704 0.015519 10.0.0.44 - - [2025-04-07 02:17:25] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.44 - - [2025-04-07 02:17:25] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046820 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/network HTTP/1.1" 200 831 0.009650 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/network HTTP/1.1" 200 828 0.005991 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 1092 0.030921 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008379 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.006642 10.0.0.44 - - [2025-04-07 02:17:25] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002042 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/router HTTP/1.1" 200 585 0.081344 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/router HTTP/1.1" 200 585 0.006059 10.0.0.44 - - [2025-04-07 02:17:25] "POST /route-targets HTTP/1.1" 200 327 0.020923 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/router HTTP/1.1" 200 656 0.056200 10.0.0.44 - - [2025-04-07 02:17:25] "PUT /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d HTTP/1.1" 200 262 0.049784 10.0.0.44 - - [2025-04-07 02:17:25] "GET /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.011995 10.0.0.44 - - [2025-04-07 02:17:25] "POST /neutron/router HTTP/1.1" 200 656 0.011286 10.0.0.44 - - [2025-04-07 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010443 10.0.0.44 - - [2025-04-07 02:17:26] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001177 10.0.0.44 - - [2025-04-07 02:17:26] "GET /service-template/db5092bc-626e-462f-be9b-dcbeb4e24684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.005272 10.0.0.44 - - [2025-04-07 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.004119 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/network HTTP/1.1" 200 841 0.018853 10.0.0.44 - - [2025-04-07 02:17:26] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001404 10.0.0.44 - - [2025-04-07 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.020381 10.0.0.44 - - [2025-04-07 02:17:26] "POST /virtual-networks HTTP/1.1" 200 694 0.307748 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/router HTTP/1.1" 200 344 0.521121 10.0.0.44 - - [2025-04-07 02:17:26] "POST /route-targets HTTP/1.1" 200 327 0.073462 10.0.0.44 - - [2025-04-07 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.085864 10.0.0.44 - - [2025-04-07 02:17:26] "POST /service-instances HTTP/1.1" 200 670 0.157550 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/port HTTP/1.1" 200 1092 0.097389 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012980 10.0.0.44 - - [2025-04-07 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.026687 10.0.0.44 - - [2025-04-07 02:17:26] "POST /route-tables HTTP/1.1" 200 582 0.044844 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.554371 10.0.0.44 - - [2025-04-07 02:17:26] "PUT /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d HTTP/1.1" 200 262 0.020861 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.012955 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.008720 10.0.0.44 - - [2025-04-07 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.037781 10.0.0.44 - - [2025-04-07 02:17:26] "POST /neutron/port HTTP/1.1" 200 1114 0.090530 10.0.0.44 - - [2025-04-07 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.44 - - [2025-04-07 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.44 - - [2025-04-07 02:17:27] "POST /neutron/port HTTP/1.1" 200 1088 0.015481 10.0.0.44 - - [2025-04-07 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.44 - - [2025-04-07 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 684 0.016418 10.0.0.44 - - [2025-04-07 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.44 - - [2025-04-07 02:17:27] "POST /virtual-machines HTTP/1.1" 200 553 0.030533 10.0.0.44 - - [2025-04-07 02:17:27] "POST /neutron/network HTTP/1.1" 200 831 0.005677 10.0.0.44 - - [2025-04-07 02:17:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091258 10.0.0.44 - - [2025-04-07 02:17:27] "POST /chown HTTP/1.1" 200 109 0.008296 10.0.0.44 - - [2025-04-07 02:17:27] "POST /instance-ips HTTP/1.1" 200 551 0.026815 10.0.0.44 - - [2025-04-07 02:17:27] "POST /instance-ips HTTP/1.1" 400 246 0.015339 10.0.0.44 - - [2025-04-07 02:17:27] "POST /chown HTTP/1.1" 200 109 0.008514 10.0.0.44 - - [2025-04-07 02:17:27] "PUT /virtual-machine-interface/a5638a5a-3c60-4c91-8925-6380fccb5705 HTTP/1.1" 200 284 0.014544 10.0.0.44 - - [2025-04-07 02:17:27] "PUT /instance-ip/d892d4ff-30de-4a96-b160-85ffb304c393 HTTP/1.1" 200 256 0.014788 10.0.0.44 - - [2025-04-07 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.012065 10.0.0.44 - - [2025-04-07 02:17:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090040 10.0.0.44 - - [2025-04-07 02:17:27] "POST /chown HTTP/1.1" 200 109 0.008602 10.0.0.44 - - [2025-04-07 02:17:27] "POST /instance-ips HTTP/1.1" 200 549 0.048887 10.0.0.44 - - [2025-04-07 02:17:28] "POST /instance-ips HTTP/1.1" 400 316 0.014853 10.0.0.44 - - [2025-04-07 02:17:28] "POST /chown HTTP/1.1" 200 109 0.011295 10.0.0.44 - - [2025-04-07 02:17:28] "PUT /virtual-machine-interface/c27eb36a-9571-4806-bd77-c912834de42e HTTP/1.1" 200 284 0.012311 10.0.0.44 - - [2025-04-07 02:17:28] "PUT /instance-ip/67989911-6d0b-4f97-a726-65bb2ea955f0 HTTP/1.1" 200 256 0.013373 10.0.0.44 - - [2025-04-07 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.016723 10.0.0.44 - - [2025-04-07 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.014670 10.0.0.44 - - [2025-04-07 02:17:28] "PUT /routing-instance/b2a9d17d-e6d4-45e7-a640-899232caf74e HTTP/1.1" 200 266 0.013379 10.0.0.44 - - [2025-04-07 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.013961 10.0.0.44 - - [2025-04-07 02:17:28] "POST /virtual-machines HTTP/1.1" 200 553 0.014995 10.0.0.44 - - [2025-04-07 02:17:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097276 10.0.0.44 - - [2025-04-07 02:17:28] "POST /chown HTTP/1.1" 200 109 0.008372 10.0.0.44 - - [2025-04-07 02:17:28] "POST /instance-ips HTTP/1.1" 400 246 0.018036 10.0.0.44 - - [2025-04-07 02:17:28] "POST /chown HTTP/1.1" 200 109 0.008152 10.0.0.44 - - [2025-04-07 02:17:28] "PUT /virtual-machine-interface/99a35f57-dcf9-43d6-a1f2-c4a64d2e2e02 HTTP/1.1" 200 284 0.011900 10.0.0.44 - - [2025-04-07 02:17:28] "PUT /instance-ip/d892d4ff-30de-4a96-b160-85ffb304c393 HTTP/1.1" 200 256 0.014696 10.0.0.44 - - [2025-04-07 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.014856 10.0.0.44 - - [2025-04-07 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.011528 10.0.0.44 - - [2025-04-07 02:17:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.112276 10.0.0.44 - - [2025-04-07 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.032373 10.0.0.44 - - [2025-04-07 02:17:29] "PUT /routing-instance/b2a9d17d-e6d4-45e7-a640-899232caf74e HTTP/1.1" 200 266 0.018587 10.0.0.44 - - [2025-04-07 02:17:29] "POST /chown HTTP/1.1" 200 109 0.014727 10.0.0.44 - - [2025-04-07 02:17:29] "POST /instance-ips HTTP/1.1" 400 316 0.020861 10.0.0.44 - - [2025-04-07 02:17:29] "POST /chown HTTP/1.1" 200 109 0.007818 10.0.0.44 - - [2025-04-07 02:17:29] "PUT /virtual-machine-interface/80a82b25-0a48-4ef0-95e1-597ea0c9f274 HTTP/1.1" 200 284 0.023553 10.0.0.44 - - [2025-04-07 02:17:29] "PUT /instance-ip/67989911-6d0b-4f97-a726-65bb2ea955f0 HTTP/1.1" 200 256 0.016205 10.0.0.44 - - [2025-04-07 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.013577 10.0.0.44 - - [2025-04-07 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.013030 10.0.0.44 - - [2025-04-07 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.012458 10.0.0.44 - - [2025-04-07 02:17:29] "PUT /routing-instance/b2a9d17d-e6d4-45e7-a640-899232caf74e HTTP/1.1" 200 266 0.017190 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/port HTTP/1.1" 200 1092 0.018107 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007012 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/port HTTP/1.1" 200 1092 0.018764 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010498 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/port HTTP/1.1" 200 1092 0.019028 10.0.0.44 - - [2025-04-07 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007361 10.0.0.44 - - [2025-04-07 02:17:32] "GET /virtual-machine/e1fa9dc3-3cef-4274-b3d6-12067a452e48 HTTP/1.1" 401 292 0.000711 10.0.0.44 - - [2025-04-07 02:17:32] "GET /virtual-machine/e1fa9dc3-3cef-4274-b3d6-12067a452e48 HTTP/1.1" 200 1296 0.031301 10.0.0.44 - - [2025-04-07 02:17:32] "GET /virtual-machine-interface/f5b2ecfd-b9c3-41af-9fcf-91c6cb9d3f88 HTTP/1.1" 200 2956 0.006723 10.0.0.44 - - [2025-04-07 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.44 - - [2025-04-07 02:17:32] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003481 10.0.0.44 - - [2025-04-07 02:17:32] "GET /virtual-networks?parent_id=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004311 10.0.0.44 - - [2025-04-07 02:17:32] "GET /virtual-network/5187087a-9977-4132-ba1b-b2c4af2bd6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005910 10.0.0.44 - - [2025-04-07 02:17:34] "POST /neutron/port HTTP/1.1" 200 1092 0.021492 10.0.0.44 - - [2025-04-07 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008263 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/e15364786e554622ba7bb905baf80756 HTTP/1.1" 404 173 0.015718 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/fc7dc932fc1141b8b86a962351a17533 HTTP/1.1" 404 173 0.014485 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/6ea2c449539e4968966fefeb92f3e33a HTTP/1.1" 404 173 0.003872 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001204 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.105587 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.113969 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.112998 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001415 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?fields=security_groups HTTP/1.1" 200 1395 0.057083 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?fields=security_groups HTTP/1.1" 200 1398 0.057008 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?fields=security_groups HTTP/1.1" 200 1348 0.063688 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /security-group/f5d4c598-8975-49f2-9309-8f5fc67d0825 HTTP/1.1" 200 115 0.088356 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /security-group/3bdc37b1-bc23-482d-812c-7f89f5535df9 HTTP/1.1" 200 115 0.090859 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=3e865b54-ad2e-41bd-abcf-9733bff1c680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001277 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=6ea2c449-539e-4968-966f-efeb92f3e33a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /security-group/8c9d47f0-669f-4bae-9c8f-552b456ac674 HTTP/1.1" 200 115 0.108874 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/cb8273a2-50d1-4b84-827a-927731b95cd0 HTTP/1.1" 200 115 0.089158 10.0.0.44 - - [2025-04-07 02:17:34] "GET /projects?obj_uuids=fc7dc932-fc11-41b8-b86a-962351a17533&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/3e865b54-ad2e-41bd-abcf-9733bff1c680?fields=application_policy_sets HTTP/1.1" 200 1434 0.068718 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/6ea2c449-539e-4968-966f-efeb92f3e33a?fields=application_policy_sets HTTP/1.1" 200 1437 0.076509 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/3ec08740-2f65-43ce-917a-f6b6f9afa2b2 HTTP/1.1" 200 115 0.067665 10.0.0.44 - - [2025-04-07 02:17:34] "GET /project/fc7dc932-fc11-41b8-b86a-962351a17533?fields=application_policy_sets HTTP/1.1" 200 1387 0.096677 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/c9a05a50-e040-40e1-a457-1a6741c430c4 HTTP/1.1" 200 115 0.051847 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/9d4b6210-8749-45bb-bccb-05bc579a9342 HTTP/1.1" 200 115 0.056703 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/49a25ec6-a539-45d3-b669-612a123b6b3c HTTP/1.1" 200 115 0.047449 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/3e865b54-ad2e-41bd-abcf-9733bff1c680 HTTP/1.1" 200 115 0.682251 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/6ea2c449-539e-4968-966f-efeb92f3e33a HTTP/1.1" 200 115 0.685272 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /access-control-list/362e5c29-9c7a-4f9c-a13c-38745e9cc5ae HTTP/1.1" 200 115 0.069440 10.0.0.44 - - [2025-04-07 02:17:34] "DELETE /project/fc7dc932-fc11-41b8-b86a-962351a17533 HTTP/1.1" 200 115 0.728775 10.0.0.44 - - [2025-04-07 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.44 - - [2025-04-07 02:17:35] "GET /virtual-network/5187087a-9977-4132-ba1b-b2c4af2bd6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005188 10.0.0.44 - - [2025-04-07 02:17:35] "POST /neutron/port HTTP/1.1" 200 1088 0.015377 10.0.0.44 - - [2025-04-07 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006536 10.0.0.44 - - [2025-04-07 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.44 - - [2025-04-07 02:17:37] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003321 10.0.0.44 - - [2025-04-07 02:17:37] "GET /virtual-networks?parent_id=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003350 10.0.0.44 - - [2025-04-07 02:17:37] "GET /virtual-network/5187087a-9977-4132-ba1b-b2c4af2bd6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005986 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014523 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006891 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014291 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006929 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/port HTTP/1.1" 200 1088 0.015375 10.0.0.44 - - [2025-04-07 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008365 10.0.0.44 - - [2025-04-07 02:17:38] "GET /virtual-machine/40ed5bc5-0b39-46ab-b899-086df80b5771 HTTP/1.1" 200 1295 0.005299 10.0.0.44 - - [2025-04-07 02:17:38] "GET /virtual-machine-interface/05cd4c7d-89e0-4da0-b0a8-43fd0a6fb611 HTTP/1.1" 200 2966 0.006226 10.0.0.44 - - [2025-04-07 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.44 - - [2025-04-07 02:17:38] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003534 10.0.0.44 - - [2025-04-07 02:17:38] "GET /virtual-networks?parent_id=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003452 10.0.0.44 - - [2025-04-07 02:17:38] "GET /virtual-network/1d47c722-95f7-46bf-b6b2-e96eec40587e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007691 10.0.0.44 - - [2025-04-07 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047466 10.0.0.44 - - [2025-04-07 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.44 - - [2025-04-07 02:17:39] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003738 10.0.0.44 - - [2025-04-07 02:17:39] "GET /virtual-networks?parent_id=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003480 10.0.0.44 - - [2025-04-07 02:17:39] "GET /virtual-network/1d47c722-95f7-46bf-b6b2-e96eec40587e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005487 10.0.0.44 - - [2025-04-07 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.058482 10.0.0.44 - - [2025-04-07 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.44 - - [2025-04-07 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.44 - - [2025-04-07 02:17:39] "POST /chown HTTP/1.1" 200 109 0.008366 10.0.0.44 - - [2025-04-07 02:17:39] "POST /instance-ips HTTP/1.1" 400 246 0.017257 10.0.0.44 - - [2025-04-07 02:17:39] "POST /chown HTTP/1.1" 200 109 0.008188 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008603 10.0.0.44 - - [2025-04-07 02:17:40] "POST /instance-ips HTTP/1.1" 400 316 0.017098 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008352 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.007665 10.0.0.44 - - [2025-04-07 02:17:40] "POST /instance-ips HTTP/1.1" 400 246 0.015894 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008556 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008299 10.0.0.44 - - [2025-04-07 02:17:40] "POST /instance-ips HTTP/1.1" 400 316 0.037611 10.0.0.44 - - [2025-04-07 02:17:40] "POST /chown HTTP/1.1" 200 109 0.007827 10.0.0.44 - - [2025-04-07 02:17:43] "POST /neutron/router HTTP/1.1" 200 656 0.005591 10.0.0.44 - - [2025-04-07 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.014047 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/router HTTP/1.1" 200 344 0.112631 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/router HTTP/1.1" 200 656 0.006067 10.0.0.44 - - [2025-04-07 02:17:44] "GET /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005008 10.0.0.44 - - [2025-04-07 02:17:44] "GET /service-instance/45b2dde2-3894-4bc0-9f96-998177662169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003851 10.0.0.44 - - [2025-04-07 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/router HTTP/1.1" 200 151 0.063171 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /route-target/4eca29fd-bba9-4be4-b7cd-03041183288f HTTP/1.1" 409 239 0.004600 10.0.0.44 - - [2025-04-07 02:17:44] "PUT /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d HTTP/1.1" 404 171 0.003427 10.0.0.44 - - [2025-04-07 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.017563 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /route-table/4ea9cd04-8b2b-4906-95ed-085efb6057b7 HTTP/1.1" 200 115 0.034342 10.0.0.44 - - [2025-04-07 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.44 - - [2025-04-07 02:17:44] "PUT /routing-instance/b2a9d17d-e6d4-45e7-a640-899232caf74e HTTP/1.1" 200 266 0.014112 10.0.0.44 - - [2025-04-07 02:17:44] "GET /virtual-network/7515a820-10a2-419f-a041-62471beee953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005986 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/network HTTP/1.1" 200 831 0.006643 10.0.0.44 - - [2025-04-07 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.021015 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/network HTTP/1.1" 400 204 0.069882 10.0.0.44 - - [2025-04-07 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.011390 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /instance-ip/67989911-6d0b-4f97-a726-65bb2ea955f0 HTTP/1.1" 200 115 0.040661 10.0.0.44 - - [2025-04-07 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.44 - - [2025-04-07 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.011108 10.0.0.44 - - [2025-04-07 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /virtual-network/7515a820-10a2-419f-a041-62471beee953 HTTP/1.1" 200 115 0.171772 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /route-target/8a2b73ca-3992-4463-a76a-d3cf6efc6fd7 HTTP/1.1" 200 115 0.041164 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /service-instance/45b2dde2-3894-4bc0-9f96-998177662169 HTTP/1.1" 200 115 0.032447 10.0.0.44 - - [2025-04-07 02:17:44] "GET /logical-router/f7c4f642-624b-4f2f-9f42-dfd5e2e2503d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005138 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/port HTTP/1.1" 200 1088 0.020545 10.0.0.44 - - [2025-04-07 02:17:44] "GET /service-instance/45b2dde2-3894-4bc0-9f96-998177662169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005370 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/port HTTP/1.1" 200 1114 0.014832 10.0.0.44 - - [2025-04-07 02:17:44] "GET /virtual-machine-interface/80a82b25-0a48-4ef0-95e1-597ea0c9f274?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.017640 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/port HTTP/1.1" 200 151 0.153709 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/port HTTP/1.1" 200 1092 0.025988 10.0.0.44 - - [2025-04-07 02:17:44] "POST /neutron/port HTTP/1.1" 200 1118 0.012223 10.0.0.44 - - [2025-04-07 02:17:44] "DELETE /virtual-machine-interface/80a82b25-0a48-4ef0-95e1-597ea0c9f274 HTTP/1.1" 200 115 0.067554 10.0.0.44 - - [2025-04-07 02:17:44] "GET /virtual-machine-interface/99a35f57-dcf9-43d6-a1f2-c4a64d2e2e02?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.008315 10.0.0.44 - - [2025-04-07 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.019154 10.0.0.44 - - [2025-04-07 02:17:45] "GET /instance-ip/d892d4ff-30de-4a96-b160-85ffb304c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008881 10.0.0.44 - - [2025-04-07 02:17:45] "POST /neutron/port HTTP/1.1" 200 151 0.155867 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /virtual-machine-interface/99a35f57-dcf9-43d6-a1f2-c4a64d2e2e02 HTTP/1.1" 200 115 0.041973 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /virtual-machine/2d1f5a8c-60c3-4cbd-aeaa-d5c1d6fbbabc HTTP/1.1" 200 115 0.021189 10.0.0.44 - - [2025-04-07 02:17:45] "GET /virtual-machine-interface/a5638a5a-3c60-4c91-8925-6380fccb5705?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.007243 10.0.0.44 - - [2025-04-07 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.015022 10.0.0.44 - - [2025-04-07 02:17:45] "GET /instance-ip/d892d4ff-30de-4a96-b160-85ffb304c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.006049 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /instance-ip/d892d4ff-30de-4a96-b160-85ffb304c393 HTTP/1.1" 200 115 0.039223 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /virtual-machine-interface/a5638a5a-3c60-4c91-8925-6380fccb5705 HTTP/1.1" 200 115 0.040683 10.0.0.44 - - [2025-04-07 02:17:45] "GET /virtual-machine-interface/c27eb36a-9571-4806-bd77-c912834de42e?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.007893 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /virtual-machine-interface/c27eb36a-9571-4806-bd77-c912834de42e HTTP/1.1" 200 115 0.034482 10.0.0.44 - - [2025-04-07 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.44 - - [2025-04-07 02:17:45] "DELETE /virtual-machine/e5e720ff-6d43-4b44-935e-98d247b99d0e HTTP/1.1" 200 115 0.015640 10.0.0.44 - - [2025-04-07 02:17:46] "POST /neutron/network HTTP/1.1" 200 831 0.007613 10.0.0.44 - - [2025-04-07 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.44 - - [2025-04-07 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002260 10.0.0.44 - - [2025-04-07 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.44 - - [2025-04-07 02:17:46] "POST /neutron/network HTTP/1.1" 200 151 0.085577 10.0.0.44 - - [2025-04-07 02:17:46] "DELETE /route-target/2f06568e-75d1-4c27-a904-067ee8e61526 HTTP/1.1" 200 115 0.019457 10.0.0.44 - - [2025-04-07 02:17:46] "POST /neutron/network HTTP/1.1" 200 828 0.007105 10.0.0.44 - - [2025-04-07 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.44 - - [2025-04-07 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.44 - - [2025-04-07 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.44 - - [2025-04-07 02:17:46] "POST /neutron/network HTTP/1.1" 200 151 0.077479 10.0.0.44 - - [2025-04-07 02:17:46] "DELETE /route-target/8188dd82-6ea7-492d-8d28-5789e6d46675 HTTP/1.1" 200 115 0.014458 10.0.0.44 - - [2025-04-07 02:17:46] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001418 10.0.0.44 - - [2025-04-07 02:17:46] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028848 10.0.0.44 - - [2025-04-07 02:17:46] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001190 10.0.0.44 - - [2025-04-07 02:17:46] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?fields=virtual_networks HTTP/1.1" 200 1038 0.067599 10.0.0.44 - - [2025-04-07 02:17:46] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001747 10.0.0.44 - - [2025-04-07 02:17:47] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.029445 10.0.0.44 - - [2025-04-07 02:17:47] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001336 10.0.0.44 - - [2025-04-07 02:17:47] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?fields=security_groups HTTP/1.1" 200 1267 0.025726 10.0.0.44 - - [2025-04-07 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.027666 10.0.0.44 - - [2025-04-07 02:17:48] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002700 10.0.0.44 - - [2025-04-07 02:17:48] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.44 - - [2025-04-07 02:17:48] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010013 10.0.0.44 - - [2025-04-07 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.001627 10.0.0.44 - - [2025-04-07 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.007780 10.0.0.44 - - [2025-04-07 02:17:48] "POST /security-groups HTTP/1.1" 200 599 0.064466 10.0.0.44 - - [2025-04-07 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.003591 10.0.0.44 - - [2025-04-07 02:17:48] "POST /projects HTTP/1.1" 200 601 0.232399 10.0.0.44 - - [2025-04-07 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.302983 10.0.0.44 - - [2025-04-07 02:17:48] "POST /access-control-lists HTTP/1.1" 200 604 0.064295 10.0.0.44 - - [2025-04-07 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 241 0.002739 10.0.0.44 - - [2025-04-07 02:17:48] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.430142 10.0.0.44 - - [2025-04-07 02:17:48] "POST /access-control-lists HTTP/1.1" 200 602 0.060640 10.0.0.44 - - [2025-04-07 02:17:49] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.44 - - [2025-04-07 02:17:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000693 10.0.0.44 - - [2025-04-07 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.068498 10.0.0.44 - - [2025-04-07 02:17:50] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.44 - - [2025-04-07 02:17:50] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024257 10.0.0.44 - - [2025-04-07 02:17:50] "POST /neutron/network HTTP/1.1" 200 117 0.029910 10.0.0.44 - - [2025-04-07 02:17:50] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002532 10.0.0.44 - - [2025-04-07 02:17:50] "POST /neutron/network HTTP/1.1" 200 613 0.075112 10.0.0.44 - - [2025-04-07 02:17:50] "POST /route-targets HTTP/1.1" 200 327 0.016598 10.0.0.44 - - [2025-04-07 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.012213 10.0.0.44 - - [2025-04-07 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.194836 10.0.0.44 - - [2025-04-07 02:17:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.44 - - [2025-04-07 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007006 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.136886 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/network HTTP/1.1" 200 1005 0.007639 10.0.0.44 - - [2025-04-07 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001338 10.0.0.44 - - [2025-04-07 02:17:51] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004879 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/network HTTP/1.1" 200 1005 0.007726 10.0.0.44 - - [2025-04-07 02:17:51] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005857 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/network HTTP/1.1" 200 1005 0.008586 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.007704 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.009991 10.0.0.44 - - [2025-04-07 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.44 - - [2025-04-07 02:17:51] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.44 - - [2025-04-07 02:17:51] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043804 10.0.0.44 - - [2025-04-07 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.025066 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/network HTTP/1.1" 200 117 0.009175 10.0.0.44 - - [2025-04-07 02:17:51] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/network HTTP/1.1" 200 613 0.086422 10.0.0.44 - - [2025-04-07 02:17:51] "POST /route-targets HTTP/1.1" 200 327 0.015303 10.0.0.44 - - [2025-04-07 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.010560 10.0.0.44 - - [2025-04-07 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003369 10.0.0.44 - - [2025-04-07 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.210345 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004192 10.0.0.44 - - [2025-04-07 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006942 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 818 0.169087 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1003 0.008289 10.0.0.44 - - [2025-04-07 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001394 10.0.0.44 - - [2025-04-07 02:17:52] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005127 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1003 0.008296 10.0.0.44 - - [2025-04-07 02:17:52] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007772 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1003 0.008223 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.008979 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 818 0.008791 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002682 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.44 - - [2025-04-07 02:17:52] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.44 - - [2025-04-07 02:17:52] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026783 10.0.0.44 - - [2025-04-07 02:17:52] "POST /network-policys HTTP/1.1" 200 577 0.064258 10.0.0.44 - - [2025-04-07 02:17:52] "GET /network-policy/924cad80-84f8-4897-bb20-2a4043ddc71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005464 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1005 0.009804 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012290 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.011652 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1113 0.066912 10.0.0.44 - - [2025-04-07 02:17:52] "POST /access-control-lists HTTP/1.1" 200 596 0.076576 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1113 0.045551 10.0.0.44 - - [2025-04-07 02:17:52] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005409 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.44 - - [2025-04-07 02:17:52] "GET /network-policy/924cad80-84f8-4897-bb20-2a4043ddc71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004113 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1003 0.008272 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.009380 10.0.0.44 - - [2025-04-07 02:17:52] "PUT /access-control-list/b7990c17-531c-4d81-8c24-682ffc6da0a5 HTTP/1.1" 200 272 0.070198 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1111 0.102904 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.002842 10.0.0.44 - - [2025-04-07 02:17:52] "POST /neutron/network HTTP/1.1" 200 1111 0.008585 10.0.0.44 - - [2025-04-07 02:17:52] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006256 10.0.0.44 - - [2025-04-07 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.44 - - [2025-04-07 02:17:53] "GET /network-policy/924cad80-84f8-4897-bb20-2a4043ddc71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.020499 10.0.0.44 - - [2025-04-07 02:17:53] "POST /access-control-lists HTTP/1.1" 200 596 0.061887 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.44 - - [2025-04-07 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domains HTTP/1.1" 200 280 0.026413 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.009221 10.0.0.44 - - [2025-04-07 02:17:53] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.44 - - [2025-04-07 02:17:53] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 2625 0.070249 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2 HTTP/1.1" 200 3500 0.006210 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2 HTTP/1.1" 200 3500 0.005428 10.0.0.44 - - [2025-04-07 02:17:53] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 200 1796 0.004004 10.0.0.44 - - [2025-04-07 02:17:53] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 200 1796 0.004157 10.0.0.44 - - [2025-04-07 02:17:53] "GET /route-target/4503fcdb-bb85-40a5-9491-c484015d95b9 HTTP/1.1" 200 1212 0.003780 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2 HTTP/1.1" 200 3500 0.005018 10.0.0.44 - - [2025-04-07 02:17:53] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 200 1796 0.003587 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005114 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2 HTTP/1.1" 200 3500 0.005151 10.0.0.44 - - [2025-04-07 02:17:53] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 200 1796 0.003647 10.0.0.44 - - [2025-04-07 02:17:53] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 200 1796 0.003822 10.0.0.44 - - [2025-04-07 02:17:53] "GET /route-target/4503fcdb-bb85-40a5-9491-c484015d95b9 HTTP/1.1" 200 1212 0.003960 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domains HTTP/1.1" 200 280 0.002989 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.44 - - [2025-04-07 02:17:53] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.008241 10.0.0.44 - - [2025-04-07 02:17:53] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.44 - - [2025-04-07 02:17:53] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 2625 0.066553 10.0.0.44 - - [2025-04-07 02:17:53] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2 HTTP/1.1" 200 3500 0.005594 10.0.0.44 - - [2025-04-07 02:17:54] "GET /obj-perms HTTP/1.1" 200 5046 0.056264 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domains HTTP/1.1" 200 280 0.003289 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.008017 10.0.0.44 - - [2025-04-07 02:17:54] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.44 - - [2025-04-07 02:17:54] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 2625 0.070446 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8 HTTP/1.1" 200 3495 0.007241 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8 HTTP/1.1" 200 3495 0.005542 10.0.0.44 - - [2025-04-07 02:17:54] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 200 1796 0.004681 10.0.0.44 - - [2025-04-07 02:17:54] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 200 1796 0.003815 10.0.0.44 - - [2025-04-07 02:17:54] "GET /route-target/865b0ae6-74a8-4d45-89b1-99fe3bb6eaec HTTP/1.1" 200 1211 0.005015 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8 HTTP/1.1" 200 3495 0.008142 10.0.0.44 - - [2025-04-07 02:17:54] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 200 1796 0.004005 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005666 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8 HTTP/1.1" 200 3495 0.006990 10.0.0.44 - - [2025-04-07 02:17:54] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 200 1796 0.004344 10.0.0.44 - - [2025-04-07 02:17:54] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 200 1796 0.005243 10.0.0.44 - - [2025-04-07 02:17:54] "GET /route-target/865b0ae6-74a8-4d45-89b1-99fe3bb6eaec HTTP/1.1" 200 1211 0.003472 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domains HTTP/1.1" 200 280 0.003286 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.44 - - [2025-04-07 02:17:54] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.009328 10.0.0.44 - - [2025-04-07 02:17:54] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.44 - - [2025-04-07 02:17:54] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 2625 0.079151 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8 HTTP/1.1" 200 3495 0.011243 10.0.0.44 - - [2025-04-07 02:17:54] "GET /obj-perms HTTP/1.1" 200 5046 0.006692 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007346 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1111 0.008322 10.0.0.44 - - [2025-04-07 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.009107 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1003 0.054624 10.0.0.44 - - [2025-04-07 02:17:54] "DELETE /access-control-list/8c5e60e7-d2cd-448c-a15f-42f01a58fbf4 HTTP/1.1" 200 115 0.042632 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1003 0.012140 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/79db1332-0370-42b2-b9fc-188a5e94a6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005334 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007811 10.0.0.44 - - [2025-04-07 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.024972 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1113 0.008219 10.0.0.44 - - [2025-04-07 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006212 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1005 0.051224 10.0.0.44 - - [2025-04-07 02:17:54] "DELETE /access-control-list/b7990c17-531c-4d81-8c24-682ffc6da0a5 HTTP/1.1" 200 115 0.033895 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1005 0.009074 10.0.0.44 - - [2025-04-07 02:17:54] "GET /virtual-network/07f841c1-5ee9-45a2-8b3a-120c385f94f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005378 10.0.0.44 - - [2025-04-07 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.027924 10.0.0.44 - - [2025-04-07 02:17:54] "DELETE /network-policy/924cad80-84f8-4897-bb20-2a4043ddc71d HTTP/1.1" 200 115 0.039381 10.0.0.44 - - [2025-04-07 02:17:54] "POST /neutron/network HTTP/1.1" 200 1003 0.013341 10.0.0.44 - - [2025-04-07 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.44 - - [2025-04-07 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002890 10.0.0.44 - - [2025-04-07 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004006 10.0.0.44 - - [2025-04-07 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.44 - - [2025-04-07 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002740 10.0.0.44 - - [2025-04-07 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.106498 10.0.0.44 - - [2025-04-07 02:17:55] "DELETE /route-target/865b0ae6-74a8-4d45-89b1-99fe3bb6eaec HTTP/1.1" 200 115 0.030343 10.0.0.44 - - [2025-04-07 02:17:55] "GET /routing-instance/b489e4a3-de0a-4a40-923c-780edacc8406 HTTP/1.1" 404 171 0.002785 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domains HTTP/1.1" 200 280 0.002656 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001817 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.050628 10.0.0.44 - - [2025-04-07 02:17:55] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001759 10.0.0.44 - - [2025-04-07 02:17:55] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 2145 0.073286 10.0.0.44 - - [2025-04-07 02:17:55] "POST /neutron/network HTTP/1.1" 200 1005 0.007959 10.0.0.44 - - [2025-04-07 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.44 - - [2025-04-07 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004424 10.0.0.44 - - [2025-04-07 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.44 - - [2025-04-07 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.44 - - [2025-04-07 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002080 10.0.0.44 - - [2025-04-07 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.100981 10.0.0.44 - - [2025-04-07 02:17:55] "DELETE /route-target/4503fcdb-bb85-40a5-9491-c484015d95b9 HTTP/1.1" 200 115 0.027909 10.0.0.44 - - [2025-04-07 02:17:55] "GET /routing-instance/cdd03699-e278-4a7d-b174-c17537e19a50 HTTP/1.1" 404 171 0.002834 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.44 - - [2025-04-07 02:17:55] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2771 0.050456 10.0.0.44 - - [2025-04-07 02:17:55] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.44 - - [2025-04-07 02:17:55] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 1900 0.073795 10.0.0.44 - - [2025-04-07 02:17:55] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.44 - - [2025-04-07 02:17:55] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032130 10.0.0.44 - - [2025-04-07 02:17:55] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001632 10.0.0.44 - - [2025-04-07 02:17:55] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?fields=virtual_networks HTTP/1.1" 200 1048 0.073169 10.0.0.44 - - [2025-04-07 02:17:55] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001635 10.0.0.44 - - [2025-04-07 02:17:55] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.036045 10.0.0.44 - - [2025-04-07 02:17:56] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001758 10.0.0.44 - - [2025-04-07 02:17:56] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?fields=security_groups HTTP/1.1" 200 1282 0.038667 10.0.0.44 - - [2025-04-07 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.031825 10.0.0.44 - - [2025-04-07 02:17:56] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002486 10.0.0.44 - - [2025-04-07 02:17:56] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001843 10.0.0.44 - - [2025-04-07 02:17:56] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009886 10.0.0.44 - - [2025-04-07 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.001354 10.0.0.44 - - [2025-04-07 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003239 10.0.0.44 - - [2025-04-07 02:17:57] "POST /security-groups HTTP/1.1" 200 593 0.063784 10.0.0.44 - - [2025-04-07 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.004936 10.0.0.44 - - [2025-04-07 02:17:57] "POST /projects HTTP/1.1" 200 589 0.240427 10.0.0.44 - - [2025-04-07 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.310450 10.0.0.44 - - [2025-04-07 02:17:57] "POST /access-control-lists HTTP/1.1" 200 598 0.063547 10.0.0.44 - - [2025-04-07 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.003086 10.0.0.44 - - [2025-04-07 02:17:57] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.450198 10.0.0.44 - - [2025-04-07 02:17:57] "POST /access-control-lists HTTP/1.1" 200 596 0.060259 10.0.0.44 - - [2025-04-07 02:17:58] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.44 - - [2025-04-07 02:17:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.44 - - [2025-04-07 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.053347 10.0.0.44 - - [2025-04-07 02:17:59] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.44 - - [2025-04-07 02:17:59] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038061 10.0.0.44 - - [2025-04-07 02:17:59] "POST /neutron/network HTTP/1.1" 200 117 0.029448 10.0.0.44 - - [2025-04-07 02:17:59] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001560 10.0.0.44 - - [2025-04-07 02:17:59] "POST /neutron/network HTTP/1.1" 200 607 0.067865 10.0.0.44 - - [2025-04-07 02:17:59] "POST /route-targets HTTP/1.1" 200 327 0.017360 10.0.0.44 - - [2025-04-07 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.012884 10.0.0.44 - - [2025-04-07 02:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005717 10.0.0.44 - - [2025-04-07 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.247868 10.0.0.44 - - [2025-04-07 02:17:59] "POST /neutron/network HTTP/1.1" 200 824 0.009106 10.0.0.44 - - [2025-04-07 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001804 10.0.0.44 - - [2025-04-07 02:17:59] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005848 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 824 0.006488 10.0.0.44 - - [2025-04-07 02:18:00] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006096 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 824 0.008623 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.011156 10.0.0.44 - - [2025-04-07 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006082 10.0.0.44 - - [2025-04-07 02:18:00] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001467 10.0.0.44 - - [2025-04-07 02:18:00] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038158 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 117 0.010298 10.0.0.44 - - [2025-04-07 02:18:00] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001674 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 607 0.092433 10.0.0.44 - - [2025-04-07 02:18:00] "POST /route-targets HTTP/1.1" 200 327 0.016561 10.0.0.44 - - [2025-04-07 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.014719 10.0.0.44 - - [2025-04-07 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007541 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.241066 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 827 0.007227 10.0.0.44 - - [2025-04-07 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.002053 10.0.0.44 - - [2025-04-07 02:18:00] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006465 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 827 0.006378 10.0.0.44 - - [2025-04-07 02:18:00] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005788 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/network HTTP/1.1" 200 827 0.008129 10.0.0.44 - - [2025-04-07 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.009624 10.0.0.44 - - [2025-04-07 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.003798 10.0.0.44 - - [2025-04-07 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.44 - - [2025-04-07 02:18:00] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.44 - - [2025-04-07 02:18:00] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.029083 10.0.0.44 - - [2025-04-07 02:18:00] "POST /network-policys HTTP/1.1" 200 571 0.017597 10.0.0.44 - - [2025-04-07 02:18:01] "GET /network-policy/4e224628-8a45-46cf-b361-2233679ab671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005012 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 824 0.006011 10.0.0.44 - - [2025-04-07 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.006413 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 926 0.058730 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 926 0.038867 10.0.0.44 - - [2025-04-07 02:18:01] "POST /access-control-lists HTTP/1.1" 200 590 0.076473 10.0.0.44 - - [2025-04-07 02:18:01] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006913 10.0.0.44 - - [2025-04-07 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.44 - - [2025-04-07 02:18:01] "GET /network-policy/4e224628-8a45-46cf-b361-2233679ab671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003960 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 827 0.006236 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 929 0.060482 10.0.0.44 - - [2025-04-07 02:18:01] "PUT /access-control-list/8ab774a0-9925-46e7-9fe9-58bf32ab81d5 HTTP/1.1" 200 272 0.022063 10.0.0.44 - - [2025-04-07 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.005862 10.0.0.44 - - [2025-04-07 02:18:01] "POST /neutron/network HTTP/1.1" 200 929 0.006730 10.0.0.44 - - [2025-04-07 02:18:01] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006626 10.0.0.44 - - [2025-04-07 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.44 - - [2025-04-07 02:18:01] "GET /network-policy/4e224628-8a45-46cf-b361-2233679ab671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.035751 10.0.0.44 - - [2025-04-07 02:18:01] "POST /access-control-lists HTTP/1.1" 200 590 0.065886 10.0.0.44 - - [2025-04-07 02:18:01] "GET /domains HTTP/1.1" 401 292 0.000506 10.0.0.44 - - [2025-04-07 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.014987 10.0.0.44 - - [2025-04-07 02:18:01] "GET /domains HTTP/1.1" 200 280 0.030099 10.0.0.44 - - [2025-04-07 02:18:01] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.44 - - [2025-04-07 02:18:01] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.012940 10.0.0.44 - - [2025-04-07 02:18:01] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001539 10.0.0.44 - - [2025-04-07 02:18:02] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 2571 0.082067 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4 HTTP/1.1" 200 2883 0.008086 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4 HTTP/1.1" 200 2883 0.005484 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 200 1784 0.004105 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 200 1784 0.004714 10.0.0.44 - - [2025-04-07 02:18:02] "GET /route-target/2087d024-a706-4689-8168-4601a6253b65 HTTP/1.1" 200 1205 0.004222 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4 HTTP/1.1" 200 2883 0.005197 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 200 1784 0.004260 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006683 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4 HTTP/1.1" 200 2883 0.005582 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 200 1784 0.003810 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 200 1784 0.003919 10.0.0.44 - - [2025-04-07 02:18:02] "GET /route-target/2087d024-a706-4689-8168-4601a6253b65 HTTP/1.1" 200 1205 0.003598 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains HTTP/1.1" 200 280 0.003535 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.008061 10.0.0.44 - - [2025-04-07 02:18:02] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001928 10.0.0.44 - - [2025-04-07 02:18:02] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 2571 0.071581 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4 HTTP/1.1" 200 2883 0.005006 10.0.0.44 - - [2025-04-07 02:18:02] "GET /obj-perms HTTP/1.1" 200 5034 0.052761 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains HTTP/1.1" 200 280 0.002787 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.007535 10.0.0.44 - - [2025-04-07 02:18:02] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001584 10.0.0.44 - - [2025-04-07 02:18:02] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 2571 0.066629 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260 HTTP/1.1" 200 2893 0.007255 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260 HTTP/1.1" 200 2893 0.004889 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 200 1783 0.003951 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 200 1783 0.003726 10.0.0.44 - - [2025-04-07 02:18:02] "GET /route-target/94930d05-40dc-4b18-ab62-4db1dfbaaa84 HTTP/1.1" 200 1207 0.003679 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260 HTTP/1.1" 200 2893 0.005688 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 200 1783 0.003890 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005852 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260 HTTP/1.1" 200 2893 0.005886 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 200 1783 0.003661 10.0.0.44 - - [2025-04-07 02:18:02] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 200 1783 0.003512 10.0.0.44 - - [2025-04-07 02:18:02] "GET /route-target/94930d05-40dc-4b18-ab62-4db1dfbaaa84 HTTP/1.1" 200 1207 0.003335 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains HTTP/1.1" 200 280 0.002984 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.44 - - [2025-04-07 02:18:02] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.007594 10.0.0.44 - - [2025-04-07 02:18:02] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001467 10.0.0.44 - - [2025-04-07 02:18:02] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 2571 0.070454 10.0.0.44 - - [2025-04-07 02:18:02] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260 HTTP/1.1" 200 2893 0.005269 10.0.0.44 - - [2025-04-07 02:18:02] "GET /obj-perms HTTP/1.1" 200 5034 0.004449 10.0.0.44 - - [2025-04-07 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.002070 10.0.0.44 - - [2025-04-07 02:18:03] "POST /neutron/network HTTP/1.1" 200 936 0.006303 10.0.0.44 - - [2025-04-07 02:18:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000487 10.0.0.44 - - [2025-04-07 02:18:03] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.44 - - [2025-04-07 02:18:03] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.44 - - [2025-04-07 02:18:03] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001180 10.0.0.44 - - [2025-04-07 02:18:03] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052098 10.0.0.44 - - [2025-04-07 02:18:03] "POST /neutron/network HTTP/1.1" 200 926 0.006389 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.005334 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.006076 10.0.0.44 - - [2025-04-07 02:18:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001809 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.005373 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/network HTTP/1.1" 200 939 0.006479 10.0.0.44 - - [2025-04-07 02:18:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/network HTTP/1.1" 200 936 0.006074 10.0.0.44 - - [2025-04-07 02:18:04] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.44 - - [2025-04-07 02:18:04] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.44 - - [2025-04-07 02:18:04] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.44 - - [2025-04-07 02:18:04] "POST /neutron/port HTTP/1.1" 200 1060 0.237306 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1060 0.010682 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1060 0.017420 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1114 0.088560 10.0.0.44 - - [2025-04-07 02:18:05] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.44 - - [2025-04-07 02:18:05] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053431 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1088 0.035094 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/network HTTP/1.1" 200 929 0.006735 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.012553 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/network HTTP/1.1" 200 926 0.007185 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1088 0.020237 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007159 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/port HTTP/1.1" 200 1088 0.019145 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009586 10.0.0.44 - - [2025-04-07 02:18:05] "POST /neutron/network HTTP/1.1" 200 939 0.009350 10.0.0.44 - - [2025-04-07 02:18:05] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001336 10.0.0.44 - - [2025-04-07 02:18:06] "PUT /access-control-list/0b4c76fd-7dc6-4c9f-b427-730923c09fa8 HTTP/1.1" 200 272 0.028186 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 1063 0.332727 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 1063 0.010890 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 1063 0.015091 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 1117 0.102867 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 1091 0.020357 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.015262 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001921 10.0.0.44 - - [2025-04-07 02:18:06] "POST /neutron/network HTTP/1.1" 200 929 0.012700 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/port HTTP/1.1" 200 1088 0.018572 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006523 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/port HTTP/1.1" 200 1088 0.017791 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007001 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/port HTTP/1.1" 200 1088 0.019648 10.0.0.44 - - [2025-04-07 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007518 10.0.0.44 - - [2025-04-07 02:18:10] "GET /virtual-machine/8f0a3c79-936c-499a-8e7e-e83f06e2742c HTTP/1.1" 200 1295 0.005334 10.0.0.44 - - [2025-04-07 02:18:10] "GET /virtual-machine-interface/7131fe56-1f58-400f-9426-856184df7e64 HTTP/1.1" 200 2950 0.006868 10.0.0.44 - - [2025-04-07 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.44 - - [2025-04-07 02:18:10] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003433 10.0.0.44 - - [2025-04-07 02:18:10] "GET /virtual-networks?parent_id=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003457 10.0.0.44 - - [2025-04-07 02:18:10] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005625 10.0.0.44 - - [2025-04-07 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.44 - - [2025-04-07 02:18:14] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006202 10.0.0.44 - - [2025-04-07 02:18:14] "POST /neutron/port HTTP/1.1" 200 1088 0.017714 10.0.0.44 - - [2025-04-07 02:18:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006113 10.0.0.44 - - [2025-04-07 02:18:15] "POST /neutron/port HTTP/1.1" 200 1091 0.023294 10.0.0.44 - - [2025-04-07 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006181 10.0.0.44 - - [2025-04-07 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.44 - - [2025-04-07 02:18:16] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003315 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-networks?parent_id=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003895 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006998 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/port HTTP/1.1" 200 1091 0.015842 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006507 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/port HTTP/1.1" 200 1091 0.017050 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007313 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/port HTTP/1.1" 200 1091 0.021631 10.0.0.44 - - [2025-04-07 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008796 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-machine/75af9794-9590-4aab-b754-b5cfb92facbe HTTP/1.1" 200 1294 0.005561 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-machine-interface/be97d2d9-4c05-4c93-b18b-4e55426ac79d HTTP/1.1" 200 2951 0.005346 10.0.0.44 - - [2025-04-07 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.44 - - [2025-04-07 02:18:16] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003706 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-networks?parent_id=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003662 10.0.0.44 - - [2025-04-07 02:18:16] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007904 10.0.0.44 - - [2025-04-07 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.44 - - [2025-04-07 02:18:18] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003278 10.0.0.44 - - [2025-04-07 02:18:18] "GET /virtual-networks?parent_id=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003176 10.0.0.44 - - [2025-04-07 02:18:18] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005533 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/port HTTP/1.1" 200 1088 0.018979 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/port HTTP/1.1" 200 1088 0.017626 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/network HTTP/1.1" 200 936 0.006617 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.011520 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001888 10.0.0.44 - - [2025-04-07 02:18:19] "POST /neutron/network HTTP/1.1" 200 926 0.007474 10.0.0.44 - - [2025-04-07 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.44 - - [2025-04-07 02:18:22] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.44 - - [2025-04-07 02:18:22] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025959 10.0.0.44 - - [2025-04-07 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.44 - - [2025-04-07 02:18:22] "PUT /network-policy/4e224628-8a45-46cf-b361-2233679ab671 HTTP/1.1" 200 262 0.010953 10.0.0.44 - - [2025-04-07 02:18:22] "PUT /access-control-list/8ab774a0-9925-46e7-9fe9-58bf32ab81d5 HTTP/1.1" 200 272 0.054693 10.0.0.44 - - [2025-04-07 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.012879 10.0.0.44 - - [2025-04-07 02:18:22] "PUT /access-control-list/0b4c76fd-7dc6-4c9f-b427-730923c09fa8 HTTP/1.1" 200 272 0.052902 10.0.0.44 - - [2025-04-07 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.011294 10.0.0.44 - - [2025-04-07 02:18:25] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005970 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 929 0.006194 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 827 0.045107 10.0.0.44 - - [2025-04-07 02:18:25] "DELETE /access-control-list/0b4c76fd-7dc6-4c9f-b427-730923c09fa8 HTTP/1.1" 200 115 0.021868 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 827 0.006100 10.0.0.44 - - [2025-04-07 02:18:25] "GET /virtual-network/33e17c18-d123-4942-9966-c1828633a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004876 10.0.0.44 - - [2025-04-07 02:18:25] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004567 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 926 0.006231 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 824 0.056129 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 824 0.012103 10.0.0.44 - - [2025-04-07 02:18:25] "DELETE /access-control-list/8ab774a0-9925-46e7-9fe9-58bf32ab81d5 HTTP/1.1" 200 115 0.053138 10.0.0.44 - - [2025-04-07 02:18:25] "GET /virtual-network/06a5d1b9-1c7d-4c2b-a873-e77d850f25f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008529 10.0.0.44 - - [2025-04-07 02:18:25] "DELETE /network-policy/4e224628-8a45-46cf-b361-2233679ab671 HTTP/1.1" 200 115 0.018426 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 200 827 0.007962 10.0.0.44 - - [2025-04-07 02:18:25] "POST /neutron/network HTTP/1.1" 400 204 0.010822 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 1091 0.015882 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 1117 0.011341 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017856 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 1114 0.015339 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.143347 10.0.0.44 - - [2025-04-07 02:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.128749 10.0.0.44 - - [2025-04-07 02:18:27] "POST /neutron/network HTTP/1.1" 200 827 0.006129 10.0.0.44 - - [2025-04-07 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.44 - - [2025-04-07 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.44 - - [2025-04-07 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002158 10.0.0.44 - - [2025-04-07 02:18:28] "POST /neutron/network HTTP/1.1" 200 151 0.088783 10.0.0.44 - - [2025-04-07 02:18:28] "GET /routing-instance/b13cdf05-5e1c-4487-8239-0b8c86ef9fd3 HTTP/1.1" 404 171 0.003753 10.0.0.44 - - [2025-04-07 02:18:28] "DELETE /route-target/94930d05-40dc-4b18-ab62-4db1dfbaaa84 HTTP/1.1" 200 115 0.023657 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domains HTTP/1.1" 200 280 0.004127 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.049810 10.0.0.44 - - [2025-04-07 02:18:28] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001278 10.0.0.44 - - [2025-04-07 02:18:28] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 2103 0.068668 10.0.0.44 - - [2025-04-07 02:18:28] "POST /neutron/network HTTP/1.1" 200 824 0.006315 10.0.0.44 - - [2025-04-07 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.44 - - [2025-04-07 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002382 10.0.0.44 - - [2025-04-07 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003507 10.0.0.44 - - [2025-04-07 02:18:28] "POST /neutron/network HTTP/1.1" 200 151 0.092542 10.0.0.44 - - [2025-04-07 02:18:28] "DELETE /route-target/2087d024-a706-4689-8168-4601a6253b65 HTTP/1.1" 200 115 0.021852 10.0.0.44 - - [2025-04-07 02:18:28] "GET /routing-instance/b2eefcda-1e94-46a3-a9e1-a92ad7cd3dde HTTP/1.1" 404 171 0.002922 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domains HTTP/1.1" 200 280 0.002684 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.44 - - [2025-04-07 02:18:28] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.049645 10.0.0.44 - - [2025-04-07 02:18:28] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001510 10.0.0.44 - - [2025-04-07 02:18:28] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 1864 0.069068 10.0.0.44 - - [2025-04-07 02:18:28] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.44 - - [2025-04-07 02:18:28] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026613 10.0.0.44 - - [2025-04-07 02:18:28] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.44 - - [2025-04-07 02:18:28] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?fields=virtual_networks HTTP/1.1" 200 1036 0.070244 10.0.0.44 - - [2025-04-07 02:18:28] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.44 - - [2025-04-07 02:18:28] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.031908 10.0.0.44 - - [2025-04-07 02:18:29] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.44 - - [2025-04-07 02:18:29] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?fields=security_groups HTTP/1.1" 200 1264 0.037153 10.0.0.44 - - [2025-04-07 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.026427 10.0.0.44 - - [2025-04-07 02:18:29] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003140 10.0.0.44 - - [2025-04-07 02:18:29] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.44 - - [2025-04-07 02:18:29] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008238 10.0.0.44 - - [2025-04-07 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.001362 10.0.0.44 - - [2025-04-07 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.004381 10.0.0.44 - - [2025-04-07 02:18:30] "POST /security-groups HTTP/1.1" 200 589 0.063580 10.0.0.44 - - [2025-04-07 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.002902 10.0.0.44 - - [2025-04-07 02:18:30] "POST /projects HTTP/1.1" 200 581 0.221302 10.0.0.44 - - [2025-04-07 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.293140 10.0.0.44 - - [2025-04-07 02:18:30] "POST /access-control-lists HTTP/1.1" 200 594 0.061090 10.0.0.44 - - [2025-04-07 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.002794 10.0.0.44 - - [2025-04-07 02:18:30] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.426752 10.0.0.44 - - [2025-04-07 02:18:30] "POST /access-control-lists HTTP/1.1" 200 592 0.060750 10.0.0.44 - - [2025-04-07 02:18:31] "GET / HTTP/1.1" 200 35931 0.002338 10.0.0.44 - - [2025-04-07 02:18:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.44 - - [2025-04-07 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.056899 10.0.0.44 - - [2025-04-07 02:18:32] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.44 - - [2025-04-07 02:18:32] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025124 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.032049 10.0.0.44 - - [2025-04-07 02:18:32] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001627 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/network HTTP/1.1" 200 613 0.066036 10.0.0.44 - - [2025-04-07 02:18:32] "POST /route-targets HTTP/1.1" 200 327 0.010912 10.0.0.44 - - [2025-04-07 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.011186 10.0.0.44 - - [2025-04-07 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.160664 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/network HTTP/1.1" 200 830 0.006091 10.0.0.44 - - [2025-04-07 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001438 10.0.0.44 - - [2025-04-07 02:18:32] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005845 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/network HTTP/1.1" 200 830 0.006177 10.0.0.44 - - [2025-04-07 02:18:32] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005377 10.0.0.44 - - [2025-04-07 02:18:32] "POST /neutron/network HTTP/1.1" 200 830 0.006140 10.0.0.44 - - [2025-04-07 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.008919 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domains HTTP/1.1" 401 292 0.000561 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domains HTTP/1.1" 200 280 0.024966 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 3143 0.010329 10.0.0.44 - - [2025-04-07 02:18:33] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.44 - - [2025-04-07 02:18:33] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2080 0.073880 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce HTTP/1.1" 200 2312 0.007902 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce HTTP/1.1" 200 2312 0.005284 10.0.0.44 - - [2025-04-07 02:18:33] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 200 1494 0.003715 10.0.0.44 - - [2025-04-07 02:18:33] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 200 1494 0.003665 10.0.0.44 - - [2025-04-07 02:18:33] "GET /route-target/8ed52567-a7ae-4f50-84f2-d09da7012c76 HTTP/1.1" 200 1212 0.003283 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce HTTP/1.1" 200 2312 0.005540 10.0.0.44 - - [2025-04-07 02:18:33] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 200 1494 0.003346 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004664 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce HTTP/1.1" 200 2312 0.004782 10.0.0.44 - - [2025-04-07 02:18:33] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 200 1494 0.003776 10.0.0.44 - - [2025-04-07 02:18:33] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 200 1494 0.003973 10.0.0.44 - - [2025-04-07 02:18:33] "GET /route-target/8ed52567-a7ae-4f50-84f2-d09da7012c76 HTTP/1.1" 200 1212 0.003294 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domains HTTP/1.1" 200 280 0.002775 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.44 - - [2025-04-07 02:18:33] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 3143 0.008246 10.0.0.44 - - [2025-04-07 02:18:33] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.44 - - [2025-04-07 02:18:33] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2080 0.067767 10.0.0.44 - - [2025-04-07 02:18:33] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce HTTP/1.1" 200 2312 0.005371 10.0.0.44 - - [2025-04-07 02:18:34] "GET /obj-perms HTTP/1.1" 200 5026 0.054218 10.0.0.44 - - [2025-04-07 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.44 - - [2025-04-07 02:18:34] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003788 10.0.0.44 - - [2025-04-07 02:18:34] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043733 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/network HTTP/1.1" 200 117 0.011007 10.0.0.44 - - [2025-04-07 02:18:34] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/network HTTP/1.1" 200 613 0.073441 10.0.0.44 - - [2025-04-07 02:18:34] "POST /route-targets HTTP/1.1" 200 327 0.012344 10.0.0.44 - - [2025-04-07 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.012684 10.0.0.44 - - [2025-04-07 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.206807 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/network HTTP/1.1" 200 832 0.006663 10.0.0.44 - - [2025-04-07 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001395 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005662 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/network HTTP/1.1" 200 832 0.007027 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005719 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/network HTTP/1.1" 200 832 0.007114 10.0.0.44 - - [2025-04-07 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007504 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domains HTTP/1.1" 200 280 0.002920 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 3143 0.008901 10.0.0.44 - - [2025-04-07 02:18:34] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.44 - - [2025-04-07 02:18:34] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2298 0.069788 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4 HTTP/1.1" 200 2316 0.009545 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4 HTTP/1.1" 200 2316 0.009095 10.0.0.44 - - [2025-04-07 02:18:34] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 200 1494 0.006252 10.0.0.44 - - [2025-04-07 02:18:34] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 200 1494 0.005782 10.0.0.44 - - [2025-04-07 02:18:34] "GET /route-target/fa7ded89-ec63-4ae8-9b43-b459f62be956 HTTP/1.1" 200 1213 0.005079 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4 HTTP/1.1" 200 2316 0.005831 10.0.0.44 - - [2025-04-07 02:18:34] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 200 1494 0.004029 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006505 10.0.0.44 - - [2025-04-07 02:18:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4 HTTP/1.1" 200 2316 0.007206 10.0.0.44 - - [2025-04-07 02:18:34] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 200 1494 0.004820 10.0.0.44 - - [2025-04-07 02:18:34] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 200 1494 0.004151 10.0.0.44 - - [2025-04-07 02:18:34] "GET /route-target/fa7ded89-ec63-4ae8-9b43-b459f62be956 HTTP/1.1" 200 1213 0.004135 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domains HTTP/1.1" 200 280 0.004156 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001546 10.0.0.44 - - [2025-04-07 02:18:34] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 3143 0.010843 10.0.0.44 - - [2025-04-07 02:18:34] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001612 10.0.0.44 - - [2025-04-07 02:18:34] "DELETE /project/ff54fd482d8646aeb0962d6965235534 HTTP/1.1" 404 173 0.022451 10.0.0.44 - - [2025-04-07 02:18:34] "DELETE /project/e65dadc3767040d79e3f36e307f78d9c HTTP/1.1" 404 173 0.012149 10.0.0.44 - - [2025-04-07 02:18:34] "DELETE /project/f04fb13225bc4bd8acf0593dbf3f98da HTTP/1.1" 404 173 0.013932 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001197 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2298 0.112776 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.070149 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.073757 10.0.0.44 - - [2025-04-07 02:18:35] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4 HTTP/1.1" 200 2316 0.009592 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001679 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.44 - - [2025-04-07 02:18:35] "GET /obj-perms HTTP/1.1" 200 5026 0.009084 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.141943 10.0.0.44 - - [2025-04-07 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007100 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?fields=security_groups HTTP/1.1" 200 1369 0.080203 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?fields=security_groups HTTP/1.1" 200 1372 0.082603 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?fields=security_groups HTTP/1.1" 200 1387 0.062404 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069060 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/network HTTP/1.1" 200 117 0.093416 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /security-group/cd9ab690-1ada-406f-85b8-e3e15d4f1a57 HTTP/1.1" 200 115 0.176767 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/050f2d57-77b5-4a16-84ab-6489770d5650 HTTP/1.1" 200 115 0.142777 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=e1536478-6e55-4622-ba7b-b905baf80756&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001249 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /security-group/a741fa3c-6d7a-4e7d-aa94-f5625179521a HTTP/1.1" 200 115 0.194292 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=f04fb132-25bc-4bd8-acf0-593dbf3f98da&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001409 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /security-group/b7936055-758b-4278-82f6-54687c0657cf HTTP/1.1" 200 115 0.208365 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da?fields=application_policy_sets HTTP/1.1" 200 1408 0.048049 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/0c95e477-1434-4f5a-9f5f-a47321b47d1a HTTP/1.1" 200 115 0.066273 10.0.0.44 - - [2025-04-07 02:18:35] "GET /projects?obj_uuids=ff54fd48-2d86-46ae-b096-2d6965235534&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/e1536478-6e55-4622-ba7b-b905baf80756?fields=application_policy_sets HTTP/1.1" 200 1411 0.096500 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/8ef9d753-be7a-4a4d-86f0-a7fb80f4fb24 HTTP/1.1" 200 115 0.065477 10.0.0.44 - - [2025-04-07 02:18:35] "GET /project/ff54fd48-2d86-46ae-b096-2d6965235534?fields=application_policy_sets HTTP/1.1" 200 1426 0.082190 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/network HTTP/1.1" 200 615 0.193972 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/dbdf1074-343c-4cf8-913d-dcf95d51500c HTTP/1.1" 200 115 0.059758 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /project/f04fb132-25bc-4bd8-acf0-593dbf3f98da HTTP/1.1" 200 115 0.677326 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/c1d886dd-b821-4ca8-baa2-13728a6cf336 HTTP/1.1" 200 115 0.037842 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /project/e1536478-6e55-4622-ba7b-b905baf80756 HTTP/1.1" 200 115 0.713694 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /access-control-list/f87d2101-92a0-4ccc-95d7-757a70d522e2 HTTP/1.1" 200 115 0.042372 10.0.0.44 - - [2025-04-07 02:18:35] "DELETE /project/ff54fd48-2d86-46ae-b096-2d6965235534 HTTP/1.1" 200 115 0.742877 10.0.0.44 - - [2025-04-07 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.013616 10.0.0.44 - - [2025-04-07 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.221198 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/network HTTP/1.1" 200 833 0.009186 10.0.0.44 - - [2025-04-07 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489 10.0.0.44 - - [2025-04-07 02:18:35] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006446 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/network HTTP/1.1" 200 833 0.007571 10.0.0.44 - - [2025-04-07 02:18:35] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005955 10.0.0.44 - - [2025-04-07 02:18:35] "POST /neutron/network HTTP/1.1" 200 833 0.006369 10.0.0.44 - - [2025-04-07 02:18:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.007818 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domains HTTP/1.1" 200 280 0.002728 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2572 0.009629 10.0.0.44 - - [2025-04-07 02:18:36] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.44 - - [2025-04-07 02:18:36] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2517 0.070379 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c HTTP/1.1" 200 2320 0.006787 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c HTTP/1.1" 200 2320 0.006478 10.0.0.44 - - [2025-04-07 02:18:36] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 200 1498 0.004645 10.0.0.44 - - [2025-04-07 02:18:36] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 200 1498 0.004344 10.0.0.44 - - [2025-04-07 02:18:36] "GET /route-target/4eca29fd-bba9-4be4-b7cd-03041183288f HTTP/1.1" 200 1214 0.004305 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c HTTP/1.1" 200 2320 0.005744 10.0.0.44 - - [2025-04-07 02:18:36] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 200 1498 0.004137 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005525 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c HTTP/1.1" 200 2320 0.005639 10.0.0.44 - - [2025-04-07 02:18:36] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 200 1498 0.004400 10.0.0.44 - - [2025-04-07 02:18:36] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 200 1498 0.004045 10.0.0.44 - - [2025-04-07 02:18:36] "GET /route-target/4eca29fd-bba9-4be4-b7cd-03041183288f HTTP/1.1" 200 1214 0.003775 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domains HTTP/1.1" 200 280 0.003775 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.44 - - [2025-04-07 02:18:36] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2572 0.008066 10.0.0.44 - - [2025-04-07 02:18:36] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.44 - - [2025-04-07 02:18:36] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2517 0.066231 10.0.0.44 - - [2025-04-07 02:18:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c HTTP/1.1" 200 2320 0.005430 10.0.0.44 - - [2025-04-07 02:18:36] "GET /obj-perms HTTP/1.1" 200 5026 0.003628 10.0.0.44 - - [2025-04-07 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001463 10.0.0.44 - - [2025-04-07 02:18:36] "POST /neutron/network HTTP/1.1" 200 842 0.007951 10.0.0.44 - - [2025-04-07 02:18:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000655 10.0.0.44 - - [2025-04-07 02:18:36] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.44 - - [2025-04-07 02:18:36] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.44 - - [2025-04-07 02:18:37] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.44 - - [2025-04-07 02:18:37] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055822 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/network HTTP/1.1" 200 832 0.006717 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.005837 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.44 - - [2025-04-07 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001632 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.006325 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/network HTTP/1.1" 200 843 0.006675 10.0.0.44 - - [2025-04-07 02:18:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000493 10.0.0.44 - - [2025-04-07 02:18:37] "POST /neutron/network HTTP/1.1" 200 842 0.007168 10.0.0.44 - - [2025-04-07 02:18:37] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.44 - - [2025-04-07 02:18:38] "GET / HTTP/1.1" 200 35931 0.003388 10.0.0.44 - - [2025-04-07 02:18:38] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1058 0.236208 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1058 0.011772 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1058 0.008978 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1112 0.065359 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1086 0.017699 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003644 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.010648 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.001972 10.0.0.44 - - [2025-04-07 02:18:38] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002026 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/network HTTP/1.1" 200 832 0.013529 10.0.0.44 - - [2025-04-07 02:18:38] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057029 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/network HTTP/1.1" 200 833 0.006160 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 1086 0.018983 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007077 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.006040 10.0.0.44 - - [2025-04-07 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003942 10.0.0.44 - - [2025-04-07 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536 10.0.0.44 - - [2025-04-07 02:18:38] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.44 - - [2025-04-07 02:18:38] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008643 10.0.0.44 - - [2025-04-07 02:18:38] "POST /service-templates HTTP/1.1" 200 543 0.027269 10.0.0.44 - - [2025-04-07 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.44 - - [2025-04-07 02:18:38] "GET /service-template/1cc7d780-b13f-4683-8d41-0973a3028885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005380 10.0.0.44 - - [2025-04-07 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.44 - - [2025-04-07 02:18:38] "POST /neutron/network HTTP/1.1" 200 843 0.008422 10.0.0.44 - - [2025-04-07 02:18:39] "GET /service-template/1cc7d780-b13f-4683-8d41-0973a3028885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006130 10.0.0.44 - - [2025-04-07 02:18:39] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.44 - - [2025-04-07 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.002753 10.0.0.44 - - [2025-04-07 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001464 10.0.0.44 - - [2025-04-07 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 1057 0.258213 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 1057 0.014189 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 1057 0.011995 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 2001 0.037572 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011354 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 1111 0.103717 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 1085 0.015446 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003923 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.013182 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.44 - - [2025-04-07 02:18:39] "POST /neutron/network HTTP/1.1" 200 833 0.009267 10.0.0.44 - - [2025-04-07 02:18:40] "POST /neutron/network HTTP/1.1" 200 2220 0.013416 10.0.0.44 - - [2025-04-07 02:18:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000505 10.0.0.44 - - [2025-04-07 02:18:40] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.44 - - [2025-04-07 02:18:40] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.44 - - [2025-04-07 02:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056121 10.0.0.44 - - [2025-04-07 02:18:41] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001696 10.0.0.44 - - [2025-04-07 02:18:41] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.357524 10.0.0.44 - - [2025-04-07 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.069118 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/network HTTP/1.1" 200 830 0.005564 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/network HTTP/1.1" 200 832 0.009800 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/network HTTP/1.1" 200 833 0.009744 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/port HTTP/1.1" 200 2055 0.030435 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007583 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.008689 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.005385 10.0.0.44 - - [2025-04-07 02:18:41] "POST /neutron/network HTTP/1.1" 200 2220 0.016405 10.0.0.44 - - [2025-04-07 02:18:41] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002277 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1056 0.347676 10.0.0.44 - - [2025-04-07 02:18:42] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1058 0.259830 10.0.0.44 - - [2025-04-07 02:18:42] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001828 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1057 0.245696 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1056 0.009156 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1056 0.010139 10.0.0.44 - - [2025-04-07 02:18:42] "POST /neutron/port HTTP/1.1" 200 1110 0.087279 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1058 0.015307 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1058 0.019378 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1112 0.101940 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1057 0.010391 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1057 0.010448 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 1111 0.069317 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 3022 0.023093 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.012361 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/network HTTP/1.1" 200 830 0.006068 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003805 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.010777 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/network HTTP/1.1" 200 832 0.007142 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.011237 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.44 - - [2025-04-07 02:18:43] "POST /neutron/network HTTP/1.1" 200 833 0.006729 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/port HTTP/1.1" 200 3022 0.023343 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007095 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/port HTTP/1.1" 200 3022 0.023760 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008820 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/port HTTP/1.1" 200 3022 0.025192 10.0.0.44 - - [2025-04-07 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007485 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/port HTTP/1.1" 200 3022 0.026444 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009869 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/port HTTP/1.1" 200 3022 0.031110 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011739 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-machine/5bac93bd-2ebd-4ebb-a9aa-e2df8676ab4f HTTP/1.1" 200 1802 0.010057 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056 HTTP/1.1" 200 2943 0.012096 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821 HTTP/1.1" 200 2945 0.016621 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc HTTP/1.1" 200 2949 0.009629 10.0.0.44 - - [2025-04-07 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.44 - - [2025-04-07 02:18:47] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004281 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004049 10.0.0.44 - - [2025-04-07 02:18:47] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007598 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/port HTTP/1.1" 200 1086 0.018646 10.0.0.44 - - [2025-04-07 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006765 10.0.0.44 - - [2025-04-07 02:18:48] "POST /neutron/port HTTP/1.1" 200 1085 0.021892 10.0.0.44 - - [2025-04-07 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009587 10.0.0.44 - - [2025-04-07 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.44 - - [2025-04-07 02:18:50] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008476 10.0.0.44 - - [2025-04-07 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.44 - - [2025-04-07 02:18:54] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005509 10.0.0.44 - - [2025-04-07 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.44 - - [2025-04-07 02:18:58] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006579 10.0.0.44 - - [2025-04-07 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.44 - - [2025-04-07 02:19:03] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005552 10.0.0.44 - - [2025-04-07 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.44 - - [2025-04-07 02:19:05] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003961 10.0.0.44 - - [2025-04-07 02:19:05] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003726 10.0.0.44 - - [2025-04-07 02:19:05] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005603 10.0.0.44 - - [2025-04-07 02:19:05] "POST /neutron/port HTTP/1.1" 200 3022 0.024001 10.0.0.44 - - [2025-04-07 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006640 10.0.0.44 - - [2025-04-07 02:19:10] "POST /neutron/port HTTP/1.1" 200 3022 0.022888 10.0.0.44 - - [2025-04-07 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006948 10.0.0.44 - - [2025-04-07 02:19:15] "POST /neutron/port HTTP/1.1" 200 3022 0.021922 10.0.0.44 - - [2025-04-07 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007201 10.0.0.44 - - [2025-04-07 02:19:15] "POST /neutron/port HTTP/1.1" 200 3022 0.022568 10.0.0.44 - - [2025-04-07 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007099 10.0.0.44 - - [2025-04-07 02:19:20] "POST /neutron/port HTTP/1.1" 200 3022 0.021322 10.0.0.44 - - [2025-04-07 02:19:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007630 10.0.0.44 - - [2025-04-07 02:19:26] "POST /neutron/port HTTP/1.1" 200 3022 0.021266 10.0.0.44 - - [2025-04-07 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006726 10.0.0.44 - - [2025-04-07 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.44 - - [2025-04-07 02:19:31] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003527 10.0.0.44 - - [2025-04-07 02:19:31] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003322 10.0.0.44 - - [2025-04-07 02:19:31] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006263 10.0.0.44 - - [2025-04-07 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.44 - - [2025-04-07 02:19:31] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003617 10.0.0.44 - - [2025-04-07 02:19:31] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004407 10.0.0.44 - - [2025-04-07 02:19:31] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009185 10.0.0.44 - - [2025-04-07 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003198 10.0.0.44 - - [2025-04-07 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.44 - - [2025-04-07 02:19:31] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.44 - - [2025-04-07 02:19:31] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031323 10.0.0.44 - - [2025-04-07 02:19:32] "POST /service-instances HTTP/1.1" 200 543 0.064496 10.0.0.44 - - [2025-04-07 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.44 - - [2025-04-07 02:19:32] "GET /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007394 10.0.0.44 - - [2025-04-07 02:19:32] "POST /port-tuples HTTP/1.1" 200 586 0.031142 10.0.0.44 - - [2025-04-07 02:19:32] "GET /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.005778 10.0.0.44 - - [2025-04-07 02:19:32] "PUT /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056 HTTP/1.1" 200 284 0.010833 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.012079 10.0.0.44 - - [2025-04-07 02:19:32] "POST /instance-ips HTTP/1.1" 200 385 0.028577 10.0.0.44 - - [2025-04-07 02:19:32] "GET /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006391 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.015879 10.0.0.44 - - [2025-04-07 02:19:32] "PUT /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821 HTTP/1.1" 200 284 0.013114 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.013352 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003180 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.013076 10.0.0.44 - - [2025-04-07 02:19:32] "GET /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005406 10.0.0.44 - - [2025-04-07 02:19:32] "POST /instance-ips HTTP/1.1" 200 385 0.027694 10.0.0.44 - - [2025-04-07 02:19:32] "PUT /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc HTTP/1.1" 200 284 0.014601 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.015353 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.010056 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008561 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003491 10.0.0.44 - - [2025-04-07 02:19:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015487 10.0.0.44 - - [2025-04-07 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006420 10.0.0.44 - - [2025-04-07 02:19:32] "POST /instance-ips HTTP/1.1" 200 373 0.016849 10.0.0.44 - - [2025-04-07 02:19:32] "POST /neutron/port HTTP/1.1" 200 1086 0.016359 10.0.0.44 - - [2025-04-07 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007858 10.0.0.44 - - [2025-04-07 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010101 10.0.0.44 - - [2025-04-07 02:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.028507 10.0.0.44 - - [2025-04-07 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006835 10.0.0.44 - - [2025-04-07 02:19:33] "GET /virtual-machine/78250122-d7e6-4027-b039-9bc9703e4c37 HTTP/1.1" 200 1290 0.005681 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004227 10.0.0.44 - - [2025-04-07 02:19:33] "GET /virtual-machine-interface/04837a5d-01a1-4c52-be79-32b4c1fc5b8f HTTP/1.1" 200 2944 0.005955 10.0.0.44 - - [2025-04-07 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.44 - - [2025-04-07 02:19:33] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004195 10.0.0.44 - - [2025-04-07 02:19:33] "POST /instance-ips HTTP/1.1" 200 373 0.016239 10.0.0.44 - - [2025-04-07 02:19:33] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003641 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009699 10.0.0.44 - - [2025-04-07 02:19:33] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006591 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.011713 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003455 10.0.0.44 - - [2025-04-07 02:19:33] "POST /instance-ips HTTP/1.1" 200 375 0.017426 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010603 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009512 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003242 10.0.0.44 - - [2025-04-07 02:19:33] "POST /instance-ips HTTP/1.1" 200 375 0.019387 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.44 - - [2025-04-07 02:19:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003834 10.0.0.44 - - [2025-04-07 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.44 - - [2025-04-07 02:19:34] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004439 10.0.0.44 - - [2025-04-07 02:19:34] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004691 10.0.0.44 - - [2025-04-07 02:19:34] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005891 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/port HTTP/1.1" 200 1085 0.017708 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006733 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/port HTTP/1.1" 200 1085 0.020619 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009052 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/port HTTP/1.1" 200 1085 0.017183 10.0.0.44 - - [2025-04-07 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008507 10.0.0.44 - - [2025-04-07 02:19:34] "GET /virtual-machine/35bc9519-e59f-4476-b95b-15654e79ab98 HTTP/1.1" 200 1290 0.005493 10.0.0.44 - - [2025-04-07 02:19:34] "GET /virtual-machine-interface/c34a2fd3-4c6e-4cd2-b67d-b48375373972 HTTP/1.1" 200 2949 0.005660 10.0.0.44 - - [2025-04-07 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.44 - - [2025-04-07 02:19:34] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003723 10.0.0.44 - - [2025-04-07 02:19:35] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004144 10.0.0.44 - - [2025-04-07 02:19:35] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006828 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.44 - - [2025-04-07 02:19:36] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003730 10.0.0.44 - - [2025-04-07 02:19:36] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003496 10.0.0.44 - - [2025-04-07 02:19:36] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005967 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003356 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.44 - - [2025-04-07 02:19:36] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.44 - - [2025-04-07 02:19:36] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029145 10.0.0.44 - - [2025-04-07 02:19:36] "POST /network-policys HTTP/1.1" 200 547 0.019714 10.0.0.44 - - [2025-04-07 02:19:36] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006631 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.44 - - [2025-04-07 02:19:36] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006652 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.44 - - [2025-04-07 02:19:36] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004786 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.002432 10.0.0.44 - - [2025-04-07 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.031011 10.0.0.44 - - [2025-04-07 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.44 - - [2025-04-07 02:19:37] "POST /access-control-lists HTTP/1.1" 200 601 0.060282 10.0.0.44 - - [2025-04-07 02:19:37] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004355 10.0.0.44 - - [2025-04-07 02:19:37] "POST /neutron/network HTTP/1.1" 200 920 0.011252 10.0.0.44 - - [2025-04-07 02:19:37] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006301 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.44 - - [2025-04-07 02:19:37] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003922 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.44 - - [2025-04-07 02:19:37] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005829 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.44 - - [2025-04-07 02:19:37] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004695 10.0.0.44 - - [2025-04-07 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.034373 10.0.0.44 - - [2025-04-07 02:19:37] "PUT /access-control-list/ba811d63-0776-4d89-b1b5-704cd425cd39 HTTP/1.1" 200 272 0.012918 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.003311 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.44 - - [2025-04-07 02:19:37] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.028166 10.0.0.44 - - [2025-04-07 02:19:37] "POST /access-control-lists HTTP/1.1" 200 604 0.066112 10.0.0.44 - - [2025-04-07 02:19:37] "POST /neutron/network HTTP/1.1" 200 921 0.009624 10.0.0.44 - - [2025-04-07 02:19:37] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005600 10.0.0.44 - - [2025-04-07 02:19:37] "POST /routing-instances HTTP/1.1" 200 759 0.028946 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.44 - - [2025-04-07 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.012111 10.0.0.44 - - [2025-04-07 02:19:37] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004132 10.0.0.44 - - [2025-04-07 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.011818 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.44 - - [2025-04-07 02:19:37] "GET /routing-instance/f7233213-6dcc-4208-8d97-c8ef5cf90030?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.005612 10.0.0.44 - - [2025-04-07 02:19:37] "GET /service-template/1cc7d780-b13f-4683-8d41-0973a3028885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004725 10.0.0.44 - - [2025-04-07 02:19:37] "GET /routing-instance/f7233213-6dcc-4208-8d97-c8ef5cf90030?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004709 10.0.0.44 - - [2025-04-07 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.44 - - [2025-04-07 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.010335 10.0.0.44 - - [2025-04-07 02:19:37] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001964 10.0.0.44 - - [2025-04-07 02:19:38] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031749 10.0.0.44 - - [2025-04-07 02:19:38] "POST /routing-instances HTTP/1.1" 200 760 0.016463 10.0.0.44 - - [2025-04-07 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.44 - - [2025-04-07 02:19:38] "POST /route-targets HTTP/1.1" 200 327 0.010436 10.0.0.44 - - [2025-04-07 02:19:38] "GET /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005687 10.0.0.44 - - [2025-04-07 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.013101 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domains HTTP/1.1" 200 280 0.006502 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2772 0.011697 10.0.0.44 - - [2025-04-07 02:19:38] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.44 - - [2025-04-07 02:19:38] "GET /routing-instance/62d1c5e2-fe1d-45e3-aade-132c6f613802?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004581 10.0.0.44 - - [2025-04-07 02:19:38] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 4233 0.068507 10.0.0.44 - - [2025-04-07 02:19:38] "GET /routing-instance/62d1c5e2-fe1d-45e3-aade-132c6f613802?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.008674 10.0.0.44 - - [2025-04-07 02:19:38] "GET /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd HTTP/1.1" 200 3782 0.005301 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domains HTTP/1.1" 200 280 0.003095 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.44 - - [2025-04-07 02:19:38] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2772 0.008813 10.0.0.44 - - [2025-04-07 02:19:38] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.44 - - [2025-04-07 02:19:38] "PUT /routing-instance/f7233213-6dcc-4208-8d97-c8ef5cf90030 HTTP/1.1" 200 266 0.011373 10.0.0.44 - - [2025-04-07 02:19:38] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 4233 0.079592 10.0.0.44 - - [2025-04-07 02:19:38] "GET /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd HTTP/1.1" 200 3782 0.003743 10.0.0.44 - - [2025-04-07 02:19:38] "PUT /routing-instance/62d1c5e2-fe1d-45e3-aade-132c6f613802 HTTP/1.1" 200 266 0.020231 10.0.0.44 - - [2025-04-07 02:19:38] "GET /port-tuple/e8f7fa6e-d010-49f0-8d65-bd9e827dd022 HTTP/1.1" 200 1979 0.004405 10.0.0.44 - - [2025-04-07 02:19:38] "GET /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056 HTTP/1.1" 200 3813 0.005497 10.0.0.44 - - [2025-04-07 02:19:38] "GET /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821 HTTP/1.1" 200 3797 0.005814 10.0.0.44 - - [2025-04-07 02:19:38] "GET /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc HTTP/1.1" 200 3804 0.006317 10.0.0.44 - - [2025-04-07 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.010907 10.0.0.44 - - [2025-04-07 02:19:38] "PUT /access-control-list/71667bff-a77c-4e05-87dd-76f42fa7259c HTTP/1.1" 200 272 0.016850 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/port HTTP/1.1" 200 3829 0.053223 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007379 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/port HTTP/1.1" 200 3829 0.032803 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008003 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/port HTTP/1.1" 200 3829 0.033288 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006689 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/port HTTP/1.1" 200 3829 0.031535 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006613 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/network HTTP/1.1" 200 894 0.013370 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/network HTTP/1.1" 200 920 0.005989 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/network HTTP/1.1" 200 804 0.014514 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/network HTTP/1.1" 200 830 0.006343 10.0.0.44 - - [2025-04-07 02:19:38] "POST /neutron/network HTTP/1.1" 200 895 0.012620 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/network HTTP/1.1" 200 921 0.006977 10.0.0.44 - - [2025-04-07 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001812 10.0.0.44 - - [2025-04-07 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001410 10.0.0.44 - - [2025-04-07 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.002065 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine/5bac93bd-2ebd-4ebb-a9aa-e2df8676ab4f HTTP/1.1" 200 1802 0.003980 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056 HTTP/1.1" 200 3813 0.006149 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821 HTTP/1.1" 200 3797 0.005326 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc HTTP/1.1" 200 3804 0.005708 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/6bd26fa9-a21a-4ac6-8504-a79d5343efa9 HTTP/1.1" 200 1979 0.004133 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/990bb3d1-4ef4-4286-b7f2-d36056481a04 HTTP/1.1" 200 1620 0.005178 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/f4e7ba06-fdf0-4c01-9daa-aa054e3d943a HTTP/1.1" 200 1979 0.003683 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/45b5ca2b-a293-41b8-acc0-392ac6ad609f HTTP/1.1" 200 1956 0.003433 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/903e2a6d-b7af-4f10-ad67-1d07c8a276df HTTP/1.1" 200 1955 0.003181 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/bfa07c4d-d7ab-4de7-ab4b-ffcd027250ea HTTP/1.1" 200 1622 0.005564 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/4620b4fb-f217-4feb-a166-20140e6807a4 HTTP/1.1" 200 1960 0.004441 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/9b3956cc-d440-42f6-9329-0ddabce87ff5 HTTP/1.1" 200 1959 0.004267 10.0.0.44 - - [2025-04-07 02:19:39] "GET /instance-ip/b073fc63-93de-4727-9e26-bce6fd13eac8 HTTP/1.1" 200 1622 0.005707 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/port HTTP/1.1" 200 3829 0.034543 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007310 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/port HTTP/1.1" 200 3829 0.033023 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006697 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/port HTTP/1.1" 200 3829 0.033910 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006503 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/port HTTP/1.1" 200 3829 0.032858 10.0.0.44 - - [2025-04-07 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006623 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine/5bac93bd-2ebd-4ebb-a9aa-e2df8676ab4f HTTP/1.1" 200 1802 0.003706 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/014307da-852e-4370-b4ff-98ae1024e056 HTTP/1.1" 200 3813 0.004926 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/77a3a1e0-680a-49f8-bf11-29739dced821 HTTP/1.1" 200 3797 0.005338 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-machine-interface/a4b5ee4c-fc67-456b-a574-7efc44caf2cc HTTP/1.1" 200 3804 0.005924 10.0.0.44 - - [2025-04-07 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.44 - - [2025-04-07 02:19:39] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003579 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003239 10.0.0.44 - - [2025-04-07 02:19:39] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006526 10.0.0.44 - - [2025-04-07 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.44 - - [2025-04-07 02:19:40] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003312 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003324 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007562 10.0.0.44 - - [2025-04-07 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.44 - - [2025-04-07 02:19:41] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004003 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003481 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006248 10.0.0.44 - - [2025-04-07 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.44 - - [2025-04-07 02:19:41] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004437 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004157 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007526 10.0.0.44 - - [2025-04-07 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.44 - - [2025-04-07 02:19:41] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003805 10.0.0.44 - - [2025-04-07 02:19:41] "GET /obj-perms HTTP/1.1" 200 5056 0.051969 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003125 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006014 10.0.0.44 - - [2025-04-07 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.44 - - [2025-04-07 02:19:41] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003725 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003934 10.0.0.44 - - [2025-04-07 02:19:41] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007035 10.0.0.44 - - [2025-04-07 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.44 - - [2025-04-07 02:19:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052451 10.0.0.44 - - [2025-04-07 02:19:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004154 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003443 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005933 10.0.0.44 - - [2025-04-07 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.44 - - [2025-04-07 02:19:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004176 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003385 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006585 10.0.0.44 - - [2025-04-07 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.44 - - [2025-04-07 02:19:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004630 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003272 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-network/b578d607-cc8e-4e1e-9f45-15acf4262bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005948 10.0.0.44 - - [2025-04-07 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.44 - - [2025-04-07 02:19:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003921 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004632 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005704 10.0.0.44 - - [2025-04-07 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.44 - - [2025-04-07 02:19:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004122 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004347 10.0.0.44 - - [2025-04-07 02:19:42] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.008036 10.0.0.44 - - [2025-04-07 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.44 - - [2025-04-07 02:19:43] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004866 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003803 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006239 10.0.0.44 - - [2025-04-07 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.44 - - [2025-04-07 02:19:43] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003873 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-networks?parent_id=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003461 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005942 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-machine/5bac93bd-2ebd-4ebb-a9aa-e2df8676ab4f HTTP/1.1" 200 1802 0.004139 10.0.0.44 - - [2025-04-07 02:19:43] "GET /domains HTTP/1.1" 200 280 0.002819 10.0.0.44 - - [2025-04-07 02:19:43] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.44 - - [2025-04-07 02:19:43] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2772 0.007914 10.0.0.44 - - [2025-04-07 02:19:43] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.44 - - [2025-04-07 02:19:43] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 4233 0.071497 10.0.0.44 - - [2025-04-07 02:19:43] "GET /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd HTTP/1.1" 200 3782 0.004277 10.0.0.44 - - [2025-04-07 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.44 - - [2025-04-07 02:19:43] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003679 10.0.0.44 - - [2025-04-07 02:19:43] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005376 10.0.0.44 - - [2025-04-07 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.44 - - [2025-04-07 02:19:43] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.005535 10.0.0.44 - - [2025-04-07 02:19:43] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.007832 10.0.0.44 - - [2025-04-07 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007685 10.0.0.44 - - [2025-04-07 02:19:43] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?fields=routing_instances HTTP/1.1" 200 1681 0.007415 10.0.0.44 - - [2025-04-07 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.44 - - [2025-04-07 02:19:44] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005765 10.0.0.44 - - [2025-04-07 02:19:44] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?fields=routing_instances HTTP/1.1" 200 1687 0.007351 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.040209 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /access-control-list/71667bff-a77c-4e05-87dd-76f42fa7259c HTTP/1.1" 200 115 0.041326 10.0.0.44 - - [2025-04-07 02:19:48] "POST /neutron/network HTTP/1.1" 200 833 0.008428 10.0.0.44 - - [2025-04-07 02:19:48] "GET /virtual-network/bcccb642-3fba-44a7-84b8-2026e93ab70c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005868 10.0.0.44 - - [2025-04-07 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.44 - - [2025-04-07 02:19:48] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003414 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /routing-instance/f7233213-6dcc-4208-8d97-c8ef5cf90030 HTTP/1.1" 200 115 0.034864 10.0.0.44 - - [2025-04-07 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.030296 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /route-target/15e321bc-1aa7-40c2-a316-5f1fd6a7d610 HTTP/1.1" 200 115 0.013700 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /routing-instance/62d1c5e2-fe1d-45e3-aade-132c6f613802 HTTP/1.1" 200 115 0.031348 10.0.0.44 - - [2025-04-07 02:19:48] "POST /neutron/network HTTP/1.1" 200 832 0.015445 10.0.0.44 - - [2025-04-07 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.44 - - [2025-04-07 02:19:48] "GET /virtual-network/69398644-b12b-4b14-8897-cc3b984ec6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005768 10.0.0.44 - - [2025-04-07 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /route-target/0041bbd2-6b24-4729-91a2-245e64d18310 HTTP/1.1" 200 115 0.020727 10.0.0.44 - - [2025-04-07 02:19:48] "GET /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003586 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /access-control-list/ba811d63-0776-4d89-b1b5-704cd425cd39 HTTP/1.1" 200 115 0.030279 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /network-policy/c9ec4500-3b4c-492a-9ba3-00d12d44c99f HTTP/1.1" 200 115 0.023607 10.0.0.44 - - [2025-04-07 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /service-instance/33bcad7e-3912-412e-9bbc-88113c8651dd HTTP/1.1" 200 115 0.054968 10.0.0.44 - - [2025-04-07 02:19:48] "GET /domains HTTP/1.1" 200 280 0.003082 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.021770 10.0.0.44 - - [2025-04-07 02:19:48] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.44 - - [2025-04-07 02:19:48] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2772 0.010650 10.0.0.44 - - [2025-04-07 02:19:48] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001740 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /instance-ip/9b3956cc-d440-42f6-9329-0ddabce87ff5 HTTP/1.1" 200 115 0.038504 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.011239 10.0.0.44 - - [2025-04-07 02:19:48] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 3759 0.073698 10.0.0.44 - - [2025-04-07 02:19:48] "GET /virtual-machine/5bac93bd-2ebd-4ebb-a9aa-e2df8676ab4f HTTP/1.1" 200 1802 0.005451 10.0.0.44 - - [2025-04-07 02:19:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003011 10.0.0.44 - - [2025-04-07 02:19:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003318 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /instance-ip/6bd26fa9-a21a-4ac6-8504-a79d5343efa9 HTTP/1.1" 200 115 0.031242 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.011540 10.0.0.44 - - [2025-04-07 02:19:48] "DELETE /instance-ip/45b5ca2b-a293-41b8-acc0-392ac6ad609f HTTP/1.1" 200 115 0.022385 10.0.0.44 - - [2025-04-07 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.012307 10.0.0.44 - - [2025-04-07 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.44 - - [2025-04-07 02:19:49] "DELETE /service-template/1cc7d780-b13f-4683-8d41-0973a3028885 HTTP/1.1" 200 115 0.038553 10.0.0.44 - - [2025-04-07 02:19:49] "DELETE /instance-ip/f4e7ba06-fdf0-4c01-9daa-aa054e3d943a HTTP/1.1" 200 115 0.037280 10.0.0.44 - - [2025-04-07 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004410 10.0.0.44 - - [2025-04-07 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.44 - - [2025-04-07 02:19:49] "DELETE /instance-ip/4620b4fb-f217-4feb-a166-20140e6807a4 HTTP/1.1" 200 115 0.020584 10.0.0.44 - - [2025-04-07 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.44 - - [2025-04-07 02:19:49] "DELETE /instance-ip/903e2a6d-b7af-4f10-ad67-1d07c8a276df HTTP/1.1" 200 115 0.033422 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/network HTTP/1.1" 200 833 0.011886 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/network HTTP/1.1" 400 204 0.017638 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 1085 0.016544 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 1111 0.010501 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 1086 0.030337 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 1112 0.011003 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 151 0.167638 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 151 0.143944 10.0.0.44 - - [2025-04-07 02:19:49] "POST /neutron/port HTTP/1.1" 200 3022 0.028032 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 1110 0.013869 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 151 0.160978 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 1112 0.010928 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 151 0.105196 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 1111 0.010578 10.0.0.44 - - [2025-04-07 02:19:50] "POST /neutron/port HTTP/1.1" 200 151 0.116854 10.0.0.44 - - [2025-04-07 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.006550 10.0.0.44 - - [2025-04-07 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004157 10.0.0.44 - - [2025-04-07 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008934 10.0.0.44 - - [2025-04-07 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003984 10.0.0.44 - - [2025-04-07 02:19:51] "POST /neutron/network HTTP/1.1" 200 151 0.096247 10.0.0.44 - - [2025-04-07 02:19:51] "GET /routing-instance/d8498f0c-3d93-48f5-9afc-724c0c8d6690 HTTP/1.1" 404 171 0.003324 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domains HTTP/1.1" 200 280 0.003749 10.0.0.44 - - [2025-04-07 02:19:51] "DELETE /route-target/4eca29fd-bba9-4be4-b7cd-03041183288f HTTP/1.1" 200 115 0.025810 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2572 0.049803 10.0.0.44 - - [2025-04-07 02:19:51] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.44 - - [2025-04-07 02:19:51] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2298 0.070768 10.0.0.44 - - [2025-04-07 02:19:51] "POST /neutron/network HTTP/1.1" 200 832 0.006678 10.0.0.44 - - [2025-04-07 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003670 10.0.0.44 - - [2025-04-07 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005958 10.0.0.44 - - [2025-04-07 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004532 10.0.0.44 - - [2025-04-07 02:19:51] "POST /neutron/network HTTP/1.1" 200 151 0.087794 10.0.0.44 - - [2025-04-07 02:19:51] "DELETE /route-target/fa7ded89-ec63-4ae8-9b43-b459f62be956 HTTP/1.1" 200 115 0.016796 10.0.0.44 - - [2025-04-07 02:19:51] "GET /routing-instance/d621e57a-4b0f-4e81-a92a-331572a50e8e HTTP/1.1" 404 171 0.002312 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domains HTTP/1.1" 200 280 0.002310 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.44 - - [2025-04-07 02:19:51] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2572 0.048102 10.0.0.44 - - [2025-04-07 02:19:51] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002574 10.0.0.44 - - [2025-04-07 02:19:51] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 2080 0.069114 10.0.0.44 - - [2025-04-07 02:19:51] "POST /neutron/network HTTP/1.1" 200 830 0.006801 10.0.0.44 - - [2025-04-07 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006560 10.0.0.44 - - [2025-04-07 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007420 10.0.0.44 - - [2025-04-07 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005294 10.0.0.44 - - [2025-04-07 02:19:52] "POST /neutron/network HTTP/1.1" 200 151 0.105739 10.0.0.44 - - [2025-04-07 02:19:52] "DELETE /route-target/8ed52567-a7ae-4f50-84f2-d09da7012c76 HTTP/1.1" 200 115 0.020873 10.0.0.44 - - [2025-04-07 02:19:52] "GET /routing-instance/a5a59a4b-526a-480a-8cdc-c8228e397b7a HTTP/1.1" 404 171 0.002770 10.0.0.44 - - [2025-04-07 02:19:52] "GET /domains HTTP/1.1" 200 280 0.002315 10.0.0.44 - - [2025-04-07 02:19:52] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.44 - - [2025-04-07 02:19:52] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2572 0.050989 10.0.0.44 - - [2025-04-07 02:19:52] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001784 10.0.0.44 - - [2025-04-07 02:19:52] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 1840 0.069203 10.0.0.44 - - [2025-04-07 02:19:52] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.44 - - [2025-04-07 02:19:52] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034584 10.0.0.44 - - [2025-04-07 02:19:52] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.44 - - [2025-04-07 02:19:52] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?fields=virtual_networks HTTP/1.1" 200 1028 0.069147 10.0.0.44 - - [2025-04-07 02:19:52] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.44 - - [2025-04-07 02:19:52] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.029736 10.0.0.44 - - [2025-04-07 02:19:52] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.44 - - [2025-04-07 02:19:52] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?fields=security_groups HTTP/1.1" 200 1252 0.027268 10.0.0.44 - - [2025-04-07 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.034350 10.0.0.44 - - [2025-04-07 02:19:53] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004190 10.0.0.44 - - [2025-04-07 02:19:53] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003119 10.0.0.44 - - [2025-04-07 02:19:53] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014871 10.0.0.44 - - [2025-04-07 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.001983 10.0.0.44 - - [2025-04-07 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.007632 10.0.0.44 - - [2025-04-07 02:19:53] "POST /security-groups HTTP/1.1" 200 592 0.067821 10.0.0.44 - - [2025-04-07 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.003039 10.0.0.44 - - [2025-04-07 02:19:53] "POST /projects HTTP/1.1" 200 587 0.243662 10.0.0.44 - - [2025-04-07 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.274087 10.0.0.44 - - [2025-04-07 02:19:54] "POST /access-control-lists HTTP/1.1" 200 597 0.060483 10.0.0.44 - - [2025-04-07 02:19:54] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.422780 10.0.0.44 - - [2025-04-07 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002854 10.0.0.44 - - [2025-04-07 02:19:54] "POST /access-control-lists HTTP/1.1" 200 595 0.060042 10.0.0.44 - - [2025-04-07 02:19:55] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.44 - - [2025-04-07 02:19:56] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.44 - - [2025-04-07 02:19:56] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001596 10.0.0.44 - - [2025-04-07 02:19:56] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052194 10.0.0.44 - - [2025-04-07 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 180 0.003099 10.0.0.44 - - [2025-04-07 02:19:56] "POST /virtual-DNSs HTTP/1.1" 200 507 0.027447 10.0.0.44 - - [2025-04-07 02:19:56] "GET /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006100 10.0.0.44 - - [2025-04-07 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.44 - - [2025-04-07 02:19:56] "GET /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004057 10.0.0.44 - - [2025-04-07 02:19:56] "GET /domains HTTP/1.1" 401 292 0.000714 10.0.0.44 - - [2025-04-07 02:19:57] "GET /domains HTTP/1.1" 200 280 0.040370 10.0.0.44 - - [2025-04-07 02:19:57] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.44 - - [2025-04-07 02:19:57] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2959 0.009677 10.0.0.44 - - [2025-04-07 02:19:57] "GET /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6 HTTP/1.1" 200 1438 0.004557 10.0.0.44 - - [2025-04-07 02:19:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002325 10.0.0.44 - - [2025-04-07 02:19:57] "POST /network-ipams HTTP/1.1" 200 514 0.016640 10.0.0.44 - - [2025-04-07 02:19:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003179 10.0.0.44 - - [2025-04-07 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.44 - - [2025-04-07 02:19:57] "GET /network-ipam/849c70fb-e1fe-4d8a-b4b0-305bcd1c4535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.007047 10.0.0.44 - - [2025-04-07 02:19:57] "PUT /network-ipam/849c70fb-e1fe-4d8a-b4b0-305bcd1c4535 HTTP/1.1" 200 258 0.009783 10.0.0.44 - - [2025-04-07 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.44 - - [2025-04-07 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.44 - - [2025-04-07 02:19:57] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001778 10.0.0.44 - - [2025-04-07 02:19:57] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024524 10.0.0.44 - - [2025-04-07 02:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.029560 10.0.0.44 - - [2025-04-07 02:19:57] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001372 10.0.0.44 - - [2025-04-07 02:19:57] "POST /neutron/network HTTP/1.1" 200 618 0.067224 10.0.0.44 - - [2025-04-07 02:19:57] "POST /route-targets HTTP/1.1" 200 327 0.011082 10.0.0.44 - - [2025-04-07 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.012579 10.0.0.44 - - [2025-04-07 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002683 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 711 0.217962 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.005767 10.0.0.44 - - [2025-04-07 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001338 10.0.0.44 - - [2025-04-07 02:19:58] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005063 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.007039 10.0.0.44 - - [2025-04-07 02:19:58] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005403 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.006615 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 711 0.015090 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 807 0.010734 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.006844 10.0.0.44 - - [2025-04-07 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001532 10.0.0.44 - - [2025-04-07 02:19:58] "POST /neutron/network HTTP/1.1" 200 843 0.005739 10.0.0.44 - - [2025-04-07 02:19:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.44 - - [2025-04-07 02:19:58] "GET / HTTP/1.1" 200 35931 0.003111 10.0.0.44 - - [2025-04-07 02:19:58] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000608 10.0.0.44 - - [2025-04-07 02:19:59] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.44 - - [2025-04-07 02:19:59] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051706 10.0.0.44 - - [2025-04-07 02:19:59] "POST /neutron/network HTTP/1.1" 200 833 0.006234 10.0.0.44 - - [2025-04-07 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.005637 10.0.0.44 - - [2025-04-07 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.44 - - [2025-04-07 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.008279 10.0.0.44 - - [2025-04-07 02:19:59] "POST /neutron/network HTTP/1.1" 200 843 0.006123 10.0.0.44 - - [2025-04-07 02:19:59] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001313 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 1058 0.222715 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 1058 0.014359 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 1058 0.012371 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 1112 0.088246 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 1086 0.017324 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.013096 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.44 - - [2025-04-07 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.006843 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/port HTTP/1.1" 200 1086 0.015805 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007636 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/port HTTP/1.1" 200 1086 0.015296 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006274 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/port HTTP/1.1" 200 1086 0.015117 10.0.0.44 - - [2025-04-07 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006650 10.0.0.44 - - [2025-04-07 02:20:04] "GET /virtual-machine/5d53de73-ccae-4a8a-9037-8cfe0aa6e4ad HTTP/1.1" 200 1293 0.004886 10.0.0.44 - - [2025-04-07 02:20:04] "GET /virtual-machine-interface/162b54c6-a54c-4540-858a-2d7507020cbb HTTP/1.1" 200 2962 0.004906 10.0.0.44 - - [2025-04-07 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.44 - - [2025-04-07 02:20:04] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003211 10.0.0.44 - - [2025-04-07 02:20:04] "GET /virtual-networks?parent_id=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003321 10.0.0.44 - - [2025-04-07 02:20:04] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005892 10.0.0.44 - - [2025-04-07 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.44 - - [2025-04-07 02:20:08] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008281 10.0.0.44 - - [2025-04-07 02:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.015370 10.0.0.44 - - [2025-04-07 02:20:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006410 10.0.0.44 - - [2025-04-07 02:20:09] "GET /global-system-configs HTTP/1.1" 200 322 0.031983 10.0.0.44 - - [2025-04-07 02:20:09] "GET /obj-perms HTTP/1.1" 200 5056 0.073862 10.0.0.44 - - [2025-04-07 02:20:09] "GET /global-system-configs HTTP/1.1" 200 322 0.041827 10.0.0.44 - - [2025-04-07 02:20:09] "GET /obj-perms HTTP/1.1" 200 5056 0.090702 10.0.0.44 - - [2025-04-07 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.44 - - [2025-04-07 02:20:10] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004117 10.0.0.44 - - [2025-04-07 02:20:10] "GET /virtual-networks?parent_id=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.012417 10.0.0.44 - - [2025-04-07 02:20:10] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005998 10.0.0.44 - - [2025-04-07 02:20:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016375 10.0.0.44 - - [2025-04-07 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006580 10.0.0.44 - - [2025-04-07 02:20:19] "POST /neutron/network HTTP/1.1" 200 807 0.010026 10.0.0.44 - - [2025-04-07 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.005928 10.0.0.44 - - [2025-04-07 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001368 10.0.0.44 - - [2025-04-07 02:20:19] "POST /neutron/port HTTP/1.1" 200 1086 0.015630 10.0.0.44 - - [2025-04-07 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006127 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/network HTTP/1.1" 200 843 0.006471 10.0.0.44 - - [2025-04-07 02:20:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000498 10.0.0.44 - - [2025-04-07 02:20:20] "GET / HTTP/1.1" 200 35931 0.002850 10.0.0.44 - - [2025-04-07 02:20:20] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015505 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/port HTTP/1.1" 200 1086 0.020169 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/network HTTP/1.1" 200 843 0.006899 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004248 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.011827 10.0.0.44 - - [2025-04-07 02:20:20] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.44 - - [2025-04-07 02:20:20] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053806 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.005972 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.007277 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/port HTTP/1.1" 200 1086 0.018084 10.0.0.44 - - [2025-04-07 02:20:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007616 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.005643 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.006216 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/network HTTP/1.1" 200 843 0.006943 10.0.0.44 - - [2025-04-07 02:20:21] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.199022 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.017029 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 1058 0.009387 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 1112 0.057165 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 1086 0.016324 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003765 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.012856 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.44 - - [2025-04-07 02:20:21] "POST /neutron/network HTTP/1.1" 200 833 0.006146 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.019842 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007463 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.018258 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006946 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/port HTTP/1.1" 200 1086 0.018983 10.0.0.44 - - [2025-04-07 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008350 10.0.0.44 - - [2025-04-07 02:20:26] "GET /virtual-machine/f3eb9ff2-d90a-42ab-b12b-88128b066858 HTTP/1.1" 200 1294 0.006083 10.0.0.44 - - [2025-04-07 02:20:26] "GET /virtual-machine-interface/70a58d53-0751-40a7-ac90-b49eaeb7d9ad HTTP/1.1" 200 2963 0.007785 10.0.0.44 - - [2025-04-07 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.44 - - [2025-04-07 02:20:26] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003851 10.0.0.44 - - [2025-04-07 02:20:26] "GET /virtual-networks?parent_id=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003869 10.0.0.44 - - [2025-04-07 02:20:26] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005893 10.0.0.44 - - [2025-04-07 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.44 - - [2025-04-07 02:20:29] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004902 10.0.0.44 - - [2025-04-07 02:20:30] "POST /neutron/port HTTP/1.1" 200 1086 0.016280 10.0.0.44 - - [2025-04-07 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006141 10.0.0.44 - - [2025-04-07 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.44 - - [2025-04-07 02:20:31] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003147 10.0.0.44 - - [2025-04-07 02:20:31] "GET /virtual-networks?parent_id=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003141 10.0.0.44 - - [2025-04-07 02:20:31] "GET /virtual-network/a5648b36-34e8-4ede-beaa-74307a4a8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007056 10.0.0.44 - - [2025-04-07 02:20:35] "DELETE /project/6e2acbd790b64bf2902bb06a2d4d2def HTTP/1.1" 404 173 0.009624 10.0.0.44 - - [2025-04-07 02:20:35] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.44 - - [2025-04-07 02:20:35] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.030005 10.0.0.44 - - [2025-04-07 02:20:35] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542 10.0.0.44 - - [2025-04-07 02:20:35] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?fields=security_groups HTTP/1.1" 200 1357 0.071741 10.0.0.44 - - [2025-04-07 02:20:36] "DELETE /security-group/28203a31-61c7-4e88-a852-dea8b16252b8 HTTP/1.1" 200 115 0.042722 10.0.0.44 - - [2025-04-07 02:20:36] "GET /projects?obj_uuids=e65dadc3-7670-40d7-9e3f-36e307f78d9c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.44 - - [2025-04-07 02:20:36] "GET /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c?fields=application_policy_sets HTTP/1.1" 200 1396 0.030910 10.0.0.44 - - [2025-04-07 02:20:36] "DELETE /access-control-list/187d3699-b136-4c6e-a500-71ee1149bb2e HTTP/1.1" 200 115 0.063392 10.0.0.44 - - [2025-04-07 02:20:36] "DELETE /access-control-list/6eb95a80-d4b8-4c21-831c-6cf5eb9cd8af HTTP/1.1" 200 115 0.020644 10.0.0.44 - - [2025-04-07 02:20:36] "DELETE /project/e65dadc3-7670-40d7-9e3f-36e307f78d9c HTTP/1.1" 200 115 0.328919 10.0.0.44 - - [2025-04-07 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.44 - - [2025-04-07 02:20:37] "DELETE /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6 HTTP/1.1" 409 235 0.006658 10.0.0.44 - - [2025-04-07 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.003201 10.0.0.44 - - [2025-04-07 02:20:38] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017220 10.0.0.44 - - [2025-04-07 02:20:38] "GET /virtual-DNS-record/9d290ff4-f9d9-4e35-834f-8d094cb74c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005250 10.0.0.44 - - [2025-04-07 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.44 - - [2025-04-07 02:20:38] "GET /virtual-DNS-record/9d290ff4-f9d9-4e35-834f-8d094cb74c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003729 10.0.0.44 - - [2025-04-07 02:20:38] "GET /domains HTTP/1.1" 200 280 0.005627 10.0.0.44 - - [2025-04-07 02:20:38] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001675 10.0.0.44 - - [2025-04-07 02:20:38] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2775 0.012729 10.0.0.44 - - [2025-04-07 02:20:38] "GET /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6 HTTP/1.1" 200 1907 0.005296 10.0.0.44 - - [2025-04-07 02:20:38] "GET /virtual-DNS-record/9d290ff4-f9d9-4e35-834f-8d094cb74c8b HTTP/1.1" 200 1335 0.003840 10.0.0.44 - - [2025-04-07 02:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.051132 10.0.0.44 - - [2025-04-07 02:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.047354 10.0.0.44 - - [2025-04-07 02:20:43] "DELETE /virtual-DNS-record/9d290ff4-f9d9-4e35-834f-8d094cb74c8b HTTP/1.1" 200 115 0.021050 10.0.0.44 - - [2025-04-07 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003202 10.0.0.44 - - [2025-04-07 02:20:43] "POST /neutron/network HTTP/1.1" 200 833 0.007271 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/network HTTP/1.1" 400 204 0.011497 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 1086 0.020395 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 1112 0.012138 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 1086 0.016297 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 1112 0.011545 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 151 0.141647 10.0.0.44 - - [2025-04-07 02:20:44] "POST /neutron/port HTTP/1.1" 200 151 0.141804 10.0.0.44 - - [2025-04-07 02:20:46] "POST /neutron/network HTTP/1.1" 200 833 0.006248 10.0.0.44 - - [2025-04-07 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.44 - - [2025-04-07 02:20:46] "DELETE /route-target/0182e988-e61b-4c73-8871-d9055b564835 HTTP/1.1" 200 115 0.050207 10.0.0.44 - - [2025-04-07 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.44 - - [2025-04-07 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.44 - - [2025-04-07 02:20:46] "POST /neutron/network HTTP/1.1" 200 151 0.195875 10.0.0.44 - - [2025-04-07 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.44 - - [2025-04-07 02:20:46] "DELETE /network-ipam/849c70fb-e1fe-4d8a-b4b0-305bcd1c4535 HTTP/1.1" 200 115 0.037744 10.0.0.44 - - [2025-04-07 02:20:46] "DELETE /virtual-DNS/a827541a-ea06-4d3c-8de2-6de66a5f2dc6 HTTP/1.1" 200 115 0.023876 10.0.0.44 - - [2025-04-07 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003201 10.0.0.44 - - [2025-04-07 02:20:46] "GET /domains HTTP/1.1" 200 280 0.007574 10.0.0.44 - - [2025-04-07 02:20:46] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.44 - - [2025-04-07 02:20:46] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2575 0.009864 10.0.0.44 - - [2025-04-07 02:20:46] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.44 - - [2025-04-07 02:20:46] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030821 10.0.0.44 - - [2025-04-07 02:20:46] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.44 - - [2025-04-07 02:20:46] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?fields=virtual_networks HTTP/1.1" 200 1033 0.077677 10.0.0.44 - - [2025-04-07 02:20:46] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.44 - - [2025-04-07 02:20:46] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.029287 10.0.0.44 - - [2025-04-07 02:20:46] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.44 - - [2025-04-07 02:20:46] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?fields=security_groups HTTP/1.1" 200 1260 0.028710 10.0.0.44 - - [2025-04-07 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.025716 10.0.0.44 - - [2025-04-07 02:20:47] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002792 10.0.0.44 - - [2025-04-07 02:20:47] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001877 10.0.0.44 - - [2025-04-07 02:20:47] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011949 10.0.0.44 - - [2025-04-07 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.001449 10.0.0.44 - - [2025-04-07 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.003993 10.0.0.44 - - [2025-04-07 02:20:48] "POST /security-groups HTTP/1.1" 200 592 0.067647 10.0.0.44 - - [2025-04-07 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.004189 10.0.0.44 - - [2025-04-07 02:20:48] "POST /projects HTTP/1.1" 200 587 0.240765 10.0.0.44 - - [2025-04-07 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.282820 10.0.0.44 - - [2025-04-07 02:20:48] "POST /access-control-lists HTTP/1.1" 200 597 0.066923 10.0.0.44 - - [2025-04-07 02:20:48] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.448510 10.0.0.44 - - [2025-04-07 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.003240 10.0.0.44 - - [2025-04-07 02:20:48] "POST /access-control-lists HTTP/1.1" 200 595 0.064651 10.0.0.44 - - [2025-04-07 02:20:49] "GET / HTTP/1.1" 200 35931 0.003433 10.0.0.44 - - [2025-04-07 02:20:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000785 10.0.0.44 - - [2025-04-07 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.058617 10.0.0.44 - - [2025-04-07 02:20:50] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001637 10.0.0.44 - - [2025-04-07 02:20:50] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030967 10.0.0.44 - - [2025-04-07 02:20:50] "POST /neutron/network HTTP/1.1" 200 117 0.032005 10.0.0.44 - - [2025-04-07 02:20:50] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001757 10.0.0.44 - - [2025-04-07 02:20:50] "POST /neutron/network HTTP/1.1" 200 606 0.083857 10.0.0.44 - - [2025-04-07 02:20:50] "POST /route-targets HTTP/1.1" 200 327 0.012750 10.0.0.44 - - [2025-04-07 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.013868 10.0.0.44 - - [2025-04-07 02:20:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005172 10.0.0.44 - - [2025-04-07 02:20:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.153732 10.0.0.44 - - [2025-04-07 02:20:50] "POST /neutron/network HTTP/1.1" 200 824 0.006068 10.0.0.44 - - [2025-04-07 02:20:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001442 10.0.0.44 - - [2025-04-07 02:20:50] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005634 10.0.0.44 - - [2025-04-07 02:20:50] "POST /neutron/network HTTP/1.1" 200 824 0.007048 10.0.0.44 - - [2025-04-07 02:20:50] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005377 10.0.0.44 - - [2025-04-07 02:20:51] "POST /neutron/network HTTP/1.1" 200 824 0.006863 10.0.0.44 - - [2025-04-07 02:20:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.008109 10.0.0.44 - - [2025-04-07 02:20:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001385 10.0.0.44 - - [2025-04-07 02:20:51] "POST /neutron/network HTTP/1.1" 200 834 0.006112 10.0.0.44 - - [2025-04-07 02:20:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000494 10.0.0.44 - - [2025-04-07 02:20:51] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.44 - - [2025-04-07 02:20:51] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.44 - - [2025-04-07 02:20:51] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.44 - - [2025-04-07 02:20:51] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054712 10.0.0.44 - - [2025-04-07 02:20:51] "POST /neutron/network HTTP/1.1" 200 824 0.005722 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.005668 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.005840 10.0.0.44 - - [2025-04-07 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001411 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.005713 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/network HTTP/1.1" 200 834 0.005940 10.0.0.44 - - [2025-04-07 02:20:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/network HTTP/1.1" 200 834 0.006080 10.0.0.44 - - [2025-04-07 02:20:52] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.44 - - [2025-04-07 02:20:52] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.44 - - [2025-04-07 02:20:52] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001166 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 1060 0.206511 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 1060 0.014809 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009827 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 1114 0.058493 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 1088 0.017062 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.013890 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.44 - - [2025-04-07 02:20:52] "POST /neutron/network HTTP/1.1" 200 824 0.011213 10.0.0.44 - - [2025-04-07 02:20:52] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002172 10.0.0.44 - - [2025-04-07 02:20:52] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062853 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/network HTTP/1.1" 200 824 0.008189 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1088 0.025698 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008091 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 117 0.013393 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1088 0.016349 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010697 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/network HTTP/1.1" 200 834 0.006145 10.0.0.44 - - [2025-04-07 02:20:53] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1060 0.253983 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1060 0.011560 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1060 0.010607 10.0.0.44 - - [2025-04-07 02:20:53] "POST /neutron/port HTTP/1.1" 200 1114 0.104406 10.0.0.44 - - [2025-04-07 02:20:54] "POST /neutron/port HTTP/1.1" 200 1088 0.017597 10.0.0.44 - - [2025-04-07 02:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.44 - - [2025-04-07 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.012520 10.0.0.44 - - [2025-04-07 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.44 - - [2025-04-07 02:20:54] "POST /neutron/network HTTP/1.1" 200 824 0.006832 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/port HTTP/1.1" 200 1088 0.015585 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007278 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/port HTTP/1.1" 200 1088 0.015216 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007986 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/port HTTP/1.1" 200 1088 0.022388 10.0.0.44 - - [2025-04-07 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006647 10.0.0.44 - - [2025-04-07 02:20:58] "GET /virtual-machine/eccea020-fcc3-4c14-bb98-253cce273b12 HTTP/1.1" 401 292 0.000675 10.0.0.44 - - [2025-04-07 02:20:58] "GET /virtual-machine/eccea020-fcc3-4c14-bb98-253cce273b12 HTTP/1.1" 200 1294 0.030016 10.0.0.44 - - [2025-04-07 02:20:58] "GET /virtual-machine-interface/73300570-b86e-4e14-93b4-88ce6ea6e517 HTTP/1.1" 200 2945 0.010786 10.0.0.44 - - [2025-04-07 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.44 - - [2025-04-07 02:20:59] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005584 10.0.0.44 - - [2025-04-07 02:20:59] "GET /virtual-networks?parent_id=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004115 10.0.0.44 - - [2025-04-07 02:20:59] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005763 10.0.0.44 - - [2025-04-07 02:21:01] "POST /neutron/port HTTP/1.1" 200 1088 0.017642 10.0.0.44 - - [2025-04-07 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008415 10.0.0.44 - - [2025-04-07 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.44 - - [2025-04-07 02:21:02] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005518 10.0.0.44 - - [2025-04-07 02:21:02] "POST /neutron/port HTTP/1.1" 200 1088 0.018826 10.0.0.44 - - [2025-04-07 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008248 10.0.0.44 - - [2025-04-07 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.44 - - [2025-04-07 02:21:04] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003009 10.0.0.44 - - [2025-04-07 02:21:04] "GET /virtual-networks?parent_id=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003461 10.0.0.44 - - [2025-04-07 02:21:04] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005755 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015138 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006105 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015095 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006724 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015270 10.0.0.44 - - [2025-04-07 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006557 10.0.0.44 - - [2025-04-07 02:21:04] "GET /virtual-machine/eb754d65-a1e7-4a28-918b-eeb7ec279b6d HTTP/1.1" 200 1294 0.005324 10.0.0.44 - - [2025-04-07 02:21:04] "GET /virtual-machine-interface/5ecadd11-5748-4587-8c7d-84f9705b5db3 HTTP/1.1" 200 2945 0.004695 10.0.0.44 - - [2025-04-07 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.44 - - [2025-04-07 02:21:04] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003461 10.0.0.44 - - [2025-04-07 02:21:04] "GET /virtual-networks?parent_id=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003435 10.0.0.44 - - [2025-04-07 02:21:05] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006674 10.0.0.44 - - [2025-04-07 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.44 - - [2025-04-07 02:21:06] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003478 10.0.0.44 - - [2025-04-07 02:21:06] "GET /virtual-networks?parent_id=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003305 10.0.0.44 - - [2025-04-07 02:21:06] "GET /virtual-network/b580a607-551e-4c81-9973-e139a6af3ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005680 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/network HTTP/1.1" 200 824 0.009580 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/network HTTP/1.1" 400 204 0.010735 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 1088 0.015664 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 1114 0.010235 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 1088 0.021731 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 1114 0.019753 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 151 0.147642 10.0.0.44 - - [2025-04-07 02:21:11] "POST /neutron/port HTTP/1.1" 200 151 0.144134 10.0.0.44 - - [2025-04-07 02:21:13] "POST /neutron/network HTTP/1.1" 200 824 0.007955 10.0.0.44 - - [2025-04-07 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004199 10.0.0.44 - - [2025-04-07 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.44 - - [2025-04-07 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.44 - - [2025-04-07 02:21:13] "POST /neutron/network HTTP/1.1" 200 151 0.084212 10.0.0.44 - - [2025-04-07 02:21:13] "DELETE /route-target/d9ec46fe-74a0-48cd-a719-ccae9c044eb0 HTTP/1.1" 200 115 0.013655 10.0.0.44 - - [2025-04-07 02:21:13] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001511 10.0.0.44 - - [2025-04-07 02:21:13] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039033 10.0.0.44 - - [2025-04-07 02:21:13] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001631 10.0.0.44 - - [2025-04-07 02:21:13] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?fields=virtual_networks HTTP/1.1" 200 1034 0.034236 10.0.0.44 - - [2025-04-07 02:21:13] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.44 - - [2025-04-07 02:21:13] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030733 10.0.0.44 - - [2025-04-07 02:21:13] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.44 - - [2025-04-07 02:21:13] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?fields=security_groups HTTP/1.1" 200 1261 0.028494 10.0.0.44 - - [2025-04-07 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.027141 10.0.0.44 - - [2025-04-07 02:21:14] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002825 10.0.0.44 - - [2025-04-07 02:21:14] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001705 10.0.0.44 - - [2025-04-07 02:21:14] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009127 10.0.0.44 - - [2025-04-07 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001390 10.0.0.44 - - [2025-04-07 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.004161 10.0.0.44 - - [2025-04-07 02:21:14] "POST /security-groups HTTP/1.1" 200 591 0.079471 10.0.0.44 - - [2025-04-07 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004103 10.0.0.44 - - [2025-04-07 02:21:14] "POST /projects HTTP/1.1" 200 585 0.264554 10.0.0.44 - - [2025-04-07 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.295446 10.0.0.44 - - [2025-04-07 02:21:14] "POST /access-control-lists HTTP/1.1" 200 596 0.060219 10.0.0.44 - - [2025-04-07 02:21:14] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.433304 10.0.0.44 - - [2025-04-07 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.004950 10.0.0.44 - - [2025-04-07 02:21:15] "POST /access-control-lists HTTP/1.1" 200 594 0.059916 10.0.0.44 - - [2025-04-07 02:21:16] "GET / HTTP/1.1" 200 35931 0.002481 10.0.0.44 - - [2025-04-07 02:21:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.44 - - [2025-04-07 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055342 10.0.0.44 - - [2025-04-07 02:21:17] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.024616 10.0.0.44 - - [2025-04-07 02:21:17] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052653 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 117 0.032396 10.0.0.44 - - [2025-04-07 02:21:17] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001996 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 625 0.068773 10.0.0.44 - - [2025-04-07 02:21:17] "POST /route-targets HTTP/1.1" 200 327 0.014928 10.0.0.44 - - [2025-04-07 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.017080 10.0.0.44 - - [2025-04-07 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004217 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.161841 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 839 0.006268 10.0.0.44 - - [2025-04-07 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.001468 10.0.0.44 - - [2025-04-07 02:21:17] "GET /virtual-network/296fe721-6217-48df-aa9f-382aeaeff400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005900 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 839 0.006044 10.0.0.44 - - [2025-04-07 02:21:17] "GET /virtual-network/296fe721-6217-48df-aa9f-382aeaeff400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004994 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 839 0.006504 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.007176 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 839 0.008276 10.0.0.44 - - [2025-04-07 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.001976 10.0.0.44 - - [2025-04-07 02:21:17] "POST /neutron/network HTTP/1.1" 200 849 0.007726 10.0.0.44 - - [2025-04-07 02:21:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.44 - - [2025-04-07 02:21:18] "GET / HTTP/1.1" 200 35931 0.002441 10.0.0.44 - - [2025-04-07 02:21:18] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000614 10.0.0.44 - - [2025-04-07 02:21:18] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.44 - - [2025-04-07 02:21:18] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053758 10.0.0.44 - - [2025-04-07 02:21:18] "POST /neutron/network HTTP/1.1" 200 839 0.006039 10.0.0.44 - - [2025-04-07 02:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.007696 10.0.0.44 - - [2025-04-07 02:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.006266 10.0.0.44 - - [2025-04-07 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.44 - - [2025-04-07 02:21:18] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005024 10.0.0.44 - - [2025-04-07 02:21:18] "PUT /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 276 0.030534 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/network HTTP/1.1" 200 849 0.006073 10.0.0.44 - - [2025-04-07 02:21:19] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001304 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 1055 0.197016 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 1055 0.009570 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 1055 0.010490 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 1109 0.053552 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 1083 0.020545 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004235 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.014021 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.001847 10.0.0.44 - - [2025-04-07 02:21:19] "POST /neutron/network HTTP/1.1" 200 839 0.006019 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/port HTTP/1.1" 200 1083 0.015918 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/port HTTP/1.1" 200 1083 0.015730 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/network HTTP/1.1" 200 849 0.006202 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004253 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.010782 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.44 - - [2025-04-07 02:21:20] "POST /neutron/network HTTP/1.1" 200 839 0.007320 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017341 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.015971 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007182 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016497 10.0.0.44 - - [2025-04-07 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007257 10.0.0.44 - - [2025-04-07 02:21:24] "GET /virtual-machine/5f05d9fb-47d7-4031-bc25-e7b5fcd994d0 HTTP/1.1" 401 292 0.000547 10.0.0.44 - - [2025-04-07 02:21:24] "GET /virtual-machine/5f05d9fb-47d7-4031-bc25-e7b5fcd994d0 HTTP/1.1" 200 1292 0.028116 10.0.0.44 - - [2025-04-07 02:21:24] "GET /virtual-machine-interface/ccfc0070-20d2-4684-ab5e-e4d6adea2d8e HTTP/1.1" 200 2971 0.005403 10.0.0.44 - - [2025-04-07 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.44 - - [2025-04-07 02:21:24] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003886 10.0.0.44 - - [2025-04-07 02:21:24] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003245 10.0.0.44 - - [2025-04-07 02:21:24] "GET /virtual-network/296fe721-6217-48df-aa9f-382aeaeff400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006032 10.0.0.44 - - [2025-04-07 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.44 - - [2025-04-07 02:21:28] "GET /virtual-network/296fe721-6217-48df-aa9f-382aeaeff400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005067 10.0.0.44 - - [2025-04-07 02:21:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015881 10.0.0.44 - - [2025-04-07 02:21:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006113 10.0.0.44 - - [2025-04-07 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.44 - - [2025-04-07 02:21:30] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003777 10.0.0.44 - - [2025-04-07 02:21:30] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003309 10.0.0.44 - - [2025-04-07 02:21:30] "GET /virtual-network/296fe721-6217-48df-aa9f-382aeaeff400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005409 10.0.0.44 - - [2025-04-07 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.44 - - [2025-04-07 02:21:32] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004187 10.0.0.44 - - [2025-04-07 02:21:32] "PUT /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 276 0.010046 10.0.0.44 - - [2025-04-07 02:21:32] "POST /neutron/network HTTP/1.1" 200 839 0.006915 10.0.0.44 - - [2025-04-07 02:21:32] "POST /neutron/network HTTP/1.1" 400 204 0.012156 10.0.0.44 - - [2025-04-07 02:21:32] "POST /neutron/port HTTP/1.1" 200 1083 0.015945 10.0.0.44 - - [2025-04-07 02:21:32] "POST /neutron/port HTTP/1.1" 200 1109 0.010762 10.0.0.44 - - [2025-04-07 02:21:33] "POST /neutron/port HTTP/1.1" 200 151 0.111278 10.0.0.44 - - [2025-04-07 02:21:34] "POST /neutron/network HTTP/1.1" 200 839 0.006233 10.0.0.44 - - [2025-04-07 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.44 - - [2025-04-07 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.44 - - [2025-04-07 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002546 10.0.0.44 - - [2025-04-07 02:21:34] "POST /neutron/network HTTP/1.1" 200 151 0.085869 10.0.0.44 - - [2025-04-07 02:21:34] "DELETE /route-target/840f63d6-c7b1-46c2-b620-f00f18118f6b HTTP/1.1" 200 115 0.016861 10.0.0.44 - - [2025-04-07 02:21:35] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003139 10.0.0.44 - - [2025-04-07 02:21:35] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da HTTP/1.1" 200 1826 0.003758 10.0.0.44 - - [2025-04-07 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.44 - - [2025-04-07 02:21:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.44 - - [2025-04-07 02:21:35] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026558 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 117 0.012718 10.0.0.44 - - [2025-04-07 02:21:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 605 0.068403 10.0.0.44 - - [2025-04-07 02:21:35] "POST /route-targets HTTP/1.1" 200 327 0.014030 10.0.0.44 - - [2025-04-07 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.44 - - [2025-04-07 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004172 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.159037 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 823 0.006931 10.0.0.44 - - [2025-04-07 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001310 10.0.0.44 - - [2025-04-07 02:21:35] "GET /virtual-network/8f4b23e8-e4cf-477f-a955-07183071943a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004795 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 823 0.006246 10.0.0.44 - - [2025-04-07 02:21:35] "GET /virtual-network/8f4b23e8-e4cf-477f-a955-07183071943a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005487 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 823 0.006187 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.008164 10.0.0.44 - - [2025-04-07 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001457 10.0.0.44 - - [2025-04-07 02:21:35] "POST /neutron/network HTTP/1.1" 200 833 0.005924 10.0.0.44 - - [2025-04-07 02:21:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000557 10.0.0.44 - - [2025-04-07 02:21:36] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /project/dc95395f60334009bee6c71b91c5e772 HTTP/1.1" 404 173 0.034670 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /project/febf4c4df32b4116b238e53de860867e HTTP/1.1" 404 173 0.045476 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.036786 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047623 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?fields=security_groups HTTP/1.1" 200 1365 0.076919 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?fields=security_groups HTTP/1.1" 200 1366 0.083121 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /security-group/c13793c5-93de-439e-b50c-d5317604814d HTTP/1.1" 200 115 0.064192 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=6e2acbd7-90b6-4bf2-902b-b06a2d4d2def&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001712 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /access-control-list/920e6434-d2d2-4ce3-931c-fb4307fd739f HTTP/1.1" 200 115 0.057663 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def?fields=application_policy_sets HTTP/1.1" 200 1404 0.075198 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001794 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /access-control-list/5362ad3a-9863-4d67-806c-d6e718c4165e HTTP/1.1" 200 115 0.069183 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.104942 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /security-group/b2eed055-d38b-466a-82ca-30dac1eedd5e HTTP/1.1" 200 115 0.151391 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /access-control-list/c1b8d978-9484-45dd-8a3f-38fb1cffca41 HTTP/1.1" 200 115 0.065718 10.0.0.44 - - [2025-04-07 02:21:36] "GET /projects?obj_uuids=dc95395f-6033-4009-bee6-c71b91c5e772&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.44 - - [2025-04-07 02:21:36] "GET /project/dc95395f-6033-4009-bee6-c71b91c5e772?fields=application_policy_sets HTTP/1.1" 200 1405 0.047074 10.0.0.44 - - [2025-04-07 02:21:36] "POST /neutron/network HTTP/1.1" 200 823 0.046432 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /access-control-list/e6b69c13-b5fc-4ac3-aa86-96ca4ba77e8c HTTP/1.1" 200 115 0.058481 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /project/6e2acbd7-90b6-4bf2-902b-b06a2d4d2def HTTP/1.1" 200 115 0.570529 10.0.0.44 - - [2025-04-07 02:21:36] "DELETE /project/dc95395f-6033-4009-bee6-c71b91c5e772 HTTP/1.1" 200 115 0.639406 10.0.0.44 - - [2025-04-07 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.005364 10.0.0.44 - - [2025-04-07 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.005602 10.0.0.44 - - [2025-04-07 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.005509 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/network HTTP/1.1" 200 833 0.008725 10.0.0.44 - - [2025-04-07 02:21:37] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 1059 0.225394 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 1059 0.043794 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 1059 0.009673 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 1113 0.055198 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 1087 0.015424 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003653 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.011598 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.44 - - [2025-04-07 02:21:37] "POST /neutron/network HTTP/1.1" 200 823 0.006171 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/port HTTP/1.1" 200 1087 0.014082 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007257 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015033 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006066 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/port HTTP/1.1" 200 1087 0.016090 10.0.0.44 - - [2025-04-07 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008499 10.0.0.44 - - [2025-04-07 02:21:42] "GET /virtual-machine/413205af-bc9f-4228-8030-65c8158e9384 HTTP/1.1" 200 1291 0.005264 10.0.0.44 - - [2025-04-07 02:21:42] "GET /virtual-machine-interface/1d8ec48f-8017-4822-b273-f838196331e0 HTTP/1.1" 200 2940 0.005724 10.0.0.44 - - [2025-04-07 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.44 - - [2025-04-07 02:21:42] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004294 10.0.0.44 - - [2025-04-07 02:21:42] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003400 10.0.0.44 - - [2025-04-07 02:21:42] "GET /virtual-network/8f4b23e8-e4cf-477f-a955-07183071943a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006600 10.0.0.44 - - [2025-04-07 02:21:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054303 10.0.0.44 - - [2025-04-07 02:21:43] "GET /obj-perms HTTP/1.1" 200 5056 0.044284 10.0.0.44 - - [2025-04-07 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.44 - - [2025-04-07 02:21:45] "GET /virtual-network/8f4b23e8-e4cf-477f-a955-07183071943a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005104 10.0.0.44 - - [2025-04-07 02:21:46] "POST /neutron/port HTTP/1.1" 200 1087 0.016964 10.0.0.44 - - [2025-04-07 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009984 10.0.0.44 - - [2025-04-07 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.44 - - [2025-04-07 02:21:47] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003225 10.0.0.44 - - [2025-04-07 02:21:47] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003637 10.0.0.44 - - [2025-04-07 02:21:47] "GET /virtual-network/8f4b23e8-e4cf-477f-a955-07183071943a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005913 10.0.0.44 - - [2025-04-07 02:21:48] "POST /neutron/port HTTP/1.1" 200 1087 0.016116 10.0.0.44 - - [2025-04-07 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007499 10.0.0.44 - - [2025-04-07 02:21:54] "POST /neutron/network HTTP/1.1" 200 823 0.007774 10.0.0.44 - - [2025-04-07 02:21:54] "POST /neutron/network HTTP/1.1" 400 204 0.012886 10.0.0.44 - - [2025-04-07 02:21:55] "POST /neutron/port HTTP/1.1" 200 1087 0.015916 10.0.0.44 - - [2025-04-07 02:21:55] "POST /neutron/port HTTP/1.1" 200 1113 0.009112 10.0.0.44 - - [2025-04-07 02:21:55] "POST /neutron/port HTTP/1.1" 200 151 0.102140 10.0.0.44 - - [2025-04-07 02:21:56] "POST /neutron/network HTTP/1.1" 200 823 0.007263 10.0.0.44 - - [2025-04-07 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003350 10.0.0.44 - - [2025-04-07 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002027 10.0.0.44 - - [2025-04-07 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007625 10.0.0.44 - - [2025-04-07 02:21:57] "POST /neutron/network HTTP/1.1" 200 151 0.080940 10.0.0.44 - - [2025-04-07 02:21:57] "DELETE /route-target/62955a4d-e4dd-4b06-9922-f6a2e3876203 HTTP/1.1" 200 115 0.014153 10.0.0.44 - - [2025-04-07 02:21:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003819 10.0.0.44 - - [2025-04-07 02:21:57] "POST /network-ipams HTTP/1.1" 200 541 0.019706 10.0.0.44 - - [2025-04-07 02:21:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003132 10.0.0.44 - - [2025-04-07 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.44 - - [2025-04-07 02:21:57] "GET /network-ipam/cb6a3917-b14b-47af-b374-40c8e445dd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005238 10.0.0.44 - - [2025-04-07 02:21:57] "PUT /network-ipam/cb6a3917-b14b-47af-b374-40c8e445dd62 HTTP/1.1" 200 258 0.010399 10.0.0.44 - - [2025-04-07 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.44 - - [2025-04-07 02:21:57] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001638 10.0.0.44 - - [2025-04-07 02:21:57] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025186 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 117 0.009932 10.0.0.44 - - [2025-04-07 02:21:58] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 605 0.064622 10.0.0.44 - - [2025-04-07 02:21:58] "POST /route-targets HTTP/1.1" 200 327 0.010870 10.0.0.44 - - [2025-04-07 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.012725 10.0.0.44 - - [2025-04-07 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.177253 10.0.0.44 - - [2025-04-07 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009402 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.214974 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 994 0.008279 10.0.0.44 - - [2025-04-07 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001886 10.0.0.44 - - [2025-04-07 02:21:58] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005340 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 994 0.008818 10.0.0.44 - - [2025-04-07 02:21:58] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005666 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 994 0.007703 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007609 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007725 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/network HTTP/1.1" 200 994 0.008960 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.009583 10.0.0.44 - - [2025-04-07 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008456 10.0.0.44 - - [2025-04-07 02:21:58] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.177899 10.0.0.44 - - [2025-04-07 02:21:59] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.178609 10.0.0.44 - - [2025-04-07 02:21:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001488 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009274 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009029 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/network HTTP/1.1" 200 994 0.007659 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008091 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.005636 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.006043 10.0.0.44 - - [2025-04-07 02:21:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.005657 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.010313 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008867 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/network HTTP/1.1" 200 994 0.008845 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008998 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008602 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 1017 0.010630 10.0.0.44 - - [2025-04-07 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.005879 10.0.0.44 - - [2025-04-07 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001553 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.006995 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/network HTTP/1.1" 200 1004 0.009166 10.0.0.44 - - [2025-04-07 02:22:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.015036 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/network HTTP/1.1" 200 1004 0.019034 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.014539 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.014792 10.0.0.44 - - [2025-04-07 02:22:00] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.44 - - [2025-04-07 02:22:00] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001106 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.011225 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1109 0.137172 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/network HTTP/1.1" 200 1004 0.023232 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.012202 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1017 0.010039 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1083 0.047686 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010448 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1109 0.105563 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.015955 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/port HTTP/1.1" 200 1083 0.026079 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/network HTTP/1.1" 200 994 0.013698 10.0.0.44 - - [2025-04-07 02:22:00] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.44 - - [2025-04-07 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006598 10.0.0.44 - - [2025-04-07 02:22:01] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.078628 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 673 0.023554 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/network HTTP/1.1" 200 994 0.010738 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/network HTTP/1.1" 200 994 0.008440 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/port HTTP/1.1" 200 2050 0.034600 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008007 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.006115 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains HTTP/1.1" 200 280 0.014030 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001860 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2574 0.011287 10.0.0.44 - - [2025-04-07 02:22:01] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.44 - - [2025-04-07 02:22:01] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e HTTP/1.1" 200 2842 0.095816 10.0.0.44 - - [2025-04-07 02:22:01] "GET /network-ipam/cb6a3917-b14b-47af-b374-40c8e445dd62 HTTP/1.1" 200 2601 0.004823 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains HTTP/1.1" 200 280 0.003397 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2574 0.012697 10.0.0.44 - - [2025-04-07 02:22:01] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.44 - - [2025-04-07 02:22:01] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e HTTP/1.1" 200 2842 0.104338 10.0.0.44 - - [2025-04-07 02:22:01] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148 HTTP/1.1" 200 3777 0.008701 10.0.0.44 - - [2025-04-07 02:22:01] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148 HTTP/1.1" 200 3777 0.006173 10.0.0.44 - - [2025-04-07 02:22:01] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 200 2380 0.005745 10.0.0.44 - - [2025-04-07 02:22:01] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 200 2380 0.007658 10.0.0.44 - - [2025-04-07 02:22:01] "GET /route-target/649701c9-41cf-429e-b1a8-d255818162f1 HTTP/1.1" 200 1204 0.003737 10.0.0.44 - - [2025-04-07 02:22:01] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148 HTTP/1.1" 200 3777 0.006771 10.0.0.44 - - [2025-04-07 02:22:01] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 200 2380 0.008403 10.0.0.44 - - [2025-04-07 02:22:01] "POST /neutron/network HTTP/1.1" 200 1004 0.026156 10.0.0.44 - - [2025-04-07 02:22:01] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005026 10.0.0.44 - - [2025-04-07 02:22:01] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148 HTTP/1.1" 200 3777 0.006985 10.0.0.44 - - [2025-04-07 02:22:01] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.44 - - [2025-04-07 02:22:01] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 200 2380 0.003859 10.0.0.44 - - [2025-04-07 02:22:01] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 200 2380 0.004157 10.0.0.44 - - [2025-04-07 02:22:01] "GET /route-target/649701c9-41cf-429e-b1a8-d255818162f1 HTTP/1.1" 200 1204 0.014186 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains HTTP/1.1" 200 280 0.006987 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002683 10.0.0.44 - - [2025-04-07 02:22:01] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2574 0.057562 10.0.0.44 - - [2025-04-07 02:22:01] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.44 - - [2025-04-07 02:22:02] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e HTTP/1.1" 200 3086 0.080031 10.0.0.44 - - [2025-04-07 02:22:02] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148 HTTP/1.1" 200 4035 0.010038 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1055 0.343510 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1055 0.009431 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1055 0.012466 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1109 0.074553 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1083 0.026243 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.013362 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/network HTTP/1.1" 200 994 0.014007 10.0.0.44 - - [2025-04-07 02:22:02] "GET /obj-perms HTTP/1.1" 200 5030 0.052998 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017423 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008626 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1083 0.022289 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013706 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017999 10.0.0.44 - - [2025-04-07 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009853 10.0.0.44 - - [2025-04-07 02:22:02] "GET /virtual-machine/7f3bcaf1-a0a8-4033-b3e2-3e0ab9f97055 HTTP/1.1" 200 1288 0.008837 10.0.0.44 - - [2025-04-07 02:22:02] "GET /virtual-machine-interface/c9b964dd-f3e4-485e-9060-a05d6d6bd6e8 HTTP/1.1" 200 2941 0.014953 10.0.0.44 - - [2025-04-07 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.44 - - [2025-04-07 02:22:02] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004565 10.0.0.44 - - [2025-04-07 02:22:03] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003548 10.0.0.44 - - [2025-04-07 02:22:03] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005808 10.0.0.44 - - [2025-04-07 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.44 - - [2025-04-07 02:22:06] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005315 10.0.0.44 - - [2025-04-07 02:22:10] "POST /neutron/port HTTP/1.1" 200 1083 0.045777 10.0.0.44 - - [2025-04-07 02:22:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006984 10.0.0.44 - - [2025-04-07 02:22:10] "POST /neutron/port HTTP/1.1" 200 1083 0.019098 10.0.0.44 - - [2025-04-07 02:22:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007680 10.0.0.44 - - [2025-04-07 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.44 - - [2025-04-07 02:22:10] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006327 10.0.0.44 - - [2025-04-07 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.016865 10.0.0.44 - - [2025-04-07 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006113 10.0.0.44 - - [2025-04-07 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.44 - - [2025-04-07 02:22:12] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003553 10.0.0.44 - - [2025-04-07 02:22:12] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003493 10.0.0.44 - - [2025-04-07 02:22:12] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006464 10.0.0.44 - - [2025-04-07 02:22:12] "POST /neutron/port HTTP/1.1" 200 1083 0.015660 10.0.0.44 - - [2025-04-07 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006939 10.0.0.44 - - [2025-04-07 02:22:12] "POST /neutron/port HTTP/1.1" 200 1083 0.016737 10.0.0.44 - - [2025-04-07 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006968 10.0.0.44 - - [2025-04-07 02:22:13] "POST /neutron/port HTTP/1.1" 200 1083 0.018163 10.0.0.44 - - [2025-04-07 02:22:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007266 10.0.0.44 - - [2025-04-07 02:22:13] "GET /virtual-machine/d2b064af-d9ec-4dca-8b6f-cdc131ae3a15 HTTP/1.1" 200 1289 0.006180 10.0.0.44 - - [2025-04-07 02:22:13] "GET /virtual-machine-interface/984b882b-3455-4051-9893-55181892ab04 HTTP/1.1" 200 2941 0.006270 10.0.0.44 - - [2025-04-07 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.44 - - [2025-04-07 02:22:13] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003422 10.0.0.44 - - [2025-04-07 02:22:13] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003352 10.0.0.44 - - [2025-04-07 02:22:13] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005897 10.0.0.44 - - [2025-04-07 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.44 - - [2025-04-07 02:22:14] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003505 10.0.0.44 - - [2025-04-07 02:22:14] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003646 10.0.0.44 - - [2025-04-07 02:22:14] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005920 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/port HTTP/1.1" 200 1083 0.015012 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006917 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/port HTTP/1.1" 200 1083 0.020287 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007044 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016339 10.0.0.44 - - [2025-04-07 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007770 10.0.0.44 - - [2025-04-07 02:22:14] "GET /virtual-machine/031ac6fb-7f09-49b6-9de2-16748ec1c4e1 HTTP/1.1" 200 1291 0.004716 10.0.0.44 - - [2025-04-07 02:22:14] "GET /virtual-machine-interface/4e62d1a3-d3fe-4164-a5dd-3a3d0dff30b5 HTTP/1.1" 200 2940 0.004867 10.0.0.44 - - [2025-04-07 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.44 - - [2025-04-07 02:22:14] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003458 10.0.0.44 - - [2025-04-07 02:22:14] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003374 10.0.0.44 - - [2025-04-07 02:22:15] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006049 10.0.0.44 - - [2025-04-07 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.44 - - [2025-04-07 02:22:16] "GET /global-vrouter-config/161bc48d-a49c-4ece-a324-3a37868855da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003419 10.0.0.44 - - [2025-04-07 02:22:16] "GET /virtual-networks?parent_id=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003689 10.0.0.44 - - [2025-04-07 02:22:16] "GET /virtual-network/0d2e4041-59ef-41df-bdd8-a63f13378148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005823 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017576 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/port HTTP/1.1" 200 1083 0.029683 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/network HTTP/1.1" 200 1004 0.008038 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003805 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.014047 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.002969 10.0.0.44 - - [2025-04-07 02:22:21] "POST /neutron/network HTTP/1.1" 200 994 0.008359 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.013570 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.013760 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.114691 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.010137 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.012913 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1083 0.021520 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.009684 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.117315 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/network HTTP/1.1" 200 994 0.017627 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/network HTTP/1.1" 400 204 0.013989 10.0.0.44 - - [2025-04-07 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.132264 10.0.0.44 - - [2025-04-07 02:22:34] "POST /neutron/network HTTP/1.1" 200 994 0.007650 10.0.0.44 - - [2025-04-07 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.44 - - [2025-04-07 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.44 - - [2025-04-07 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.44 - - [2025-04-07 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002469 10.0.0.44 - - [2025-04-07 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.44 - - [2025-04-07 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.108692 10.0.0.44 - - [2025-04-07 02:22:34] "DELETE /route-target/649701c9-41cf-429e-b1a8-d255818162f1 HTTP/1.1" 200 115 0.022907 10.0.0.44 - - [2025-04-07 02:22:34] "GET /routing-instance/6823d7d9-3005-4406-b340-3ea96c37d4eb HTTP/1.1" 404 171 0.003029 10.0.0.44 - - [2025-04-07 02:22:34] "GET /domains HTTP/1.1" 200 280 0.002323 10.0.0.44 - - [2025-04-07 02:22:34] "GET /domains?obj_uuids=a2e6a6c3-d961-4feb-b58a-aece84d87477&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.44 - - [2025-04-07 02:22:34] "GET /domain/a2e6a6c3-d961-4feb-b58a-aece84d87477 HTTP/1.1" 200 2574 0.047657 10.0.0.44 - - [2025-04-07 02:22:34] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.44 - - [2025-04-07 02:22:34] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e HTTP/1.1" 200 2085 0.077120 10.0.0.44 - - [2025-04-07 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.44 - - [2025-04-07 02:22:34] "DELETE /network-ipam/cb6a3917-b14b-47af-b374-40c8e445dd62 HTTP/1.1" 200 115 0.020576 10.0.0.44 - - [2025-04-07 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.002735 10.0.0.44 - - [2025-04-07 02:22:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001557 10.0.0.44 - - [2025-04-07 02:22:35] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059257 10.0.0.44 - - [2025-04-07 02:22:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.44 - - [2025-04-07 02:22:35] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?fields=virtual_networks HTTP/1.1" 200 1032 0.073833 10.0.0.44 - - [2025-04-07 02:22:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.44 - - [2025-04-07 02:22:35] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.030154 10.0.0.44 - - [2025-04-07 02:22:35] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001557 10.0.0.44 - - [2025-04-07 02:22:35] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?fields=security_groups HTTP/1.1" 200 1258 0.041778 10.0.0.44 - - [2025-04-07 02:22:36] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001332 10.0.0.44 - - [2025-04-07 02:22:36] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.042658 10.0.0.44 - - [2025-04-07 02:22:36] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.44 - - [2025-04-07 02:22:37] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?fields=security_groups HTTP/1.1" 200 1363 0.044259 10.0.0.44 - - [2025-04-07 02:22:37] "DELETE /security-group/8f2c04bc-573f-4b40-9165-0ec21d4ae0e8 HTTP/1.1" 200 115 0.071805 10.0.0.44 - - [2025-04-07 02:22:37] "DELETE /access-control-list/2533d652-4c24-463b-b0e4-c714f08ef145 HTTP/1.1" 200 115 0.034439 10.0.0.44 - - [2025-04-07 02:22:37] "GET /projects?obj_uuids=febf4c4d-f32b-4116-b238-e53de860867e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.44 - - [2025-04-07 02:22:37] "GET /project/febf4c4d-f32b-4116-b238-e53de860867e?fields=application_policy_sets HTTP/1.1" 200 1402 0.047776 10.0.0.44 - - [2025-04-07 02:22:37] "DELETE /access-control-list/291f644b-7fe0-432a-870f-9f5eff929a9a HTTP/1.1" 200 115 0.054750 10.0.0.44 - - [2025-04-07 02:22:37] "DELETE /project/febf4c4d-f32b-4116-b238-e53de860867e HTTP/1.1" 200 115 0.409695