++ 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 Mar 31 02:29:16 UTC 2025 ===================' INFO: =================== Mon Mar 31 02:29:16 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.22 ++ 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.22 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22 ++ ANALYTICSDB_NODES=10.0.0.22 ++ ANALYTICS_SNMP_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ '[' -n '10.0.0.22:8081 ' ']' +++ echo 10.0.0.22:8081 ++ ANALYTICS_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ '[' -n '10.0.0.22:9042 ' ']' +++ echo 10.0.0.22:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.22:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ '[' -n '10.0.0.22:8086 ' ']' +++ echo 10.0.0.22:8086 ++ COLLECTOR_SERVERS=10.0.0.22: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.22 ++ CONFIGDB_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ '[' -n '10.0.0.22:8082 ' ']' +++ echo 10.0.0.22:8082 ++ CONFIG_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ '[' -n '10.0.0.22:9161 ' ']' +++ echo 10.0.0.22:9161 ++ CONFIGDB_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ '[' -n '10.0.0.22:9041 ' ']' +++ echo 10.0.0.22:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.22: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.23 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.23 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ '[' -n 10.0.0.22:2181, ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ '[' -n '10.0.0.22:2181 ' ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.22:2181 ++ RABBITMQ_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ '[' -n 10.0.0.22:5673, ']' +++ echo 10.0.0.22:5673 ++ RABBITMQ_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ '[' -n '10.0.0.22:6379 ' ']' +++ echo 10.0.0.22:6379 ++ REDIS_SERVERS=10.0.0.22: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.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ '[' -n '10.0.0.22:9092 ' ']' +++ echo 10.0.0.22:9092 ++ KAFKA_SERVERS=10.0.0.22: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.22 ++ 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.22 ++ 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.22 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.22 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 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.22 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22 +++ 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 ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.22,10.20.0.23,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.23,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.22:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.22: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 03/31/2025 02:29:24.462 7fbb82797348 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/31/2025 02:29:24.601 7fbb82797348 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/31/2025 02:29:24.614 7fbb82797348 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/31/2025 02:29:24.614 7fbb82797348 [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.22:8082/ Hit Ctrl-C to quit. 10.0.0.22 - - [2025-03-31 02:29:28] "GET / HTTP/1.1" 503 181 0.000341 10.0.0.22 - - [2025-03-31 02:29:28] "GET / HTTP/1.1" 503 181 0.000165 10.0.0.22 - - [2025-03-31 02:29:29] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.22 - - [2025-03-31 02:29:29] "GET / HTTP/1.1" 200 45871 0.001565 10.0.0.22 - - [2025-03-31 02:29:29] "GET / HTTP/1.1" 200 45871 0.001237 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.22 - - [2025-03-31 02:29:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000552 10.0.0.22 - - [2025-03-31 02:29:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000300 10.0.0.22 - - [2025-03-31 02:29:30] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.22 - - [2025-03-31 02:29:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2025-03-31 02:29:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-03-31 02:29:31] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.22 - - [2025-03-31 02:29:31] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.903545 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.22 - - [2025-03-31 02:29:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.211934 10.0.0.22 - - [2025-03-31 02:29:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002467 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000354 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.354300 10.0.0.22 - - [2025-03-31 02:29:31] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009151 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.078203 10.0.0.22 - - [2025-03-31 02:29:31] "GET /network-ipam/f8c70831-7693-4c08-a4bc-c6d3235cbb76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004179 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003221 10.0.0.22 - - [2025-03-31 02:29:31] "POST /config-nodes HTTP/1.1" 200 599 0.046531 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.032028 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.22 - - [2025-03-31 02:29:31] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007266 10.0.0.22 - - [2025-03-31 02:29:31] "POST /service-appliance-sets HTTP/1.1" 200 553 0.031081 10.0.0.22 - - [2025-03-31 02:29:31] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.22 - - [2025-03-31 02:29:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.003370 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.22 - - [2025-03-31 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003486 10.0.0.22 - - [2025-03-31 02:29:31] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008233 10.0.0.22 - - [2025-03-31 02:29:31] "POST /access-control-lists HTTP/1.1" 200 587 0.031142 10.0.0.22 - - [2025-03-31 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.003233 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023755 10.0.0.22 - - [2025-03-31 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.22 - - [2025-03-31 02:29:32] "POST /access-control-lists HTTP/1.1" 200 585 0.032584 10.0.0.22 - - [2025-03-31 02:29:32] "GET /network-ipam/f8c70831-7693-4c08-a4bc-c6d3235cbb76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004641 10.0.0.22 - - [2025-03-31 02:29:32] "POST /route-targets HTTP/1.1" 200 327 0.011976 /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.22 - - [2025-03-31 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.017531 10.0.0.22 - - [2025-03-31 02:29:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028144 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-templates HTTP/1.1" 200 511 0.029894 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-templates HTTP/1.1" 200 501 0.022497 10.0.0.22 - - [2025-03-31 02:29:32] "POST /route-targets HTTP/1.1" 200 327 0.016460 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-templates HTTP/1.1" 200 515 0.021240 10.0.0.22 - - [2025-03-31 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.014163 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-templates HTTP/1.1" 200 535 0.019342 10.0.0.22 - - [2025-03-31 02:29:32] "POST /route-targets HTTP/1.1" 200 327 0.012254 10.0.0.22 - - [2025-03-31 02:29:32] "POST /service-templates HTTP/1.1" 200 507 0.018426 10.0.0.22 - - [2025-03-31 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.22 - - [2025-03-31 02:29:32] "POST /route-targets HTTP/1.1" 200 327 0.009568 10.0.0.22 - - [2025-03-31 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.012138 10.0.0.22 - - [2025-03-31 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003021 10.0.0.22 - - [2025-03-31 02:29:32] "POST /access-control-lists HTTP/1.1" 200 551 0.061072 10.0.0.22 - - [2025-03-31 02:29:32] "PUT /access-control-list/1c5ac314-90f6-4300-8b9c-54a0b20e2031 HTTP/1.1" 200 272 0.010521 10.0.0.22 - - [2025-03-31 02:29:32] "PUT /access-control-list/2e34698f-400d-4639-b0a9-6c577322e979 HTTP/1.1" 200 272 0.009221 10.0.0.22 - - [2025-03-31 02:29:34] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.22 - - [2025-03-31 02:29:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.22 - - [2025-03-31 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.022807 10.0.0.22 - - [2025-03-31 02:29:35] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006302 10.0.0.22 - - [2025-03-31 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003199 10.0.0.22 - - [2025-03-31 02:29:35] "POST /config-database-nodes HTTP/1.1" 200 617 0.017169 10.0.0.22 - - [2025-03-31 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.22 - - [2025-03-31 02:29:37] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.005420 10.0.0.22 - - [2025-03-31 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.22 - - [2025-03-31 02:29:37] "PUT /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 276 0.008605 10.0.0.22 - - [2025-03-31 02:29:37] "GET / HTTP/1.1" 200 35931 0.002432 10.0.0.22 - - [2025-03-31 02:29:37] "POST /alarms HTTP/1.1" 401 292 0.000556 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 581 0.043398 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 575 0.021880 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 575 0.023585 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 559 0.017413 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 555 0.019508 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 557 0.023340 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 565 0.031659 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 549 0.017108 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 557 0.018834 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 567 0.017994 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 555 0.016381 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 567 0.016979 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 575 0.061661 10.0.0.22 - - [2025-03-31 02:29:38] "POST /alarms HTTP/1.1" 200 569 0.019021 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 561 0.019330 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 561 0.020278 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 561 0.018005 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 547 0.018044 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 595 0.017405 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 575 0.023557 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 571 0.021128 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 583 0.019850 10.0.0.22 - - [2025-03-31 02:29:39] "POST /alarms HTTP/1.1" 200 609 0.035225 10.0.0.22 - - [2025-03-31 02:29:39] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.22 - - [2025-03-31 02:29:39] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000634 10.0.0.22 - - [2025-03-31 02:29:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023402 10.0.0.22 - - [2025-03-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.22 - - [2025-03-31 02:29:40] "PUT /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 276 0.008742 10.0.0.22 - - [2025-03-31 02:29:40] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.22 - - [2025-03-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-03-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.021956 10.0.0.22 - - [2025-03-31 02:29:40] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003426 10.0.0.22 - - [2025-03-31 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009548 10.0.0.22 - - [2025-03-31 02:29:41] "PUT /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 276 0.009120 10.0.0.22 - - [2025-03-31 02:29:41] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.22 - - [2025-03-31 02:29:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2025-03-31 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022784 10.0.0.22 - - [2025-03-31 02:29:41] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005867 10.0.0.22 - - [2025-03-31 02:29:41] "PUT /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20 HTTP/1.1" 200 274 0.017238 10.0.0.22 - - [2025-03-31 02:30:07] "GET /global-system-configs HTTP/1.1" 200 322 0.621783 10.0.0.22 - - [2025-03-31 02:30:07] "GET /global-system-configs HTTP/1.1" 200 322 0.322361 10.0.0.22 - - [2025-03-31 02:30:55] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.22 - - [2025-03-31 02:30:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-03-31 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024670 10.0.0.22 - - [2025-03-31 02:30:55] "GET /routing-instance/4f1cce61-0589-424b-ba4d-265387da663a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004791 10.0.0.22 - - [2025-03-31 02:30:56] "POST /bgp-routers HTTP/1.1" 200 620 0.021613 10.0.0.22 - - [2025-03-31 02:30:56] "GET /bgp-router/35896143-1f88-447a-a5ec-7e3834cc05e5?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.007433 10.0.0.22 - - [2025-03-31 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.22 - - [2025-03-31 02:30:56] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006127 10.0.0.22 - - [2025-03-31 02:30:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003245 10.0.0.22 - - [2025-03-31 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.22 - - [2025-03-31 02:31:45] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.22 - - [2025-03-31 02:31:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2025-03-31 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.030119 10.0.0.22 - - [2025-03-31 02:31:45] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006349 10.0.0.22 - - [2025-03-31 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003482 10.0.0.22 - - [2025-03-31 02:31:45] "POST /database-nodes HTTP/1.1" 200 603 0.022199 10.0.0.22 - - [2025-03-31 02:32:35] "GET / HTTP/1.1" 200 35931 0.001417 10.0.0.22 - - [2025-03-31 02:32:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-03-31 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.022892 10.0.0.22 - - [2025-03-31 02:32:35] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004992 10.0.0.22 - - [2025-03-31 02:32:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.002877 10.0.0.22 - - [2025-03-31 02:32:35] "POST /analytics-nodes HTTP/1.1" 200 605 0.017368 10.0.0.22 - - [2025-03-31 02:32:41] "GET / HTTP/1.1" 200 35931 0.001399 10.0.0.22 - - [2025-03-31 02:32:52] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.22 - - [2025-03-31 02:32:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-03-31 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026882 10.0.0.22 - - [2025-03-31 02:32:52] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008293 10.0.0.22 - - [2025-03-31 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002794 10.0.0.22 - - [2025-03-31 02:32:53] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024016 10.0.0.22 - - [2025-03-31 02:33:05] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.22 - - [2025-03-31 02:33:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2025-03-31 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.026760 10.0.0.22 - - [2025-03-31 02:33:05] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005755 10.0.0.22 - - [2025-03-31 02:33:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.003147 10.0.0.22 - - [2025-03-31 02:33:05] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018543 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.22 - - [2025-03-31 02:33:34] "GET /obj-perms HTTP/1.1" 200 5056 0.363040 10.0.0.22 - - [2025-03-31 02:33:34] "GET /obj-perms HTTP/1.1" 200 5056 0.044310 10.0.0.22 - - [2025-03-31 02:34:35] "GET /obj-perms HTTP/1.1" 200 5056 0.047850 10.0.0.22 - - [2025-03-31 02:34:35] "GET /obj-perms HTTP/1.1" 200 5056 0.042966 10.0.0.22 - - [2025-03-31 02:34:43] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.22 - - [2025-03-31 02:34:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-03-31 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.028739 10.0.0.22 - - [2025-03-31 02:34:43] "GET /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005754 10.0.0.22 - - [2025-03-31 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2025-03-31 02:34:43] "GET /routing-instance/4f1cce61-0589-424b-ba4d-265387da663a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004349 10.0.0.22 - - [2025-03-31 02:34:43] "PUT /global-system-config/53516180-a48a-4c79-9ce2-9226c1393e20 HTTP/1.1" 200 274 0.012409 10.0.0.22 - - [2025-03-31 02:34:43] "POST /fqname-to-id HTTP/1.1" 404 218 0.003123 10.0.0.22 - - [2025-03-31 02:34:44] "POST /virtual-routers HTTP/1.1" 200 603 0.025522 10.0.0.22 - - [2025-03-31 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.22 - - [2025-03-31 02:34:44] "GET /virtual-router/3f1f0629-f851-4969-bb86-59eca4465f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.005256 10.0.0.22 - - [2025-03-31 02:34:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.003373 10.0.0.22 - - [2025-03-31 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.22 - - [2025-03-31 02:34:44] "GET /virtual-network/86e0826e-450e-4b2b-aa9d-03f18530aeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.009414 10.0.0.22 - - [2025-03-31 02:34:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.038173 10.0.0.22 - - [2025-03-31 02:34:44] "PUT /access-control-list/c28e0c5d-920c-4e69-aba6-7f57915c80f9 HTTP/1.1" 200 272 0.031891 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:34:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000879 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:34:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000767 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:34:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000766 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:34:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000863 10.0.0.22 - - [2025-03-31 02:35:04] "GET /global-system-configs HTTP/1.1" 200 322 0.006186 10.0.0.22 - - [2025-03-31 02:35:04] "GET /obj-perms HTTP/1.1" 200 5056 0.026709 10.0.0.22 - - [2025-03-31 02:35:04] "GET /global-system-configs HTTP/1.1" 200 322 0.027349 10.0.0.22 - - [2025-03-31 02:35:04] "GET /obj-perms HTTP/1.1" 200 5056 0.062762 10.0.0.22 - - [2025-03-31 02:35:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046033 10.0.0.22 - - [2025-03-31 02:35:36] "GET /obj-perms HTTP/1.1" 200 5056 0.042571 10.0.0.22 - - [2025-03-31 02:35:45] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.22 - - [2025-03-31 02:35:46] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-03-31 02:35:46] "GET /projects?obj_uuids=1a49c7ae-6c29-4512-8416-1592e18ead9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024008 10.0.0.22 - - [2025-03-31 02:35:46] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.22 - - [2025-03-31 02:35:46] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030154 10.0.0.22 - - [2025-03-31 02:35:46] "POST /id-to-fqname HTTP/1.1" 200 167 0.003858 10.0.0.22 - - [2025-03-31 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 176 0.002549 10.0.0.22 - - [2025-03-31 02:35:46] "POST /security-groups HTTP/1.1" 200 568 0.065442 10.0.0.22 - - [2025-03-31 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003201 10.0.0.22 - - [2025-03-31 02:35:46] "POST /projects HTTP/1.1" 200 539 0.262159 10.0.0.22 - - [2025-03-31 02:35:46] "POST /access-control-lists HTTP/1.1" 200 573 0.063387 10.0.0.22 - - [2025-03-31 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.344882 10.0.0.22 - - [2025-03-31 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002791 10.0.0.22 - - [2025-03-31 02:35:46] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.503326 10.0.0.22 - - [2025-03-31 02:35:47] "POST /access-control-lists HTTP/1.1" 200 571 0.060397 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:35:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000972 10.0.0.22 - - [2025-03-31 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.025609 10.0.0.22 - - [2025-03-31 02:35:47] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.22 - - [2025-03-31 02:35:47] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.22 - - [2025-03-31 02:35:47] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008356 10.0.0.22 - - [2025-03-31 02:35:48] "POST /id-to-fqname HTTP/1.1" 200 201 0.001264 10.0.0.22 - - [2025-03-31 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.003115 10.0.0.22 - - [2025-03-31 02:35:48] "POST /security-groups HTTP/1.1" 200 602 0.068287 10.0.0.22 - - [2025-03-31 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.003114 10.0.0.22 - - [2025-03-31 02:35:48] "POST /projects HTTP/1.1" 200 607 0.235392 10.0.0.22 - - [2025-03-31 02:35:48] "POST /access-control-lists HTTP/1.1" 200 607 0.060429 10.0.0.22 - - [2025-03-31 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.309064 10.0.0.22 - - [2025-03-31 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.003189 10.0.0.22 - - [2025-03-31 02:35:48] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.438474 10.0.0.22 - - [2025-03-31 02:35:48] "POST /access-control-lists HTTP/1.1" 200 605 0.061231 10.0.0.22 - - [2025-03-31 02:35:49] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.22 - - [2025-03-31 02:35:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2025-03-31 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.048082 10.0.0.22 - - [2025-03-31 02:35:50] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000974 10.0.0.22 - - [2025-03-31 02:35:50] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.027912 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/network HTTP/1.1" 200 117 0.037022 10.0.0.22 - - [2025-03-31 02:35:50] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/network HTTP/1.1" 200 620 0.082067 10.0.0.22 - - [2025-03-31 02:35:50] "POST /route-targets HTTP/1.1" 200 327 0.009758 10.0.0.22 - - [2025-03-31 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.014180 10.0.0.22 - - [2025-03-31 02:35:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004349 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.185332 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/network HTTP/1.1" 200 841 0.005955 10.0.0.22 - - [2025-03-31 02:35:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001439 10.0.0.22 - - [2025-03-31 02:35:50] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005528 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/network HTTP/1.1" 200 841 0.007074 10.0.0.22 - - [2025-03-31 02:35:50] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004457 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/network HTTP/1.1" 200 841 0.006344 10.0.0.22 - - [2025-03-31 02:35:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.006952 10.0.0.22 - - [2025-03-31 02:35:50] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domains HTTP/1.1" 200 280 0.023288 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2584 0.014441 10.0.0.22 - - [2025-03-31 02:35:51] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000984 10.0.0.22 - - [2025-03-31 02:35:51] "GET /project/437299e3-047e-414e-8925-ed177f818435 HTTP/1.1" 200 2166 0.070930 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5 HTTP/1.1" 200 2347 0.006752 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5 HTTP/1.1" 200 2347 0.005120 10.0.0.22 - - [2025-03-31 02:35:51] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 200 1494 0.003696 10.0.0.22 - - [2025-03-31 02:35:51] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 200 1494 0.004038 10.0.0.22 - - [2025-03-31 02:35:51] "GET /route-target/7884b588-da6a-4dfc-a853-3ceca05ea7b8 HTTP/1.1" 200 1219 0.003557 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5 HTTP/1.1" 200 2347 0.004703 10.0.0.22 - - [2025-03-31 02:35:51] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 200 1494 0.003171 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004247 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5 HTTP/1.1" 200 2347 0.006644 10.0.0.22 - - [2025-03-31 02:35:51] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 200 1494 0.003042 10.0.0.22 - - [2025-03-31 02:35:51] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 200 1494 0.003549 10.0.0.22 - - [2025-03-31 02:35:51] "GET /route-target/7884b588-da6a-4dfc-a853-3ceca05ea7b8 HTTP/1.1" 200 1219 0.002557 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domains HTTP/1.1" 200 280 0.003042 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.22 - - [2025-03-31 02:35:51] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2584 0.007595 10.0.0.22 - - [2025-03-31 02:35:51] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000911 10.0.0.22 - - [2025-03-31 02:35:51] "GET /project/437299e3-047e-414e-8925-ed177f818435 HTTP/1.1" 200 2166 0.066244 10.0.0.22 - - [2025-03-31 02:35:51] "GET /virtual-network/a1e3701c-77e4-41b5-897a-fa9ca4e686e5 HTTP/1.1" 200 2347 0.005474 10.0.0.22 - - [2025-03-31 02:35:51] "GET /obj-perms HTTP/1.1" 200 5052 0.049954 10.0.0.22 - - [2025-03-31 02:35:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001230 10.0.0.22 - - [2025-03-31 02:35:53] "POST /neutron/network HTTP/1.1" 200 851 0.006397 10.0.0.22 - - [2025-03-31 02:35:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-03-31 02:35:53] "GET / HTTP/1.1" 200 35931 0.001543 10.0.0.22 - - [2025-03-31 02:35:53] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2025-03-31 02:35:54] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.22 - - [2025-03-31 02:35:54] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048600 10.0.0.22 - - [2025-03-31 02:35:55] "POST /neutron/network HTTP/1.1" 200 841 0.027817 10.0.0.22 - - [2025-03-31 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.005671 10.0.0.22 - - [2025-03-31 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.005286 10.0.0.22 - - [2025-03-31 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.005163 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/network HTTP/1.1" 200 851 0.005699 10.0.0.22 - - [2025-03-31 02:35:56] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001046 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 1073 0.222637 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 1073 0.039579 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 1073 0.023035 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 1127 0.077854 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 1101 0.017342 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004069 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.011879 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.22 - - [2025-03-31 02:35:56] "POST /neutron/network HTTP/1.1" 200 841 0.011424 10.0.0.22 - - [2025-03-31 02:36:00] "POST /neutron/port HTTP/1.1" 200 1101 0.018495 10.0.0.22 - - [2025-03-31 02:36:00] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006529 10.0.0.22 - - [2025-03-31 02:36:00] "GET /obj-perms HTTP/1.1" 200 5052 0.003245 10.0.0.22 - - [2025-03-31 02:36:01] "GET /obj-perms HTTP/1.1" 200 5052 0.003366 10.0.0.22 - - [2025-03-31 02:36:02] "GET /obj-perms HTTP/1.1" 200 5052 0.003235 10.0.0.22 - - [2025-03-31 02:36:03] "GET /obj-perms HTTP/1.1" 200 5052 0.003377 10.0.0.22 - - [2025-03-31 02:36:04] "GET /obj-perms HTTP/1.1" 200 5052 0.004035 10.0.0.22 - - [2025-03-31 02:36:05] "POST /neutron/network HTTP/1.1" 200 841 0.007592 10.0.0.22 - - [2025-03-31 02:36:05] "POST /neutron/network HTTP/1.1" 400 204 0.017682 10.0.0.22 - - [2025-03-31 02:36:06] "POST /neutron/port HTTP/1.1" 200 1101 0.015381 10.0.0.22 - - [2025-03-31 02:36:06] "POST /neutron/port HTTP/1.1" 200 1127 0.011635 10.0.0.22 - - [2025-03-31 02:36:06] "POST /neutron/port HTTP/1.1" 200 151 0.121060 10.0.0.22 - - [2025-03-31 02:36:07] "POST /neutron/network HTTP/1.1" 200 841 0.005992 10.0.0.22 - - [2025-03-31 02:36:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003677 10.0.0.22 - - [2025-03-31 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.22 - - [2025-03-31 02:36:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.22 - - [2025-03-31 02:36:07] "POST /neutron/network HTTP/1.1" 200 151 0.079170 10.0.0.22 - - [2025-03-31 02:36:07] "GET /routing-instance/efdb063b-215c-4063-83f5-1a361c4f1fc6 HTTP/1.1" 404 171 0.004167 10.0.0.22 - - [2025-03-31 02:36:07] "DELETE /route-target/7884b588-da6a-4dfc-a853-3ceca05ea7b8 HTTP/1.1" 200 115 0.018945 10.0.0.22 - - [2025-03-31 02:36:07] "GET /domains HTTP/1.1" 200 280 0.002488 10.0.0.22 - - [2025-03-31 02:36:07] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.22 - - [2025-03-31 02:36:07] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2584 0.051872 10.0.0.22 - - [2025-03-31 02:36:07] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.22 - - [2025-03-31 02:36:07] "GET /project/437299e3-047e-414e-8925-ed177f818435 HTTP/1.1" 200 1916 0.069505 10.0.0.22 - - [2025-03-31 02:36:08] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001174 10.0.0.22 - - [2025-03-31 02:36:08] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031765 10.0.0.22 - - [2025-03-31 02:36:08] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.22 - - [2025-03-31 02:36:08] "GET /project/437299e3-047e-414e-8925-ed177f818435?fields=virtual_networks HTTP/1.1" 200 1052 0.078484 10.0.0.22 - - [2025-03-31 02:36:08] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001050 10.0.0.22 - - [2025-03-31 02:36:08] "GET /project/437299e3-047e-414e-8925-ed177f818435?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.033860 10.0.0.22 - - [2025-03-31 02:36:08] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.22 - - [2025-03-31 02:36:08] "GET /project/437299e3-047e-414e-8925-ed177f818435?fields=security_groups HTTP/1.1" 200 1289 0.033484 10.0.0.22 - - [2025-03-31 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.027722 10.0.0.22 - - [2025-03-31 02:36:09] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003805 10.0.0.22 - - [2025-03-31 02:36:09] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.22 - - [2025-03-31 02:36:09] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007712 10.0.0.22 - - [2025-03-31 02:36:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.001432 10.0.0.22 - - [2025-03-31 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003133 10.0.0.22 - - [2025-03-31 02:36:09] "POST /security-groups HTTP/1.1" 200 603 0.064677 10.0.0.22 - - [2025-03-31 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.004676 10.0.0.22 - - [2025-03-31 02:36:09] "POST /projects HTTP/1.1" 200 609 0.231937 10.0.0.22 - - [2025-03-31 02:36:09] "POST /access-control-lists HTTP/1.1" 200 608 0.064223 10.0.0.22 - - [2025-03-31 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.309553 10.0.0.22 - - [2025-03-31 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002943 10.0.0.22 - - [2025-03-31 02:36:09] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.439598 10.0.0.22 - - [2025-03-31 02:36:09] "POST /access-control-lists HTTP/1.1" 200 606 0.060958 10.0.0.22 - - [2025-03-31 02:36:10] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.22 - - [2025-03-31 02:36:11] "GET /projects?obj_uuids=1a49c7ae-6c29-4512-8416-1592e18ead9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001034 10.0.0.22 - - [2025-03-31 02:36:11] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.032794 10.0.0.22 - - [2025-03-31 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.22 - - [2025-03-31 02:36:11] "GET /security-group/97015217-cae9-4e4f-b5b2-4f2a56d2d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006035 10.0.0.22 - - [2025-03-31 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.22 - - [2025-03-31 02:36:11] "GET /projects?obj_uuids=1a49c7ae-6c29-4512-8416-1592e18ead9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001032 10.0.0.22 - - [2025-03-31 02:36:11] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.033587 10.0.0.22 - - [2025-03-31 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.22 - - [2025-03-31 02:36:11] "GET /security-group/97015217-cae9-4e4f-b5b2-4f2a56d2d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004053 10.0.0.22 - - [2025-03-31 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.22 - - [2025-03-31 02:36:12] "PUT /security-group/97015217-cae9-4e4f-b5b2-4f2a56d2d970 HTTP/1.1" 200 262 0.014215 10.0.0.22 - - [2025-03-31 02:36:12] "PUT /access-control-list/a3776ceb-a654-4779-a59e-93278436607d HTTP/1.1" 200 272 0.009341 10.0.0.22 - - [2025-03-31 02:36:12] "PUT /access-control-list/3cf20655-45e4-43b8-8577-a8e7128a3195 HTTP/1.1" 200 272 0.010418 10.0.0.22 - - [2025-03-31 02:36:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2025-03-31 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.048127 10.0.0.22 - - [2025-03-31 02:36:12] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.22 - - [2025-03-31 02:36:12] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025935 10.0.0.22 - - [2025-03-31 02:36:12] "POST /neutron/network HTTP/1.1" 200 117 0.028125 10.0.0.22 - - [2025-03-31 02:36:12] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.22 - - [2025-03-31 02:36:12] "POST /neutron/network HTTP/1.1" 200 619 0.065642 10.0.0.22 - - [2025-03-31 02:36:12] "POST /route-targets HTTP/1.1" 200 327 0.009844 10.0.0.22 - - [2025-03-31 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.013611 10.0.0.22 - - [2025-03-31 02:36:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.22 - - [2025-03-31 02:36:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.186815 10.0.0.22 - - [2025-03-31 02:36:13] "POST /neutron/network HTTP/1.1" 200 837 0.005568 10.0.0.22 - - [2025-03-31 02:36:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001161 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004588 10.0.0.22 - - [2025-03-31 02:36:13] "POST /neutron/network HTTP/1.1" 200 837 0.006029 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004552 10.0.0.22 - - [2025-03-31 02:36:13] "POST /neutron/network HTTP/1.1" 200 837 0.005549 10.0.0.22 - - [2025-03-31 02:36:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.006613 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domains HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domains HTTP/1.1" 200 280 0.025283 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.009214 10.0.0.22 - - [2025-03-31 02:36:13] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.22 - - [2025-03-31 02:36:13] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 2173 0.074708 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2336 0.006502 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2336 0.005175 10.0.0.22 - - [2025-03-31 02:36:13] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 200 1491 0.003790 10.0.0.22 - - [2025-03-31 02:36:13] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 200 1491 0.004281 10.0.0.22 - - [2025-03-31 02:36:13] "GET /route-target/5cc9ff7b-6f59-4d9d-a439-f1a4d4e556fa HTTP/1.1" 200 1218 0.004859 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2336 0.005356 10.0.0.22 - - [2025-03-31 02:36:13] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 200 1491 0.003559 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006446 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2336 0.007154 10.0.0.22 - - [2025-03-31 02:36:13] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 200 1491 0.003586 10.0.0.22 - - [2025-03-31 02:36:13] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 200 1491 0.003438 10.0.0.22 - - [2025-03-31 02:36:13] "GET /route-target/5cc9ff7b-6f59-4d9d-a439-f1a4d4e556fa HTTP/1.1" 200 1218 0.003202 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domains HTTP/1.1" 200 280 0.003072 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.22 - - [2025-03-31 02:36:13] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.007848 10.0.0.22 - - [2025-03-31 02:36:13] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.22 - - [2025-03-31 02:36:13] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 2173 0.070483 10.0.0.22 - - [2025-03-31 02:36:13] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2336 0.005356 10.0.0.22 - - [2025-03-31 02:36:14] "GET /obj-perms HTTP/1.1" 200 5054 0.044809 10.0.0.22 - - [2025-03-31 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.22 - - [2025-03-31 02:36:14] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.22 - - [2025-03-31 02:36:14] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045324 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/network HTTP/1.1" 200 117 0.021173 10.0.0.22 - - [2025-03-31 02:36:14] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/network HTTP/1.1" 200 619 0.088385 10.0.0.22 - - [2025-03-31 02:36:14] "POST /route-targets HTTP/1.1" 200 327 0.016053 10.0.0.22 - - [2025-03-31 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.018639 10.0.0.22 - - [2025-03-31 02:36:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011488 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 705 0.199276 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/network HTTP/1.1" 200 834 0.006133 10.0.0.22 - - [2025-03-31 02:36:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.003355 10.0.0.22 - - [2025-03-31 02:36:14] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006061 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/network HTTP/1.1" 200 834 0.005520 10.0.0.22 - - [2025-03-31 02:36:14] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005322 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/network HTTP/1.1" 200 834 0.005498 10.0.0.22 - - [2025-03-31 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 705 0.006697 10.0.0.22 - - [2025-03-31 02:36:14] "GET /domains HTTP/1.1" 200 280 0.002296 10.0.0.22 - - [2025-03-31 02:36:14] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.22 - - [2025-03-31 02:36:14] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.012320 10.0.0.22 - - [2025-03-31 02:36:14] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.22 - - [2025-03-31 02:36:14] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 2401 0.071811 10.0.0.22 - - [2025-03-31 02:36:14] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6 HTTP/1.1" 200 2327 0.006092 10.0.0.22 - - [2025-03-31 02:36:14] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6 HTTP/1.1" 200 2327 0.004548 10.0.0.22 - - [2025-03-31 02:36:14] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 200 1491 0.003612 10.0.0.22 - - [2025-03-31 02:36:14] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 200 1491 0.003290 10.0.0.22 - - [2025-03-31 02:36:14] "GET /route-target/e5e48efe-f5ba-4f08-a721-e45ff28a85a2 HTTP/1.1" 200 1219 0.004767 10.0.0.22 - - [2025-03-31 02:36:15] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6 HTTP/1.1" 200 2327 0.004423 10.0.0.22 - - [2025-03-31 02:36:15] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 200 1491 0.003293 10.0.0.22 - - [2025-03-31 02:36:15] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004487 10.0.0.22 - - [2025-03-31 02:36:15] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6 HTTP/1.1" 200 2327 0.006245 10.0.0.22 - - [2025-03-31 02:36:15] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 200 1491 0.003807 10.0.0.22 - - [2025-03-31 02:36:15] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 200 1491 0.003487 10.0.0.22 - - [2025-03-31 02:36:15] "GET /route-target/e5e48efe-f5ba-4f08-a721-e45ff28a85a2 HTTP/1.1" 200 1219 0.003442 10.0.0.22 - - [2025-03-31 02:36:15] "GET /domains HTTP/1.1" 200 280 0.002932 10.0.0.22 - - [2025-03-31 02:36:15] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.22 - - [2025-03-31 02:36:15] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.006546 10.0.0.22 - - [2025-03-31 02:36:15] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.22 - - [2025-03-31 02:36:15] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 2401 0.075563 10.0.0.22 - - [2025-03-31 02:36:15] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6 HTTP/1.1" 200 2327 0.005688 10.0.0.22 - - [2025-03-31 02:36:15] "GET /obj-perms HTTP/1.1" 200 5054 0.002861 10.0.0.22 - - [2025-03-31 02:36:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001314 10.0.0.22 - - [2025-03-31 02:36:15] "POST /neutron/network HTTP/1.1" 200 844 0.014901 10.0.0.22 - - [2025-03-31 02:36:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-03-31 02:36:15] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.22 - - [2025-03-31 02:36:15] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2025-03-31 02:36:16] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.22 - - [2025-03-31 02:36:16] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053074 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/network HTTP/1.1" 200 834 0.006668 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.006329 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.005283 10.0.0.22 - - [2025-03-31 02:36:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001364 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.006375 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/network HTTP/1.1" 200 847 0.006033 10.0.0.22 - - [2025-03-31 02:36:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/network HTTP/1.1" 200 844 0.008067 10.0.0.22 - - [2025-03-31 02:36:16] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001361 10.0.0.22 - - [2025-03-31 02:36:16] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.22 - - [2025-03-31 02:36:16] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 1068 0.276754 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 1068 0.011124 10.0.0.22 - - [2025-03-31 02:36:16] "POST /neutron/port HTTP/1.1" 200 1068 0.007763 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/port HTTP/1.1" 200 1122 0.107870 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/port HTTP/1.1" 200 1096 0.014541 10.0.0.22 - - [2025-03-31 02:36:17] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003699 10.0.0.22 - - [2025-03-31 02:36:17] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.109025 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/subnet HTTP/1.1" 200 679 0.028636 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/network HTTP/1.1" 200 837 0.006893 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/network HTTP/1.1" 200 834 0.007398 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/port HTTP/1.1" 200 1096 0.022022 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006815 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.005341 10.0.0.22 - - [2025-03-31 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.22 - - [2025-03-31 02:36:17] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001794 10.0.0.22 - - [2025-03-31 02:36:17] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058673 10.0.0.22 - - [2025-03-31 02:36:17] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005620 10.0.0.22 - - [2025-03-31 02:36:17] "GET /floating-ip-pools?parent_id=fec84cfc-66f8-4ba9-8309-d77c5c2feff1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003394 10.0.0.22 - - [2025-03-31 02:36:17] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005135 10.0.0.22 - - [2025-03-31 02:36:17] "POST /floating-ip-pools HTTP/1.1" 200 609 0.061468 10.0.0.22 - - [2025-03-31 02:36:17] "POST /neutron/network HTTP/1.1" 200 847 0.018765 10.0.0.22 - - [2025-03-31 02:36:17] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.22 - - [2025-03-31 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.031703 10.0.0.22 - - [2025-03-31 02:36:17] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007073 10.0.0.22 - - [2025-03-31 02:36:17] "GET /domains HTTP/1.1" 200 280 0.007179 10.0.0.22 - - [2025-03-31 02:36:18] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002623 10.0.0.22 - - [2025-03-31 02:36:18] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.016677 10.0.0.22 - - [2025-03-31 02:36:18] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.22 - - [2025-03-31 02:36:18] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 3243 0.105190 10.0.0.22 - - [2025-03-31 02:36:18] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 2927 0.024198 10.0.0.22 - - [2025-03-31 02:36:18] "GET /floating-ip-pool/29e02c07-8618-468b-a75b-f0885d48c5d0 HTTP/1.1" 200 1440 0.003424 10.0.0.22 - - [2025-03-31 02:36:18] "GET /domains HTTP/1.1" 200 280 0.003424 10.0.0.22 - - [2025-03-31 02:36:18] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.22 - - [2025-03-31 02:36:18] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2782 0.014269 10.0.0.22 - - [2025-03-31 02:36:18] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.22 - - [2025-03-31 02:36:18] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 3243 0.113509 10.0.0.22 - - [2025-03-31 02:36:18] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1 HTTP/1.1" 200 3148 0.032792 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1071 0.506224 10.0.0.22 - - [2025-03-31 02:36:18] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005920 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1071 0.016186 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1071 0.019526 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1096 0.033046 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006706 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1125 0.084201 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 1099 0.014527 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.013412 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.001418 10.0.0.22 - - [2025-03-31 02:36:18] "POST /neutron/network HTTP/1.1" 200 837 0.006404 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/port HTTP/1.1" 200 1096 0.018570 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007735 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/port HTTP/1.1" 200 1096 0.042696 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010056 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/port HTTP/1.1" 200 1096 0.015764 10.0.0.22 - - [2025-03-31 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008513 10.0.0.22 - - [2025-03-31 02:36:23] "GET /virtual-machine/8d2644be-9c58-486a-b2e7-d34f2a18c2ac HTTP/1.1" 200 1305 0.005042 10.0.0.22 - - [2025-03-31 02:36:23] "GET /virtual-machine-interface/4f526442-a652-43c2-915b-046bb2107f85 HTTP/1.1" 200 3003 0.005694 10.0.0.22 - - [2025-03-31 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.22 - - [2025-03-31 02:36:23] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003838 10.0.0.22 - - [2025-03-31 02:36:23] "GET /virtual-networks?parent_id=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003469 10.0.0.22 - - [2025-03-31 02:36:23] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005202 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/port HTTP/1.1" 200 1096 0.017062 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/port HTTP/1.1" 200 1096 0.017990 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/network HTTP/1.1" 200 844 0.008402 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004604 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/subnet HTTP/1.1" 200 679 0.010478 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.22 - - [2025-03-31 02:36:26] "POST /neutron/network HTTP/1.1" 200 834 0.005277 10.0.0.22 - - [2025-03-31 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.22 - - [2025-03-31 02:36:27] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004318 10.0.0.22 - - [2025-03-31 02:36:28] "POST /neutron/port HTTP/1.1" 200 1096 0.055001 10.0.0.22 - - [2025-03-31 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005295 10.0.0.22 - - [2025-03-31 02:36:28] "POST /neutron/port HTTP/1.1" 200 1099 0.014187 10.0.0.22 - - [2025-03-31 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005831 10.0.0.22 - - [2025-03-31 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.22 - - [2025-03-31 02:36:29] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003085 10.0.0.22 - - [2025-03-31 02:36:29] "GET /virtual-networks?parent_id=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003463 10.0.0.22 - - [2025-03-31 02:36:29] "GET /virtual-network/20531eb8-2cb3-47ba-a546-ae3a6ea1b9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005950 10.0.0.22 - - [2025-03-31 02:36:29] "POST /neutron/port HTTP/1.1" 200 1096 0.018874 10.0.0.22 - - [2025-03-31 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008207 10.0.0.22 - - [2025-03-31 02:36:32] "DELETE /project/437299e3047e414e8925ed177f818435 HTTP/1.1" 404 173 0.017542 10.0.0.22 - - [2025-03-31 02:36:32] "DELETE /project/1a49c7ae6c29451284161592e18ead9b HTTP/1.1" 404 173 0.014545 10.0.0.22 - - [2025-03-31 02:36:32] "DELETE /project/35ca023338f149ffb3dd9cf620e190e6 HTTP/1.1" 404 173 0.007486 10.0.0.22 - - [2025-03-31 02:36:32] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001580 10.0.0.22 - - [2025-03-31 02:36:32] "GET /project/437299e3-047e-414e-8925-ed177f818435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.029643 10.0.0.22 - - [2025-03-31 02:36:33] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.22 - - [2025-03-31 02:36:33] "GET /project/437299e3-047e-414e-8925-ed177f818435?fields=security_groups HTTP/1.1" 200 1394 0.068645 10.0.0.22 - - [2025-03-31 02:36:33] "DELETE /security-group/af507f92-66a2-4525-a6fe-24d7595b27d6 HTTP/1.1" 200 115 0.038182 10.0.0.22 - - [2025-03-31 02:36:33] "GET /projects?obj_uuids=437299e3-047e-414e-8925-ed177f818435&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002330 10.0.0.22 - - [2025-03-31 02:36:33] "DELETE /access-control-list/0cc220f7-ee1f-4948-bf0f-03fb4cf30a6f HTTP/1.1" 200 115 0.033719 10.0.0.22 - - [2025-03-31 02:36:33] "GET /project/437299e3-047e-414e-8925-ed177f818435?fields=application_policy_sets HTTP/1.1" 200 1433 0.038300 10.0.0.22 - - [2025-03-31 02:36:33] "DELETE /access-control-list/ea44a304-78e4-4bd5-8ea7-7fa6ca89d3f4 HTTP/1.1" 200 115 0.031036 10.0.0.22 - - [2025-03-31 02:36:33] "DELETE /project/437299e3-047e-414e-8925-ed177f818435 HTTP/1.1" 200 115 0.336028 10.0.0.22 - - [2025-03-31 02:36:34] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.068506 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/port HTTP/1.1" 200 1096 0.013364 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005884 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 572 0.032317 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/port HTTP/1.1" 200 1099 0.016222 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006444 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/port HTTP/1.1" 200 1099 0.013117 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006171 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/port HTTP/1.1" 200 1099 0.013512 10.0.0.22 - - [2025-03-31 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006832 10.0.0.22 - - [2025-03-31 02:36:34] "GET /virtual-machine/33cabfab-223c-41c8-86ea-3664ba442442 HTTP/1.1" 200 1303 0.005147 10.0.0.22 - - [2025-03-31 02:36:34] "GET /virtual-machine-interface/deddb4d8-6dc6-4cee-a765-168115adfffd HTTP/1.1" 200 3004 0.005110 10.0.0.22 - - [2025-03-31 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-03-31 02:36:34] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003834 10.0.0.22 - - [2025-03-31 02:36:34] "GET /virtual-networks?parent_id=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002966 10.0.0.22 - - [2025-03-31 02:36:34] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005292 10.0.0.22 - - [2025-03-31 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.22 - - [2025-03-31 02:36:36] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003187 10.0.0.22 - - [2025-03-31 02:36:36] "GET /virtual-networks?parent_id=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002949 10.0.0.22 - - [2025-03-31 02:36:36] "GET /virtual-network/fec84cfc-66f8-4ba9-8309-d77c5c2feff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006156 10.0.0.22 - - [2025-03-31 02:36:36] "POST /neutron/floatingip HTTP/1.1" 200 572 0.011491 10.0.0.22 - - [2025-03-31 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.22 - - [2025-03-31 02:36:36] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003402 10.0.0.22 - - [2025-03-31 02:36:36] "GET /route-target/5cc9ff7b-6f59-4d9d-a439-f1a4d4e556fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004409 10.0.0.22 - - [2025-03-31 02:36:36] "GET /floating-ip/0dd9084f-0064-4db4-9dca-c75cf6005dfb HTTP/1.1" 200 1882 0.004731 10.0.0.22 - - [2025-03-31 02:36:36] "GET /obj-perms HTTP/1.1" 200 5056 0.042255 10.0.0.22 - - [2025-03-31 02:36:36] "GET /obj-perms HTTP/1.1" 200 5056 0.056213 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 572 0.008977 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.037886 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006304 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 115 0.041419 10.0.0.22 - - [2025-03-31 02:36:39] "GET /floating-ip-pool/29e02c07-8618-468b-a75b-f0885d48c5d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.010095 10.0.0.22 - - [2025-03-31 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.22 - - [2025-03-31 02:36:39] "DELETE /floating-ip-pool/29e02c07-8618-468b-a75b-f0885d48c5d0 HTTP/1.1" 200 115 0.019806 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/network HTTP/1.1" 200 834 0.006970 10.0.0.22 - - [2025-03-31 02:36:39] "POST /neutron/network HTTP/1.1" 400 204 0.010749 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 1099 0.014603 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 1125 0.009427 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 1096 0.021702 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 1122 0.016848 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 151 0.134367 10.0.0.22 - - [2025-03-31 02:36:40] "POST /neutron/port HTTP/1.1" 200 151 0.129486 10.0.0.22 - - [2025-03-31 02:36:41] "POST /neutron/network HTTP/1.1" 200 834 0.005903 10.0.0.22 - - [2025-03-31 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-03-31 02:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.22 - - [2025-03-31 02:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003954 10.0.0.22 - - [2025-03-31 02:36:41] "POST /neutron/network HTTP/1.1" 200 151 0.079355 10.0.0.22 - - [2025-03-31 02:36:41] "DELETE /route-target/e5e48efe-f5ba-4f08-a721-e45ff28a85a2 HTTP/1.1" 200 115 0.017100 10.0.0.22 - - [2025-03-31 02:36:41] "GET /routing-instance/1914e832-bec4-4f44-9020-5893b510387f HTTP/1.1" 404 171 0.002795 10.0.0.22 - - [2025-03-31 02:36:41] "GET /domains HTTP/1.1" 200 280 0.002496 10.0.0.22 - - [2025-03-31 02:36:41] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.22 - - [2025-03-31 02:36:41] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2585 0.051991 10.0.0.22 - - [2025-03-31 02:36:41] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 2173 0.065711 10.0.0.22 - - [2025-03-31 02:36:42] "POST /neutron/network HTTP/1.1" 200 837 0.006273 10.0.0.22 - - [2025-03-31 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-03-31 02:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001974 10.0.0.22 - - [2025-03-31 02:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002435 10.0.0.22 - - [2025-03-31 02:36:42] "POST /neutron/network HTTP/1.1" 200 151 0.078068 10.0.0.22 - - [2025-03-31 02:36:42] "DELETE /route-target/5cc9ff7b-6f59-4d9d-a439-f1a4d4e556fa HTTP/1.1" 200 115 0.014405 10.0.0.22 - - [2025-03-31 02:36:42] "GET /routing-instance/e27e7041-60b2-4e17-83fe-7d65982a8e58 HTTP/1.1" 404 171 0.002192 10.0.0.22 - - [2025-03-31 02:36:42] "GET /domains HTTP/1.1" 200 280 0.002303 10.0.0.22 - - [2025-03-31 02:36:42] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.22 - - [2025-03-31 02:36:42] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2585 0.049258 10.0.0.22 - - [2025-03-31 02:36:42] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001546 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 1923 0.076780 10.0.0.22 - - [2025-03-31 02:36:42] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029627 10.0.0.22 - - [2025-03-31 02:36:42] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?fields=virtual_networks HTTP/1.1" 200 1055 0.082189 10.0.0.22 - - [2025-03-31 02:36:42] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.025851 10.0.0.22 - - [2025-03-31 02:36:42] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.22 - - [2025-03-31 02:36:42] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?fields=security_groups HTTP/1.1" 200 1293 0.027293 10.0.0.22 - - [2025-03-31 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.028908 10.0.0.22 - - [2025-03-31 02:36:43] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002691 10.0.0.22 - - [2025-03-31 02:36:43] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.22 - - [2025-03-31 02:36:43] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008014 10.0.0.22 - - [2025-03-31 02:36:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001168 10.0.0.22 - - [2025-03-31 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005457 10.0.0.22 - - [2025-03-31 02:36:43] "POST /security-groups HTTP/1.1" 200 586 0.068463 10.0.0.22 - - [2025-03-31 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.002437 10.0.0.22 - - [2025-03-31 02:36:43] "POST /projects HTTP/1.1" 200 575 0.225749 10.0.0.22 - - [2025-03-31 02:36:44] "POST /access-control-lists HTTP/1.1" 200 591 0.064035 10.0.0.22 - - [2025-03-31 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.299073 10.0.0.22 - - [2025-03-31 02:36:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.003001 10.0.0.22 - - [2025-03-31 02:36:44] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.424675 10.0.0.22 - - [2025-03-31 02:36:44] "POST /access-control-lists HTTP/1.1" 200 589 0.060305 10.0.0.22 - - [2025-03-31 02:36:45] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.22 - - [2025-03-31 02:36:46] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001599 10.0.0.22 - - [2025-03-31 02:36:46] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.029695 10.0.0.22 - - [2025-03-31 02:36:46] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.22 - - [2025-03-31 02:36:46] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?fields=virtual_networks HTTP/1.1" 200 1021 0.073831 10.0.0.22 - - [2025-03-31 02:36:46] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.22 - - [2025-03-31 02:36:46] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.024183 10.0.0.22 - - [2025-03-31 02:36:46] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001542 10.0.0.22 - - [2025-03-31 02:36:46] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?fields=security_groups HTTP/1.1" 200 1242 0.030680 10.0.0.22 - - [2025-03-31 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.021535 10.0.0.22 - - [2025-03-31 02:36:47] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002906 10.0.0.22 - - [2025-03-31 02:36:47] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.22 - - [2025-03-31 02:36:47] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006953 10.0.0.22 - - [2025-03-31 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 193 0.001239 10.0.0.22 - - [2025-03-31 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.004745 10.0.0.22 - - [2025-03-31 02:36:47] "POST /security-groups HTTP/1.1" 200 594 0.066563 10.0.0.22 - - [2025-03-31 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.002793 10.0.0.22 - - [2025-03-31 02:36:47] "POST /projects HTTP/1.1" 200 591 0.231271 10.0.0.22 - - [2025-03-31 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.306981 10.0.0.22 - - [2025-03-31 02:36:47] "POST /access-control-lists HTTP/1.1" 200 599 0.071871 10.0.0.22 - - [2025-03-31 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.003579 10.0.0.22 - - [2025-03-31 02:36:47] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.446281 10.0.0.22 - - [2025-03-31 02:36:47] "POST /access-control-lists HTTP/1.1" 200 597 0.059670 10.0.0.22 - - [2025-03-31 02:36:48] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.22 - - [2025-03-31 02:36:49] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-03-31 02:36:50] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001134 10.0.0.22 - - [2025-03-31 02:36:50] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052705 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.22 - - [2025-03-31 02:36:50] "GET /security-group/09846ad2-a3f8-49e2-9e15-ef3956e185b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.006523 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.22 - - [2025-03-31 02:36:50] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001314 10.0.0.22 - - [2025-03-31 02:36:50] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024609 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.22 - - [2025-03-31 02:36:50] "GET /security-group/09846ad2-a3f8-49e2-9e15-ef3956e185b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.003878 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.22 - - [2025-03-31 02:36:50] "PUT /security-group/09846ad2-a3f8-49e2-9e15-ef3956e185b4 HTTP/1.1" 200 262 0.014205 10.0.0.22 - - [2025-03-31 02:36:50] "PUT /access-control-list/55a46508-a9b9-47c0-a43d-efddd80f3c28 HTTP/1.1" 200 272 0.009452 10.0.0.22 - - [2025-03-31 02:36:50] "PUT /access-control-list/5188f315-9d05-4c12-9020-08b571260920 HTTP/1.1" 200 272 0.012643 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002416 10.0.0.22 - - [2025-03-31 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.22 - - [2025-03-31 02:36:50] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001366 10.0.0.22 - - [2025-03-31 02:36:50] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038398 10.0.0.22 - - [2025-03-31 02:36:50] "POST /neutron/network HTTP/1.1" 200 117 0.027348 10.0.0.22 - - [2025-03-31 02:36:50] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.22 - - [2025-03-31 02:36:50] "POST /neutron/network HTTP/1.1" 200 608 0.073360 10.0.0.22 - - [2025-03-31 02:36:50] "POST /route-targets HTTP/1.1" 200 327 0.013786 10.0.0.22 - - [2025-03-31 02:36:50] "POST /ref-update HTTP/1.1" 200 156 0.011629 10.0.0.22 - - [2025-03-31 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003534 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.195784 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 828 0.006115 10.0.0.22 - - [2025-03-31 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001170 10.0.0.22 - - [2025-03-31 02:36:51] "GET /virtual-network/5e7bf5f9-a182-403b-b45b-cc67424ac87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004405 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 828 0.005571 10.0.0.22 - - [2025-03-31 02:36:51] "GET /virtual-network/5e7bf5f9-a182-403b-b45b-cc67424ac87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005410 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 828 0.007611 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.006024 10.0.0.22 - - [2025-03-31 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.22 - - [2025-03-31 02:36:51] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001016 10.0.0.22 - - [2025-03-31 02:36:51] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024736 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 117 0.009259 10.0.0.22 - - [2025-03-31 02:36:51] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 615 0.099984 10.0.0.22 - - [2025-03-31 02:36:51] "POST /route-targets HTTP/1.1" 200 327 0.021112 10.0.0.22 - - [2025-03-31 02:36:51] "POST /ref-update HTTP/1.1" 200 156 0.017180 10.0.0.22 - - [2025-03-31 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005649 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.183731 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 834 0.004866 10.0.0.22 - - [2025-03-31 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.000983 10.0.0.22 - - [2025-03-31 02:36:51] "GET /virtual-network/3bc30a42-4fba-41da-a3de-6c996498de94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004020 10.0.0.22 - - [2025-03-31 02:36:51] "POST /neutron/network HTTP/1.1" 200 834 0.005077 10.0.0.22 - - [2025-03-31 02:36:51] "GET /virtual-network/3bc30a42-4fba-41da-a3de-6c996498de94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004700 10.0.0.22 - - [2025-03-31 02:36:52] "POST /neutron/network HTTP/1.1" 200 834 0.007227 10.0.0.22 - - [2025-03-31 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.006432 10.0.0.22 - - [2025-03-31 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001018 10.0.0.22 - - [2025-03-31 02:36:52] "POST /neutron/network HTTP/1.1" 200 838 0.005608 10.0.0.22 - - [2025-03-31 02:36:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-03-31 02:36:52] "GET / HTTP/1.1" 200 35931 0.002703 10.0.0.22 - - [2025-03-31 02:36:52] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-03-31 02:36:52] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.22 - - [2025-03-31 02:36:52] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050135 10.0.0.22 - - [2025-03-31 02:36:52] "POST /neutron/network HTTP/1.1" 200 828 0.006111 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.004846 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.006772 10.0.0.22 - - [2025-03-31 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001917 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.007988 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/network HTTP/1.1" 200 844 0.005890 10.0.0.22 - - [2025-03-31 02:36:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/network HTTP/1.1" 200 838 0.005427 10.0.0.22 - - [2025-03-31 02:36:53] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.22 - - [2025-03-31 02:36:53] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.22 - - [2025-03-31 02:36:53] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 1064 0.202665 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 1064 0.014890 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 1064 0.007203 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 1118 0.063936 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 1092 0.016304 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002765 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010224 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.22 - - [2025-03-31 02:36:53] "POST /neutron/network HTTP/1.1" 200 828 0.008942 10.0.0.22 - - [2025-03-31 02:36:53] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.22 - - [2025-03-31 02:36:54] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.065943 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/network HTTP/1.1" 200 834 0.006534 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/port HTTP/1.1" 200 1092 0.016464 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007229 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.005809 10.0.0.22 - - [2025-03-31 02:36:54] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/router HTTP/1.1" 200 585 0.076805 10.0.0.22 - - [2025-03-31 02:36:54] "POST /route-targets HTTP/1.1" 200 327 0.017282 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/router HTTP/1.1" 200 585 0.012736 10.0.0.22 - - [2025-03-31 02:36:54] "PUT /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6 HTTP/1.1" 200 262 0.043061 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/router HTTP/1.1" 200 656 0.057216 10.0.0.22 - - [2025-03-31 02:36:54] "GET /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.010853 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/router HTTP/1.1" 200 656 0.013525 10.0.0.22 - - [2025-03-31 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011852 10.0.0.22 - - [2025-03-31 02:36:54] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.22 - - [2025-03-31 02:36:54] "GET /service-template/da5eabbd-e3d4-4333-ace8-e9c97128f4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003544 10.0.0.22 - - [2025-03-31 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.001926 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/network HTTP/1.1" 200 844 0.008054 10.0.0.22 - - [2025-03-31 02:36:54] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003867 10.0.0.22 - - [2025-03-31 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010939 10.0.0.22 - - [2025-03-31 02:36:54] "POST /virtual-networks HTTP/1.1" 200 694 0.185383 10.0.0.22 - - [2025-03-31 02:36:54] "POST /route-targets HTTP/1.1" 200 327 0.026546 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/router HTTP/1.1" 200 344 0.397502 10.0.0.22 - - [2025-03-31 02:36:54] "POST /ref-update HTTP/1.1" 200 156 0.089217 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/port HTTP/1.1" 200 1092 0.053338 10.0.0.22 - - [2025-03-31 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012923 10.0.0.22 - - [2025-03-31 02:36:54] "POST /service-instances HTTP/1.1" 200 670 0.138606 10.0.0.22 - - [2025-03-31 02:36:54] "POST /ref-update HTTP/1.1" 200 156 0.018751 10.0.0.22 - - [2025-03-31 02:36:55] "POST /route-tables HTTP/1.1" 200 582 0.036300 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 1063 0.419741 10.0.0.22 - - [2025-03-31 02:36:55] "PUT /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6 HTTP/1.1" 200 262 0.033383 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 1063 0.017540 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 1063 0.012960 10.0.0.22 - - [2025-03-31 02:36:55] "POST /ref-update HTTP/1.1" 200 156 0.051177 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 1117 0.114186 10.0.0.22 - - [2025-03-31 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.22 - - [2025-03-31 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 1091 0.019454 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003117 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.011610 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.002280 10.0.0.22 - - [2025-03-31 02:36:55] "POST /virtual-machines HTTP/1.1" 200 553 0.023302 10.0.0.22 - - [2025-03-31 02:36:55] "POST /neutron/network HTTP/1.1" 200 834 0.008709 10.0.0.22 - - [2025-03-31 02:36:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.114695 10.0.0.22 - - [2025-03-31 02:36:55] "POST /chown HTTP/1.1" 200 109 0.007541 10.0.0.22 - - [2025-03-31 02:36:55] "POST /instance-ips HTTP/1.1" 200 551 0.021435 10.0.0.22 - - [2025-03-31 02:36:55] "POST /instance-ips HTTP/1.1" 400 246 0.015535 10.0.0.22 - - [2025-03-31 02:36:55] "POST /chown HTTP/1.1" 200 109 0.010647 10.0.0.22 - - [2025-03-31 02:36:55] "PUT /virtual-machine-interface/5388c440-ebf3-4852-89a2-6e6d052dbd76 HTTP/1.1" 200 284 0.013434 10.0.0.22 - - [2025-03-31 02:36:55] "PUT /instance-ip/6b6cc9e1-077b-4334-a39f-70702bba4c0d HTTP/1.1" 200 256 0.015422 10.0.0.22 - - [2025-03-31 02:36:55] "POST /ref-update HTTP/1.1" 200 156 0.016065 10.0.0.22 - - [2025-03-31 02:36:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090215 10.0.0.22 - - [2025-03-31 02:36:56] "POST /chown HTTP/1.1" 200 109 0.007331 10.0.0.22 - - [2025-03-31 02:36:56] "POST /instance-ips HTTP/1.1" 200 549 0.028445 10.0.0.22 - - [2025-03-31 02:36:56] "POST /instance-ips HTTP/1.1" 400 316 0.020315 10.0.0.22 - - [2025-03-31 02:36:56] "POST /chown HTTP/1.1" 200 109 0.021650 10.0.0.22 - - [2025-03-31 02:36:56] "PUT /virtual-machine-interface/ff912921-eb78-4a5e-a7ed-666a42ca3249 HTTP/1.1" 200 284 0.017621 10.0.0.22 - - [2025-03-31 02:36:56] "PUT /instance-ip/44b4831c-f2da-4c94-9546-c89fc61568e3 HTTP/1.1" 200 256 0.012815 10.0.0.22 - - [2025-03-31 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.012371 10.0.0.22 - - [2025-03-31 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.010420 10.0.0.22 - - [2025-03-31 02:36:56] "PUT /routing-instance/0819179d-c5ce-465a-85e6-0dbedc9968f6 HTTP/1.1" 200 266 0.033139 10.0.0.22 - - [2025-03-31 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.014767 10.0.0.22 - - [2025-03-31 02:36:56] "POST /virtual-machines HTTP/1.1" 200 553 0.016742 10.0.0.22 - - [2025-03-31 02:36:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086956 10.0.0.22 - - [2025-03-31 02:36:56] "POST /chown HTTP/1.1" 200 109 0.008161 10.0.0.22 - - [2025-03-31 02:36:56] "POST /instance-ips HTTP/1.1" 400 246 0.014387 10.0.0.22 - - [2025-03-31 02:36:56] "POST /chown HTTP/1.1" 200 109 0.007358 10.0.0.22 - - [2025-03-31 02:36:57] "PUT /virtual-machine-interface/e66a7cb2-8c7a-4d04-ba97-f99fbdf5b49e HTTP/1.1" 200 284 0.012735 10.0.0.22 - - [2025-03-31 02:36:57] "PUT /instance-ip/6b6cc9e1-077b-4334-a39f-70702bba4c0d HTTP/1.1" 200 256 0.013127 10.0.0.22 - - [2025-03-31 02:36:57] "POST /ref-update HTTP/1.1" 200 156 0.014625 10.0.0.22 - - [2025-03-31 02:36:57] "POST /ref-update HTTP/1.1" 200 156 0.013280 10.0.0.22 - - [2025-03-31 02:36:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092073 10.0.0.22 - - [2025-03-31 02:36:57] "POST /chown HTTP/1.1" 200 109 0.008854 10.0.0.22 - - [2025-03-31 02:36:57] "POST /instance-ips HTTP/1.1" 400 316 0.015015 10.0.0.22 - - [2025-03-31 02:36:57] "POST /chown HTTP/1.1" 200 109 0.011570 10.0.0.22 - - [2025-03-31 02:36:57] "PUT /virtual-machine-interface/3236fe92-15b2-4b43-98eb-43a34ec81065 HTTP/1.1" 200 284 0.011217 10.0.0.22 - - [2025-03-31 02:36:57] "PUT /instance-ip/44b4831c-f2da-4c94-9546-c89fc61568e3 HTTP/1.1" 200 256 0.028321 10.0.0.22 - - [2025-03-31 02:36:57] "POST /ref-update HTTP/1.1" 200 156 0.012956 10.0.0.22 - - [2025-03-31 02:36:57] "POST /ref-update HTTP/1.1" 200 156 0.014443 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/port HTTP/1.1" 200 1092 0.015954 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008955 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/port HTTP/1.1" 200 1092 0.023633 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006939 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/port HTTP/1.1" 200 1092 0.015913 10.0.0.22 - - [2025-03-31 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006969 10.0.0.22 - - [2025-03-31 02:37:00] "GET /virtual-machine/c922284d-91e8-484d-afca-02694b23f61d HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2025-03-31 02:37:00] "GET /virtual-machine/c922284d-91e8-484d-afca-02694b23f61d HTTP/1.1" 200 1296 0.025523 10.0.0.22 - - [2025-03-31 02:37:00] "GET /virtual-machine-interface/5d8e0f9b-a128-4b37-a5c4-a7b802f3fbca HTTP/1.1" 200 2955 0.005101 10.0.0.22 - - [2025-03-31 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.22 - - [2025-03-31 02:37:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003091 10.0.0.22 - - [2025-03-31 02:37:00] "GET /virtual-networks?parent_id=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003038 10.0.0.22 - - [2025-03-31 02:37:00] "GET /virtual-network/5e7bf5f9-a182-403b-b45b-cc67424ac87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005733 10.0.0.22 - - [2025-03-31 02:37:02] "POST /neutron/port HTTP/1.1" 200 1092 0.016379 10.0.0.22 - - [2025-03-31 02:37:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005825 10.0.0.22 - - [2025-03-31 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.22 - - [2025-03-31 02:37:03] "GET /virtual-network/5e7bf5f9-a182-403b-b45b-cc67424ac87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004936 10.0.0.22 - - [2025-03-31 02:37:03] "POST /neutron/port HTTP/1.1" 200 1091 0.013471 10.0.0.22 - - [2025-03-31 02:37:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004896 10.0.0.22 - - [2025-03-31 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.22 - - [2025-03-31 02:37:05] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002721 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-networks?parent_id=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003333 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-network/5e7bf5f9-a182-403b-b45b-cc67424ac87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005079 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/port HTTP/1.1" 200 1091 0.016430 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006417 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/port HTTP/1.1" 200 1091 0.014679 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005398 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/port HTTP/1.1" 200 1091 0.015016 10.0.0.22 - - [2025-03-31 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006078 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-machine/beba4ff1-9635-4982-90df-b832a3c7886e HTTP/1.1" 200 1296 0.004265 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-machine-interface/c8a73879-2ceb-443b-942b-2049cc8a2571 HTTP/1.1" 200 2968 0.006168 10.0.0.22 - - [2025-03-31 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.22 - - [2025-03-31 02:37:06] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003300 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-networks?parent_id=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002964 10.0.0.22 - - [2025-03-31 02:37:06] "GET /virtual-network/3bc30a42-4fba-41da-a3de-6c996498de94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005294 10.0.0.22 - - [2025-03-31 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2025-03-31 02:37:07] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003632 10.0.0.22 - - [2025-03-31 02:37:07] "GET /virtual-networks?parent_id=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003063 10.0.0.22 - - [2025-03-31 02:37:07] "GET /virtual-network/3bc30a42-4fba-41da-a3de-6c996498de94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005506 10.0.0.22 - - [2025-03-31 02:37:11] "POST /neutron/router HTTP/1.1" 200 656 0.003700 10.0.0.22 - - [2025-03-31 02:37:11] "POST /ref-update HTTP/1.1" 200 156 0.013913 10.0.0.22 - - [2025-03-31 02:37:11] "POST /neutron/router HTTP/1.1" 200 344 0.099503 10.0.0.22 - - [2025-03-31 02:37:11] "POST /neutron/router HTTP/1.1" 200 656 0.005293 10.0.0.22 - - [2025-03-31 02:37:11] "GET /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.006296 10.0.0.22 - - [2025-03-31 02:37:11] "GET /service-instance/af256fab-5c68-40d2-8260-bffd86a2033d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003520 10.0.0.22 - - [2025-03-31 02:37:11] "POST /neutron/router HTTP/1.1" 200 151 0.061977 10.0.0.22 - - [2025-03-31 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.22 - - [2025-03-31 02:37:11] "DELETE /route-target/3ab3a1cd-bed1-4edf-a8ef-0c158fed7d6a HTTP/1.1" 409 239 0.005311 10.0.0.22 - - [2025-03-31 02:37:11] "PUT /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6 HTTP/1.1" 404 171 0.002888 10.0.0.22 - - [2025-03-31 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.020960 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /route-table/9d9d83e6-b813-4f5e-abfd-3b44feded423 HTTP/1.1" 200 115 0.038126 10.0.0.22 - - [2025-03-31 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.22 - - [2025-03-31 02:37:12] "PUT /routing-instance/0819179d-c5ce-465a-85e6-0dbedc9968f6 HTTP/1.1" 200 266 0.017058 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/network HTTP/1.1" 200 834 0.007158 10.0.0.22 - - [2025-03-31 02:37:12] "GET /virtual-network/78d116df-3b27-4507-bac0-f5af1c2badc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004773 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/network HTTP/1.1" 400 204 0.049591 10.0.0.22 - - [2025-03-31 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.012122 10.0.0.22 - - [2025-03-31 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.011746 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /instance-ip/44b4831c-f2da-4c94-9546-c89fc61568e3 HTTP/1.1" 200 115 0.033702 10.0.0.22 - - [2025-03-31 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.22 - - [2025-03-31 02:37:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.22 - - [2025-03-31 02:37:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006366 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /virtual-network/78d116df-3b27-4507-bac0-f5af1c2badc1 HTTP/1.1" 200 115 0.159226 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /route-target/e0ded4f1-e62e-49ad-8969-f35da8445b46 HTTP/1.1" 200 115 0.046252 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /service-instance/af256fab-5c68-40d2-8260-bffd86a2033d HTTP/1.1" 200 115 0.032777 10.0.0.22 - - [2025-03-31 02:37:12] "GET /logical-router/49919207-2b0e-4b08-bdc9-2195b942f1c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003875 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 1091 0.016317 10.0.0.22 - - [2025-03-31 02:37:12] "GET /service-instance/af256fab-5c68-40d2-8260-bffd86a2033d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005825 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 1117 0.015442 10.0.0.22 - - [2025-03-31 02:37:12] "GET /virtual-machine-interface/ff912921-eb78-4a5e-a7ed-666a42ca3249?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.007223 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 1092 0.028450 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 1118 0.012376 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 151 0.169400 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /virtual-machine-interface/ff912921-eb78-4a5e-a7ed-666a42ca3249 HTTP/1.1" 200 115 0.051144 10.0.0.22 - - [2025-03-31 02:37:12] "GET /virtual-machine-interface/5388c440-ebf3-4852-89a2-6e6d052dbd76?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.005620 10.0.0.22 - - [2025-03-31 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.022613 10.0.0.22 - - [2025-03-31 02:37:12] "POST /neutron/port HTTP/1.1" 200 151 0.139748 10.0.0.22 - - [2025-03-31 02:37:12] "GET /instance-ip/6b6cc9e1-077b-4334-a39f-70702bba4c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005286 10.0.0.22 - - [2025-03-31 02:37:12] "DELETE /virtual-machine-interface/5388c440-ebf3-4852-89a2-6e6d052dbd76 HTTP/1.1" 200 115 0.044796 10.0.0.22 - - [2025-03-31 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.009056 10.0.0.22 - - [2025-03-31 02:37:13] "DELETE /virtual-machine/c7287393-2c81-4517-9a09-a3e2ec443450 HTTP/1.1" 200 115 0.020688 10.0.0.22 - - [2025-03-31 02:37:13] "GET /virtual-machine-interface/e66a7cb2-8c7a-4d04-ba97-f99fbdf5b49e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005447 10.0.0.22 - - [2025-03-31 02:37:13] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.22 - - [2025-03-31 02:37:13] "GET /instance-ip/6b6cc9e1-077b-4334-a39f-70702bba4c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005154 10.0.0.22 - - [2025-03-31 02:37:13] "DELETE /instance-ip/6b6cc9e1-077b-4334-a39f-70702bba4c0d HTTP/1.1" 200 115 0.024883 10.0.0.22 - - [2025-03-31 02:37:13] "DELETE /virtual-machine-interface/e66a7cb2-8c7a-4d04-ba97-f99fbdf5b49e HTTP/1.1" 200 115 0.031929 10.0.0.22 - - [2025-03-31 02:37:13] "GET /virtual-machine-interface/3236fe92-15b2-4b43-98eb-43a34ec81065?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.005069 10.0.0.22 - - [2025-03-31 02:37:13] "DELETE /virtual-machine-interface/3236fe92-15b2-4b43-98eb-43a34ec81065 HTTP/1.1" 200 115 0.027198 10.0.0.22 - - [2025-03-31 02:37:13] "DELETE /virtual-machine/8ff67209-41e1-4042-abae-89b331d58723 HTTP/1.1" 200 115 0.016726 10.0.0.22 - - [2025-03-31 02:37:14] "POST /neutron/network HTTP/1.1" 200 834 0.006227 10.0.0.22 - - [2025-03-31 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006902 10.0.0.22 - - [2025-03-31 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.019289 10.0.0.22 - - [2025-03-31 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003149 10.0.0.22 - - [2025-03-31 02:37:14] "POST /neutron/network HTTP/1.1" 200 151 0.096470 10.0.0.22 - - [2025-03-31 02:37:14] "DELETE /route-target/0db3379f-8aa8-4ed8-902a-7d80720545d3 HTTP/1.1" 200 115 0.023338 10.0.0.22 - - [2025-03-31 02:37:14] "POST /neutron/network HTTP/1.1" 200 828 0.005337 10.0.0.22 - - [2025-03-31 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.22 - - [2025-03-31 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.22 - - [2025-03-31 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001644 10.0.0.22 - - [2025-03-31 02:37:14] "POST /neutron/network HTTP/1.1" 200 151 0.086073 10.0.0.22 - - [2025-03-31 02:37:14] "DELETE /route-target/a15cf88a-f380-4473-8276-eaf75b1e3e85 HTTP/1.1" 200 115 0.019901 10.0.0.22 - - [2025-03-31 02:37:14] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.22 - - [2025-03-31 02:37:14] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027090 10.0.0.22 - - [2025-03-31 02:37:14] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.22 - - [2025-03-31 02:37:14] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?fields=virtual_networks HTTP/1.1" 200 1038 0.069142 10.0.0.22 - - [2025-03-31 02:37:14] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001035 10.0.0.22 - - [2025-03-31 02:37:14] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.023495 10.0.0.22 - - [2025-03-31 02:37:14] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.22 - - [2025-03-31 02:37:14] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?fields=security_groups HTTP/1.1" 200 1267 0.023892 10.0.0.22 - - [2025-03-31 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.023741 10.0.0.22 - - [2025-03-31 02:37:15] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002367 10.0.0.22 - - [2025-03-31 02:37:15] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.22 - - [2025-03-31 02:37:15] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008015 10.0.0.22 - - [2025-03-31 02:37:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.001684 10.0.0.22 - - [2025-03-31 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002858 10.0.0.22 - - [2025-03-31 02:37:15] "POST /security-groups HTTP/1.1" 200 599 0.060284 10.0.0.22 - - [2025-03-31 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.002440 10.0.0.22 - - [2025-03-31 02:37:15] "POST /projects HTTP/1.1" 200 601 0.214001 10.0.0.22 - - [2025-03-31 02:37:16] "POST /access-control-lists HTTP/1.1" 200 604 0.055896 10.0.0.22 - - [2025-03-31 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.285344 10.0.0.22 - - [2025-03-31 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 241 0.002674 10.0.0.22 - - [2025-03-31 02:37:16] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.398340 10.0.0.22 - - [2025-03-31 02:37:16] "POST /access-control-lists HTTP/1.1" 200 602 0.066610 10.0.0.22 - - [2025-03-31 02:37:17] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.22 - - [2025-03-31 02:37:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.22 - - [2025-03-31 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.050152 10.0.0.22 - - [2025-03-31 02:37:18] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.22 - - [2025-03-31 02:37:18] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.041027 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/network HTTP/1.1" 200 117 0.039720 10.0.0.22 - - [2025-03-31 02:37:18] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001423 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/network HTTP/1.1" 200 613 0.070601 10.0.0.22 - - [2025-03-31 02:37:18] "POST /route-targets HTTP/1.1" 200 327 0.012323 10.0.0.22 - - [2025-03-31 02:37:18] "POST /ref-update HTTP/1.1" 200 156 0.016077 10.0.0.22 - - [2025-03-31 02:37:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005344 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.141622 10.0.0.22 - - [2025-03-31 02:37:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-03-31 02:37:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006310 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.186825 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/network HTTP/1.1" 200 1005 0.006957 10.0.0.22 - - [2025-03-31 02:37:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001850 10.0.0.22 - - [2025-03-31 02:37:18] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005817 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/network HTTP/1.1" 200 1005 0.007317 10.0.0.22 - - [2025-03-31 02:37:18] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006177 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/network HTTP/1.1" 200 1005 0.015941 10.0.0.22 - - [2025-03-31 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.007252 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 823 0.006751 10.0.0.22 - - [2025-03-31 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.22 - - [2025-03-31 02:37:19] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.22 - - [2025-03-31 02:37:19] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.027579 10.0.0.22 - - [2025-03-31 02:37:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.021564 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/network HTTP/1.1" 200 117 0.008082 10.0.0.22 - - [2025-03-31 02:37:19] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/network HTTP/1.1" 200 613 0.059636 10.0.0.22 - - [2025-03-31 02:37:19] "POST /route-targets HTTP/1.1" 200 327 0.010841 10.0.0.22 - - [2025-03-31 02:37:19] "POST /ref-update HTTP/1.1" 200 156 0.011252 10.0.0.22 - - [2025-03-31 02:37:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.132310 10.0.0.22 - - [2025-03-31 02:37:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003119 10.0.0.22 - - [2025-03-31 02:37:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005943 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.189105 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/network HTTP/1.1" 200 1007 0.007356 10.0.0.22 - - [2025-03-31 02:37:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001331 10.0.0.22 - - [2025-03-31 02:37:19] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004997 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/network HTTP/1.1" 200 1007 0.007878 10.0.0.22 - - [2025-03-31 02:37:19] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006347 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/network HTTP/1.1" 200 1007 0.007510 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.007004 10.0.0.22 - - [2025-03-31 02:37:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.007833 10.0.0.22 - - [2025-03-31 02:37:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002605 10.0.0.22 - - [2025-03-31 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.22 - - [2025-03-31 02:37:19] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.22 - - [2025-03-31 02:37:19] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.027599 10.0.0.22 - - [2025-03-31 02:37:19] "POST /network-policys HTTP/1.1" 200 577 0.060329 10.0.0.22 - - [2025-03-31 02:37:19] "GET /network-policy/708fde03-3431-46a7-a6c0-a0cce17a69bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005239 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1005 0.007308 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.005678 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.005293 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1113 0.047622 10.0.0.22 - - [2025-03-31 02:37:20] "POST /access-control-lists HTTP/1.1" 200 596 0.062546 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1113 0.047800 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007587 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.22 - - [2025-03-31 02:37:20] "GET /network-policy/708fde03-3431-46a7-a6c0-a0cce17a69bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004598 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1007 0.008728 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002483 10.0.0.22 - - [2025-03-31 02:37:20] "PUT /access-control-list/d8d219f0-5bfa-4e5d-9f56-d6ba228ccaa2 HTTP/1.1" 200 272 0.014592 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1115 0.049208 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.002056 10.0.0.22 - - [2025-03-31 02:37:20] "POST /neutron/network HTTP/1.1" 200 1115 0.007029 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004442 10.0.0.22 - - [2025-03-31 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.22 - - [2025-03-31 02:37:20] "GET /network-policy/708fde03-3431-46a7-a6c0-a0cce17a69bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.037827 10.0.0.22 - - [2025-03-31 02:37:20] "POST /access-control-lists HTTP/1.1" 200 596 0.060241 10.0.0.22 - - [2025-03-31 02:37:20] "GET /domains HTTP/1.1" 401 292 0.002830 10.0.0.22 - - [2025-03-31 02:37:20] "POST /ref-update HTTP/1.1" 200 156 0.011899 10.0.0.22 - - [2025-03-31 02:37:20] "GET /domains HTTP/1.1" 200 280 0.022311 10.0.0.22 - - [2025-03-31 02:37:20] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.22 - - [2025-03-31 02:37:20] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.008442 10.0.0.22 - - [2025-03-31 02:37:20] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.22 - - [2025-03-31 02:37:20] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 2623 0.088045 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0 HTTP/1.1" 200 3502 0.006200 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0 HTTP/1.1" 200 3502 0.005326 10.0.0.22 - - [2025-03-31 02:37:20] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 200 1795 0.003813 10.0.0.22 - - [2025-03-31 02:37:20] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 200 1795 0.003708 10.0.0.22 - - [2025-03-31 02:37:20] "GET /route-target/04217ca4-f117-44d1-ada4-75063f879dd3 HTTP/1.1" 200 1211 0.003141 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0 HTTP/1.1" 200 3502 0.004679 10.0.0.22 - - [2025-03-31 02:37:20] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 200 1795 0.003593 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005005 10.0.0.22 - - [2025-03-31 02:37:20] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0 HTTP/1.1" 200 3502 0.005068 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 200 1795 0.003528 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 200 1795 0.003329 10.0.0.22 - - [2025-03-31 02:37:21] "GET /route-target/04217ca4-f117-44d1-ada4-75063f879dd3 HTTP/1.1" 200 1211 0.002774 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains HTTP/1.1" 200 280 0.002740 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.006801 10.0.0.22 - - [2025-03-31 02:37:21] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.22 - - [2025-03-31 02:37:21] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 2623 0.072535 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0 HTTP/1.1" 200 3502 0.004263 10.0.0.22 - - [2025-03-31 02:37:21] "GET /obj-perms HTTP/1.1" 200 5046 0.043498 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains HTTP/1.1" 200 280 0.002634 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.006428 10.0.0.22 - - [2025-03-31 02:37:21] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.22 - - [2025-03-31 02:37:21] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 2623 0.065020 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972 HTTP/1.1" 200 3507 0.006402 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972 HTTP/1.1" 200 3507 0.004731 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 200 1795 0.003215 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 200 1795 0.003215 10.0.0.22 - - [2025-03-31 02:37:21] "GET /route-target/6e982c8f-693a-4030-8c11-b9e50a023d54 HTTP/1.1" 200 1212 0.003251 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972 HTTP/1.1" 200 3507 0.004266 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 200 1795 0.003161 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004250 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972 HTTP/1.1" 200 3507 0.004685 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 200 1795 0.003164 10.0.0.22 - - [2025-03-31 02:37:21] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 200 1795 0.002848 10.0.0.22 - - [2025-03-31 02:37:21] "GET /route-target/6e982c8f-693a-4030-8c11-b9e50a023d54 HTTP/1.1" 200 1212 0.002595 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains HTTP/1.1" 200 280 0.002903 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.22 - - [2025-03-31 02:37:21] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.006581 10.0.0.22 - - [2025-03-31 02:37:21] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.22 - - [2025-03-31 02:37:21] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 2623 0.066271 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972 HTTP/1.1" 200 3507 0.004627 10.0.0.22 - - [2025-03-31 02:37:21] "GET /obj-perms HTTP/1.1" 200 5046 0.003221 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004964 10.0.0.22 - - [2025-03-31 02:37:21] "POST /neutron/network HTTP/1.1" 200 1115 0.007588 10.0.0.22 - - [2025-03-31 02:37:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004109 10.0.0.22 - - [2025-03-31 02:37:21] "POST /neutron/network HTTP/1.1" 200 1007 0.047366 10.0.0.22 - - [2025-03-31 02:37:21] "DELETE /access-control-list/5f497acb-631f-43f6-aeea-9fc7d8f7bde4 HTTP/1.1" 200 115 0.038714 10.0.0.22 - - [2025-03-31 02:37:21] "POST /neutron/network HTTP/1.1" 200 1007 0.014519 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/20b528ba-ae36-4399-9f82-f58c99fbf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008126 10.0.0.22 - - [2025-03-31 02:37:21] "POST /ref-update HTTP/1.1" 200 156 0.020262 10.0.0.22 - - [2025-03-31 02:37:21] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.009633 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 1113 0.007893 10.0.0.22 - - [2025-03-31 02:37:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002492 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 1005 0.050736 10.0.0.22 - - [2025-03-31 02:37:22] "DELETE /access-control-list/d8d219f0-5bfa-4e5d-9f56-d6ba228ccaa2 HTTP/1.1" 200 115 0.033706 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 1005 0.012186 10.0.0.22 - - [2025-03-31 02:37:22] "POST /ref-update HTTP/1.1" 200 156 0.017064 10.0.0.22 - - [2025-03-31 02:37:22] "GET /virtual-network/b80fa9f7-7695-4baf-9ba8-b75ace7d15e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011942 10.0.0.22 - - [2025-03-31 02:37:22] "DELETE /network-policy/708fde03-3431-46a7-a6c0-a0cce17a69bb HTTP/1.1" 200 115 0.028052 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 1007 0.007227 10.0.0.22 - - [2025-03-31 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004031 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001790 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002421 10.0.0.22 - - [2025-03-31 02:37:22] "DELETE /route-target/6e982c8f-693a-4030-8c11-b9e50a023d54 HTTP/1.1" 200 115 0.022997 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 151 0.094939 10.0.0.22 - - [2025-03-31 02:37:22] "GET /routing-instance/26a45630-8114-438e-a54f-1cf29c2e019e HTTP/1.1" 404 171 0.002734 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domains HTTP/1.1" 200 280 0.002182 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.050274 10.0.0.22 - - [2025-03-31 02:37:22] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.22 - - [2025-03-31 02:37:22] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 2143 0.066148 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 1005 0.007983 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.22 - - [2025-03-31 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001750 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002739 10.0.0.22 - - [2025-03-31 02:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001675 10.0.0.22 - - [2025-03-31 02:37:22] "POST /neutron/network HTTP/1.1" 200 151 0.090016 10.0.0.22 - - [2025-03-31 02:37:22] "DELETE /route-target/04217ca4-f117-44d1-ada4-75063f879dd3 HTTP/1.1" 200 115 0.022021 10.0.0.22 - - [2025-03-31 02:37:22] "GET /routing-instance/31db8f9b-b703-44a4-b621-9e416e32fc96 HTTP/1.1" 404 171 0.005440 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domains HTTP/1.1" 200 280 0.002241 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.22 - - [2025-03-31 02:37:22] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3149 0.048615 10.0.0.22 - - [2025-03-31 02:37:22] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.22 - - [2025-03-31 02:37:22] "GET /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 1898 0.072205 10.0.0.22 - - [2025-03-31 02:37:22] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001628 10.0.0.22 - - [2025-03-31 02:37:23] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.028001 10.0.0.22 - - [2025-03-31 02:37:23] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.22 - - [2025-03-31 02:37:23] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?fields=virtual_networks HTTP/1.1" 200 1046 0.065620 10.0.0.22 - - [2025-03-31 02:37:23] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.22 - - [2025-03-31 02:37:23] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.026812 10.0.0.22 - - [2025-03-31 02:37:23] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.22 - - [2025-03-31 02:37:23] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?fields=security_groups HTTP/1.1" 200 1280 0.023394 10.0.0.22 - - [2025-03-31 02:37:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.022853 10.0.0.22 - - [2025-03-31 02:37:24] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002408 10.0.0.22 - - [2025-03-31 02:37:24] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.22 - - [2025-03-31 02:37:24] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007758 10.0.0.22 - - [2025-03-31 02:37:24] "POST /id-to-fqname HTTP/1.1" 200 192 0.002776 10.0.0.22 - - [2025-03-31 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.003571 10.0.0.22 - - [2025-03-31 02:37:24] "POST /security-groups HTTP/1.1" 200 593 0.067962 10.0.0.22 - - [2025-03-31 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.005120 10.0.0.22 - - [2025-03-31 02:37:24] "POST /projects HTTP/1.1" 200 589 0.237422 10.0.0.22 - - [2025-03-31 02:37:24] "POST /access-control-lists HTTP/1.1" 200 598 0.058782 10.0.0.22 - - [2025-03-31 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.313850 10.0.0.22 - - [2025-03-31 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.006297 10.0.0.22 - - [2025-03-31 02:37:24] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.438063 10.0.0.22 - - [2025-03-31 02:37:24] "POST /access-control-lists HTTP/1.1" 200 596 0.063847 10.0.0.22 - - [2025-03-31 02:37:25] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.22 - - [2025-03-31 02:37:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.22 - - [2025-03-31 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.051776 10.0.0.22 - - [2025-03-31 02:37:26] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000943 10.0.0.22 - - [2025-03-31 02:37:26] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027602 10.0.0.22 - - [2025-03-31 02:37:26] "POST /neutron/network HTTP/1.1" 200 117 0.027336 10.0.0.22 - - [2025-03-31 02:37:26] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001279 10.0.0.22 - - [2025-03-31 02:37:26] "POST /neutron/network HTTP/1.1" 200 607 0.078947 10.0.0.22 - - [2025-03-31 02:37:26] "POST /route-targets HTTP/1.1" 200 327 0.009904 10.0.0.22 - - [2025-03-31 02:37:26] "POST /ref-update HTTP/1.1" 200 156 0.011147 10.0.0.22 - - [2025-03-31 02:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.22 - - [2025-03-31 02:37:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.196414 10.0.0.22 - - [2025-03-31 02:37:26] "POST /neutron/network HTTP/1.1" 200 825 0.005800 10.0.0.22 - - [2025-03-31 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.22 - - [2025-03-31 02:37:26] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004380 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.005573 10.0.0.22 - - [2025-03-31 02:37:27] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004397 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.005729 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.006367 10.0.0.22 - - [2025-03-31 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.22 - - [2025-03-31 02:37:27] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.22 - - [2025-03-31 02:37:27] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.028057 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 117 0.009287 10.0.0.22 - - [2025-03-31 02:37:27] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 607 0.070945 10.0.0.22 - - [2025-03-31 02:37:27] "POST /route-targets HTTP/1.1" 200 327 0.010747 10.0.0.22 - - [2025-03-31 02:37:27] "POST /ref-update HTTP/1.1" 200 156 0.011345 10.0.0.22 - - [2025-03-31 02:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004539 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.158386 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.005296 10.0.0.22 - - [2025-03-31 02:37:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001225 10.0.0.22 - - [2025-03-31 02:37:27] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004946 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.005694 10.0.0.22 - - [2025-03-31 02:37:27] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005317 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.006300 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.006575 10.0.0.22 - - [2025-03-31 02:37:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002859 10.0.0.22 - - [2025-03-31 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002013 10.0.0.22 - - [2025-03-31 02:37:27] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.22 - - [2025-03-31 02:37:27] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.029659 10.0.0.22 - - [2025-03-31 02:37:27] "POST /network-policys HTTP/1.1" 200 571 0.037983 10.0.0.22 - - [2025-03-31 02:37:27] "GET /network-policy/87a0ff57-ce05-4fbd-b221-518d742617b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006351 10.0.0.22 - - [2025-03-31 02:37:27] "POST /neutron/network HTTP/1.1" 200 825 0.005742 10.0.0.22 - - [2025-03-31 02:37:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.002782 10.0.0.22 - - [2025-03-31 02:37:28] "POST /neutron/network HTTP/1.1" 200 927 0.045632 10.0.0.22 - - [2025-03-31 02:37:28] "POST /neutron/network HTTP/1.1" 200 927 0.006413 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.039554 10.0.0.22 - - [2025-03-31 02:37:28] "POST /access-control-lists HTTP/1.1" 200 590 0.076174 10.0.0.22 - - [2025-03-31 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.22 - - [2025-03-31 02:37:28] "GET /network-policy/87a0ff57-ce05-4fbd-b221-518d742617b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003460 10.0.0.22 - - [2025-03-31 02:37:28] "POST /neutron/network HTTP/1.1" 200 825 0.005734 10.0.0.22 - - [2025-03-31 02:37:28] "POST /neutron/network HTTP/1.1" 200 927 0.093123 10.0.0.22 - - [2025-03-31 02:37:28] "PUT /access-control-list/6aa66d07-b292-48a9-b12f-85cd9523f6aa HTTP/1.1" 200 272 0.064026 10.0.0.22 - - [2025-03-31 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.003028 10.0.0.22 - - [2025-03-31 02:37:28] "POST /neutron/network HTTP/1.1" 200 927 0.006090 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005403 10.0.0.22 - - [2025-03-31 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.22 - - [2025-03-31 02:37:28] "GET /network-policy/87a0ff57-ce05-4fbd-b221-518d742617b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.036512 10.0.0.22 - - [2025-03-31 02:37:28] "POST /access-control-lists HTTP/1.1" 200 590 0.062282 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domains HTTP/1.1" 401 292 0.003205 10.0.0.22 - - [2025-03-31 02:37:28] "POST /ref-update HTTP/1.1" 200 156 0.011794 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domains HTTP/1.1" 200 280 0.026573 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3337 0.012204 10.0.0.22 - - [2025-03-31 02:37:28] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.22 - - [2025-03-31 02:37:28] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 2571 0.071941 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76 HTTP/1.1" 200 2887 0.005689 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76 HTTP/1.1" 200 2887 0.004395 10.0.0.22 - - [2025-03-31 02:37:28] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 200 1784 0.003324 10.0.0.22 - - [2025-03-31 02:37:28] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 200 1784 0.003497 10.0.0.22 - - [2025-03-31 02:37:28] "GET /route-target/053c8302-3573-4dd4-a6b4-4223a30f27fe HTTP/1.1" 200 1205 0.002592 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76 HTTP/1.1" 200 2887 0.004774 10.0.0.22 - - [2025-03-31 02:37:28] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 200 1784 0.003151 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006014 10.0.0.22 - - [2025-03-31 02:37:28] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76 HTTP/1.1" 200 2887 0.004430 10.0.0.22 - - [2025-03-31 02:37:28] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 200 1784 0.002759 10.0.0.22 - - [2025-03-31 02:37:28] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 200 1784 0.003210 10.0.0.22 - - [2025-03-31 02:37:28] "GET /route-target/053c8302-3573-4dd4-a6b4-4223a30f27fe HTTP/1.1" 200 1205 0.002503 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domains HTTP/1.1" 200 280 0.001931 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.22 - - [2025-03-31 02:37:28] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3337 0.006022 10.0.0.22 - - [2025-03-31 02:37:28] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.22 - - [2025-03-31 02:37:29] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 2571 0.064986 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76 HTTP/1.1" 200 2887 0.004794 10.0.0.22 - - [2025-03-31 02:37:29] "GET /obj-perms HTTP/1.1" 200 5034 0.042998 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domains HTTP/1.1" 200 280 0.002312 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3337 0.007655 10.0.0.22 - - [2025-03-31 02:37:29] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.22 - - [2025-03-31 02:37:29] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 2571 0.072567 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911 HTTP/1.1" 200 2888 0.006990 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911 HTTP/1.1" 200 2888 0.006092 10.0.0.22 - - [2025-03-31 02:37:29] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 200 1783 0.003320 10.0.0.22 - - [2025-03-31 02:37:29] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 200 1783 0.003062 10.0.0.22 - - [2025-03-31 02:37:29] "GET /route-target/0e265a51-79a6-4380-ab86-083bec984dfb HTTP/1.1" 200 1206 0.002557 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911 HTTP/1.1" 200 2888 0.004025 10.0.0.22 - - [2025-03-31 02:37:29] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 200 1783 0.002980 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004012 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911 HTTP/1.1" 200 2888 0.004361 10.0.0.22 - - [2025-03-31 02:37:29] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 200 1783 0.002737 10.0.0.22 - - [2025-03-31 02:37:29] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 200 1783 0.002899 10.0.0.22 - - [2025-03-31 02:37:29] "GET /route-target/0e265a51-79a6-4380-ab86-083bec984dfb HTTP/1.1" 200 1206 0.002720 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domains HTTP/1.1" 200 280 0.002849 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.22 - - [2025-03-31 02:37:29] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 3337 0.007235 10.0.0.22 - - [2025-03-31 02:37:29] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003204 10.0.0.22 - - [2025-03-31 02:37:29] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 2571 0.070436 10.0.0.22 - - [2025-03-31 02:37:29] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911 HTTP/1.1" 200 2888 0.004574 10.0.0.22 - - [2025-03-31 02:37:29] "GET /obj-perms HTTP/1.1" 200 5034 0.003197 10.0.0.22 - - [2025-03-31 02:37:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.22 - - [2025-03-31 02:37:29] "POST /neutron/network HTTP/1.1" 200 937 0.005379 10.0.0.22 - - [2025-03-31 02:37:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-03-31 02:37:30] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.22 - - [2025-03-31 02:37:30] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.22 - - [2025-03-31 02:37:30] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.22 - - [2025-03-31 02:37:30] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045913 10.0.0.22 - - [2025-03-31 02:37:30] "POST /neutron/network HTTP/1.1" 200 927 0.004472 10.0.0.22 - - [2025-03-31 02:37:30] "POST /neutron/port HTTP/1.1" 200 117 0.006341 10.0.0.22 - - [2025-03-31 02:37:30] "POST /neutron/port HTTP/1.1" 200 117 0.004291 10.0.0.22 - - [2025-03-31 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001160 10.0.0.22 - - [2025-03-31 02:37:30] "POST /neutron/port HTTP/1.1" 200 117 0.005018 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/network HTTP/1.1" 200 937 0.005772 10.0.0.22 - - [2025-03-31 02:37:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/network HTTP/1.1" 200 937 0.006495 10.0.0.22 - - [2025-03-31 02:37:31] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.22 - - [2025-03-31 02:37:31] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.22 - - [2025-03-31 02:37:31] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1061 0.203297 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1061 0.018841 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1061 0.010113 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1115 0.066339 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1089 0.017015 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003207 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.011723 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/network HTTP/1.1" 200 927 0.005376 10.0.0.22 - - [2025-03-31 02:37:31] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.22 - - [2025-03-31 02:37:31] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046213 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/network HTTP/1.1" 200 927 0.005874 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1089 0.022093 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008962 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 117 0.005752 10.0.0.22 - - [2025-03-31 02:37:31] "POST /neutron/port HTTP/1.1" 200 1089 0.014034 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006142 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/network HTTP/1.1" 200 937 0.008578 10.0.0.22 - - [2025-03-31 02:37:32] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001326 10.0.0.22 - - [2025-03-31 02:37:32] "PUT /access-control-list/b3fd33b6-4cec-44c1-b292-713eeafd8ddc HTTP/1.1" 200 272 0.016001 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 1061 0.233399 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 1061 0.011714 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 1061 0.008912 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 1115 0.075174 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016768 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003093 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.013064 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.22 - - [2025-03-31 02:37:32] "POST /neutron/network HTTP/1.1" 200 927 0.005796 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /project/9bfc979adc52444a969478b5afb82b4b HTTP/1.1" 404 173 0.014517 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /project/a7a0160d24224fe2a29fd5982cac7ea0 HTTP/1.1" 404 173 0.013726 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /project/de9eaa4bb350459e8a4dceb9e6a4fcb3 HTTP/1.1" 404 173 0.006318 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /project/7193d330813e4cb0871b77639e93232c HTTP/1.1" 404 173 0.002772 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.075418 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.088542 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.090546 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001723 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.171046 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?fields=security_groups HTTP/1.1" 200 1398 0.092207 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?fields=security_groups HTTP/1.1" 200 1347 0.101854 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?fields=security_groups HTTP/1.1" 200 1372 0.108004 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001499 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?fields=security_groups HTTP/1.1" 200 1385 0.085072 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /access-control-list/cce1e4be-889b-4221-a2c3-f901709d68a3 HTTP/1.1" 200 115 0.098299 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /security-group/1bf89284-119d-40b3-8023-f8da099bf1b2 HTTP/1.1" 200 115 0.236283 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=35ca0233-38f1-49ff-b3dd-9cf620e190e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /security-group/9e031a02-5ac2-43ca-baec-c501797e388b HTTP/1.1" 200 115 0.226630 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /security-group/09846ad2-a3f8-49e2-9e15-ef3956e185b4 HTTP/1.1" 200 115 0.209255 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001488 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6?fields=application_policy_sets HTTP/1.1" 200 1437 0.055892 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /access-control-list/80ad2759-7734-4ccb-a0d0-b82f2290ac9f HTTP/1.1" 200 115 0.086255 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=9bfc979a-dc52-444a-9694-78b5afb82b4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001557 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /security-group/95d152fa-275a-4555-93ac-b62a6bc8174a HTTP/1.1" 200 115 0.215746 10.0.0.22 - - [2025-03-31 02:37:33] "GET /projects?obj_uuids=7193d330-813e-4cb0-871b-77639e93232c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.22 - - [2025-03-31 02:37:33] "GET /project/9bfc979a-dc52-444a-9694-78b5afb82b4b?fields=application_policy_sets HTTP/1.1" 200 1411 0.066638 10.0.0.22 - - [2025-03-31 02:37:33] "DELETE /access-control-list/51bc6abe-b1c8-46d2-9082-076842657178 HTTP/1.1" 200 115 0.061099 10.0.0.22 - - [2025-03-31 02:37:34] "GET /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3?fields=application_policy_sets HTTP/1.1" 200 1386 0.115083 10.0.0.22 - - [2025-03-31 02:37:34] "GET /project/7193d330-813e-4cb0-871b-77639e93232c?fields=application_policy_sets HTTP/1.1" 200 1424 0.098734 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /access-control-list/a69c4671-fba4-4f14-a2fd-ce3eff40d5fc HTTP/1.1" 200 115 0.064363 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /access-control-list/55a46508-a9b9-47c0-a43d-efddd80f3c28 HTTP/1.1" 200 115 0.046247 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /project/35ca0233-38f1-49ff-b3dd-9cf620e190e6 HTTP/1.1" 200 115 0.780299 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /access-control-list/5188f315-9d05-4c12-9020-08b571260920 HTTP/1.1" 200 115 0.039973 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /project/9bfc979a-dc52-444a-9694-78b5afb82b4b HTTP/1.1" 200 115 0.803477 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /project/de9eaa4b-b350-459e-8a4d-ceb9e6a4fcb3 HTTP/1.1" 200 115 0.828390 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /access-control-list/bf8a9be8-626d-4429-bcbb-4f6d80629f50 HTTP/1.1" 200 115 0.020504 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /project/7193d330-813e-4cb0-871b-77639e93232c HTTP/1.1" 200 115 0.821121 10.0.0.22 - - [2025-03-31 02:37:34] "DELETE /access-control-list/6d40eccf-a681-4a3a-8b2e-50a5611f576b HTTP/1.1" 200 115 0.032374 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/port HTTP/1.1" 200 1089 0.018252 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006634 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/port HTTP/1.1" 200 1089 0.019156 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006334 10.0.0.22 - - [2025-03-31 02:37:37] "GET /obj-perms HTTP/1.1" 200 5056 0.052146 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/port HTTP/1.1" 200 1089 0.014394 10.0.0.22 - - [2025-03-31 02:37:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006107 10.0.0.22 - - [2025-03-31 02:37:37] "GET /virtual-machine/594a395c-af1c-4870-b684-b34bf3ac78dc HTTP/1.1" 200 1294 0.004461 10.0.0.22 - - [2025-03-31 02:37:37] "GET /virtual-machine-interface/ca7e0560-dc0b-4724-a65c-7a79f3d1b3e6 HTTP/1.1" 200 2951 0.005215 10.0.0.22 - - [2025-03-31 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.22 - - [2025-03-31 02:37:37] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002702 10.0.0.22 - - [2025-03-31 02:37:37] "GET /virtual-networks?parent_id=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002903 10.0.0.22 - - [2025-03-31 02:37:37] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007132 10.0.0.22 - - [2025-03-31 02:37:37] "GET /obj-perms HTTP/1.1" 200 5056 0.046180 10.0.0.22 - - [2025-03-31 02:37:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014956 10.0.0.22 - - [2025-03-31 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005986 10.0.0.22 - - [2025-03-31 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-03-31 02:37:40] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004735 10.0.0.22 - - [2025-03-31 02:37:41] "POST /neutron/port HTTP/1.1" 200 1089 0.019628 10.0.0.22 - - [2025-03-31 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006158 10.0.0.22 - - [2025-03-31 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.22 - - [2025-03-31 02:37:42] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002954 10.0.0.22 - - [2025-03-31 02:37:42] "GET /virtual-networks?parent_id=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002979 10.0.0.22 - - [2025-03-31 02:37:42] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005254 10.0.0.22 - - [2025-03-31 02:37:42] "POST /neutron/port HTTP/1.1" 200 1089 0.016778 10.0.0.22 - - [2025-03-31 02:37:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006037 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015817 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005778 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.014929 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005313 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015072 10.0.0.22 - - [2025-03-31 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005682 10.0.0.22 - - [2025-03-31 02:37:48] "GET /virtual-machine/af1e7ab9-21bf-4ae2-81cf-79cb3af70f00 HTTP/1.1" 200 1294 0.005516 10.0.0.22 - - [2025-03-31 02:37:48] "GET /virtual-machine-interface/93b0448d-9629-46e7-a16c-9ac5568ac1a4 HTTP/1.1" 200 2951 0.005068 10.0.0.22 - - [2025-03-31 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.22 - - [2025-03-31 02:37:48] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002590 10.0.0.22 - - [2025-03-31 02:37:48] "GET /virtual-networks?parent_id=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003074 10.0.0.22 - - [2025-03-31 02:37:48] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005003 10.0.0.22 - - [2025-03-31 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.22 - - [2025-03-31 02:37:49] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003446 10.0.0.22 - - [2025-03-31 02:37:49] "GET /virtual-networks?parent_id=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003609 10.0.0.22 - - [2025-03-31 02:37:49] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005106 10.0.0.22 - - [2025-03-31 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.22 - - [2025-03-31 02:37:53] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.22 - - [2025-03-31 02:37:53] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034489 10.0.0.22 - - [2025-03-31 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.22 - - [2025-03-31 02:37:54] "PUT /network-policy/87a0ff57-ce05-4fbd-b221-518d742617b6 HTTP/1.1" 200 262 0.009883 10.0.0.22 - - [2025-03-31 02:37:54] "PUT /access-control-list/6aa66d07-b292-48a9-b12f-85cd9523f6aa HTTP/1.1" 200 272 0.050072 10.0.0.22 - - [2025-03-31 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.013335 10.0.0.22 - - [2025-03-31 02:37:54] "PUT /access-control-list/b3fd33b6-4cec-44c1-b292-713eeafd8ddc HTTP/1.1" 200 272 0.056861 10.0.0.22 - - [2025-03-31 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.011622 10.0.0.22 - - [2025-03-31 02:37:57] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006895 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 927 0.007638 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 825 0.052280 10.0.0.22 - - [2025-03-31 02:37:57] "DELETE /access-control-list/b3fd33b6-4cec-44c1-b292-713eeafd8ddc HTTP/1.1" 200 115 0.040526 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 825 0.005377 10.0.0.22 - - [2025-03-31 02:37:57] "GET /virtual-network/a16cbd45-af30-43fc-8181-ce48e85b0911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004460 10.0.0.22 - - [2025-03-31 02:37:57] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004578 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 927 0.005520 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 825 0.075318 10.0.0.22 - - [2025-03-31 02:37:57] "DELETE /access-control-list/6aa66d07-b292-48a9-b12f-85cd9523f6aa HTTP/1.1" 200 115 0.056121 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 825 0.012678 10.0.0.22 - - [2025-03-31 02:37:57] "GET /virtual-network/2c0e0d08-0c34-448f-baee-5980766eec76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006574 10.0.0.22 - - [2025-03-31 02:37:57] "DELETE /network-policy/87a0ff57-ce05-4fbd-b221-518d742617b6 HTTP/1.1" 200 115 0.025074 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 200 825 0.005863 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/network HTTP/1.1" 400 204 0.017405 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/port HTTP/1.1" 200 1089 0.018192 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/port HTTP/1.1" 200 1115 0.016461 10.0.0.22 - - [2025-03-31 02:37:57] "POST /neutron/port HTTP/1.1" 200 1089 0.030024 10.0.0.22 - - [2025-03-31 02:37:58] "POST /neutron/port HTTP/1.1" 200 1115 0.016393 10.0.0.22 - - [2025-03-31 02:37:58] "POST /neutron/port HTTP/1.1" 200 151 0.199763 10.0.0.22 - - [2025-03-31 02:37:58] "POST /neutron/port HTTP/1.1" 200 151 0.172048 10.0.0.22 - - [2025-03-31 02:37:59] "POST /neutron/network HTTP/1.1" 200 825 0.006367 10.0.0.22 - - [2025-03-31 02:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.22 - - [2025-03-31 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.22 - - [2025-03-31 02:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.22 - - [2025-03-31 02:37:59] "POST /neutron/network HTTP/1.1" 200 151 0.073917 10.0.0.22 - - [2025-03-31 02:37:59] "DELETE /route-target/0e265a51-79a6-4380-ab86-083bec984dfb HTTP/1.1" 200 115 0.015525 10.0.0.22 - - [2025-03-31 02:37:59] "GET /routing-instance/6eff2d59-168a-4fde-906b-fd3c3fb00810 HTTP/1.1" 404 171 0.002925 10.0.0.22 - - [2025-03-31 02:37:59] "GET /domains HTTP/1.1" 200 280 0.002053 10.0.0.22 - - [2025-03-31 02:37:59] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.22 - - [2025-03-31 02:38:00] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2575 0.052632 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002115 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 2103 0.068298 10.0.0.22 - - [2025-03-31 02:38:00] "POST /neutron/network HTTP/1.1" 200 825 0.005891 10.0.0.22 - - [2025-03-31 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004211 10.0.0.22 - - [2025-03-31 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.22 - - [2025-03-31 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003807 10.0.0.22 - - [2025-03-31 02:38:00] "POST /neutron/network HTTP/1.1" 200 151 0.082945 10.0.0.22 - - [2025-03-31 02:38:00] "DELETE /route-target/053c8302-3573-4dd4-a6b4-4223a30f27fe HTTP/1.1" 200 115 0.019373 10.0.0.22 - - [2025-03-31 02:38:00] "GET /routing-instance/a0c2092b-dd99-4967-99b8-b15882bf0fc3 HTTP/1.1" 404 171 0.002697 10.0.0.22 - - [2025-03-31 02:38:00] "GET /domains HTTP/1.1" 200 280 0.002064 10.0.0.22 - - [2025-03-31 02:38:00] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.22 - - [2025-03-31 02:38:00] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2575 0.049646 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 1864 0.073064 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030847 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?fields=virtual_networks HTTP/1.1" 200 1036 0.069274 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.030449 10.0.0.22 - - [2025-03-31 02:38:00] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.22 - - [2025-03-31 02:38:00] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?fields=security_groups HTTP/1.1" 200 1264 0.026197 10.0.0.22 - - [2025-03-31 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.025974 10.0.0.22 - - [2025-03-31 02:38:01] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.22 - - [2025-03-31 02:38:01] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.22 - - [2025-03-31 02:38:01] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006994 10.0.0.22 - - [2025-03-31 02:38:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.001161 10.0.0.22 - - [2025-03-31 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.005435 10.0.0.22 - - [2025-03-31 02:38:01] "POST /security-groups HTTP/1.1" 200 589 0.067672 10.0.0.22 - - [2025-03-31 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.002513 10.0.0.22 - - [2025-03-31 02:38:02] "POST /projects HTTP/1.1" 200 581 0.221681 10.0.0.22 - - [2025-03-31 02:38:02] "POST /access-control-lists HTTP/1.1" 200 594 0.058503 10.0.0.22 - - [2025-03-31 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.289815 10.0.0.22 - - [2025-03-31 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.002628 10.0.0.22 - - [2025-03-31 02:38:02] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.418702 10.0.0.22 - - [2025-03-31 02:38:02] "POST /access-control-lists HTTP/1.1" 200 592 0.059914 10.0.0.22 - - [2025-03-31 02:38:03] "GET / HTTP/1.1" 200 35931 0.001468 10.0.0.22 - - [2025-03-31 02:38:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2025-03-31 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.054537 10.0.0.22 - - [2025-03-31 02:38:04] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.22 - - [2025-03-31 02:38:04] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024783 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/network HTTP/1.1" 200 117 0.027161 10.0.0.22 - - [2025-03-31 02:38:04] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/network HTTP/1.1" 200 613 0.068136 10.0.0.22 - - [2025-03-31 02:38:04] "POST /route-targets HTTP/1.1" 200 327 0.009724 10.0.0.22 - - [2025-03-31 02:38:04] "POST /ref-update HTTP/1.1" 200 156 0.010459 10.0.0.22 - - [2025-03-31 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003497 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.212564 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/network HTTP/1.1" 200 831 0.004983 10.0.0.22 - - [2025-03-31 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001701 10.0.0.22 - - [2025-03-31 02:38:04] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004686 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/network HTTP/1.1" 200 831 0.005731 10.0.0.22 - - [2025-03-31 02:38:04] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004471 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/network HTTP/1.1" 200 831 0.006599 10.0.0.22 - - [2025-03-31 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.008629 10.0.0.22 - - [2025-03-31 02:38:04] "GET /domains HTTP/1.1" 401 292 0.000397 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domains HTTP/1.1" 200 280 0.022420 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.008608 10.0.0.22 - - [2025-03-31 02:38:05] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.22 - - [2025-03-31 02:38:05] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2080 0.076396 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d HTTP/1.1" 200 2315 0.007382 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d HTTP/1.1" 200 2315 0.006234 10.0.0.22 - - [2025-03-31 02:38:05] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 200 1494 0.003688 10.0.0.22 - - [2025-03-31 02:38:05] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 200 1494 0.003953 10.0.0.22 - - [2025-03-31 02:38:05] "GET /route-target/ac75520b-8629-4b88-b5e8-1aa2087a1b4e HTTP/1.1" 200 1213 0.004773 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d HTTP/1.1" 200 2315 0.005845 10.0.0.22 - - [2025-03-31 02:38:05] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 200 1494 0.003418 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004932 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d HTTP/1.1" 200 2315 0.005760 10.0.0.22 - - [2025-03-31 02:38:05] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 200 1494 0.003616 10.0.0.22 - - [2025-03-31 02:38:05] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 200 1494 0.003434 10.0.0.22 - - [2025-03-31 02:38:05] "GET /route-target/ac75520b-8629-4b88-b5e8-1aa2087a1b4e HTTP/1.1" 200 1213 0.003389 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domains HTTP/1.1" 200 280 0.002905 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.22 - - [2025-03-31 02:38:05] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.008919 10.0.0.22 - - [2025-03-31 02:38:05] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.22 - - [2025-03-31 02:38:05] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2080 0.070235 10.0.0.22 - - [2025-03-31 02:38:05] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d HTTP/1.1" 200 2315 0.004858 10.0.0.22 - - [2025-03-31 02:38:05] "GET /obj-perms HTTP/1.1" 200 5026 0.045792 10.0.0.22 - - [2025-03-31 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.22 - - [2025-03-31 02:38:05] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.22 - - [2025-03-31 02:38:05] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025182 10.0.0.22 - - [2025-03-31 02:38:05] "POST /neutron/network HTTP/1.1" 200 117 0.011822 10.0.0.22 - - [2025-03-31 02:38:05] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.22 - - [2025-03-31 02:38:05] "POST /neutron/network HTTP/1.1" 200 613 0.064155 10.0.0.22 - - [2025-03-31 02:38:05] "POST /route-targets HTTP/1.1" 200 327 0.010332 10.0.0.22 - - [2025-03-31 02:38:05] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.22 - - [2025-03-31 02:38:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002688 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.196550 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/network HTTP/1.1" 200 833 0.004987 10.0.0.22 - - [2025-03-31 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001100 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004331 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/network HTTP/1.1" 200 833 0.004922 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005297 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/network HTTP/1.1" 200 833 0.005331 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006281 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domains HTTP/1.1" 200 280 0.002199 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.010116 10.0.0.22 - - [2025-03-31 02:38:06] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.22 - - [2025-03-31 02:38:06] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2298 0.067039 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40 HTTP/1.1" 200 2322 0.006006 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40 HTTP/1.1" 200 2322 0.004414 10.0.0.22 - - [2025-03-31 02:38:06] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 200 1492 0.003160 10.0.0.22 - - [2025-03-31 02:38:06] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 200 1492 0.002985 10.0.0.22 - - [2025-03-31 02:38:06] "GET /route-target/d9efe6cf-8d2e-45dc-83ad-63421f951036 HTTP/1.1" 200 1212 0.002748 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40 HTTP/1.1" 200 2322 0.004008 10.0.0.22 - - [2025-03-31 02:38:06] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 200 1492 0.002555 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004102 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40 HTTP/1.1" 200 2322 0.005302 10.0.0.22 - - [2025-03-31 02:38:06] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 200 1492 0.003730 10.0.0.22 - - [2025-03-31 02:38:06] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 200 1492 0.002753 10.0.0.22 - - [2025-03-31 02:38:06] "GET /route-target/d9efe6cf-8d2e-45dc-83ad-63421f951036 HTTP/1.1" 200 1212 0.007039 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domains HTTP/1.1" 200 280 0.003377 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.22 - - [2025-03-31 02:38:06] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.007710 10.0.0.22 - - [2025-03-31 02:38:06] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.22 - - [2025-03-31 02:38:06] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2298 0.067450 10.0.0.22 - - [2025-03-31 02:38:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40 HTTP/1.1" 200 2322 0.004504 10.0.0.22 - - [2025-03-31 02:38:06] "GET /obj-perms HTTP/1.1" 200 5026 0.003001 10.0.0.22 - - [2025-03-31 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.22 - - [2025-03-31 02:38:06] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.22 - - [2025-03-31 02:38:06] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021706 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/network HTTP/1.1" 200 117 0.009377 10.0.0.22 - - [2025-03-31 02:38:06] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/network HTTP/1.1" 200 615 0.060195 10.0.0.22 - - [2025-03-31 02:38:06] "POST /ref-update HTTP/1.1" 200 156 0.010914 10.0.0.22 - - [2025-03-31 02:38:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001899 10.0.0.22 - - [2025-03-31 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.165531 10.0.0.22 - - [2025-03-31 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.005294 10.0.0.22 - - [2025-03-31 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001053 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004262 10.0.0.22 - - [2025-03-31 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.005389 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004617 10.0.0.22 - - [2025-03-31 02:38:07] "POST /neutron/network HTTP/1.1" 200 833 0.005646 10.0.0.22 - - [2025-03-31 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.006408 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domains HTTP/1.1" 200 280 0.002250 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.007709 10.0.0.22 - - [2025-03-31 02:38:07] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.22 - - [2025-03-31 02:38:07] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2517 0.068701 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1 HTTP/1.1" 200 2320 0.006996 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1 HTTP/1.1" 200 2320 0.005033 10.0.0.22 - - [2025-03-31 02:38:07] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 200 1497 0.003725 10.0.0.22 - - [2025-03-31 02:38:07] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 200 1497 0.004097 10.0.0.22 - - [2025-03-31 02:38:07] "GET /route-target/3ab3a1cd-bed1-4edf-a8ef-0c158fed7d6a HTTP/1.1" 200 1214 0.003454 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1 HTTP/1.1" 200 2320 0.005132 10.0.0.22 - - [2025-03-31 02:38:07] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 200 1497 0.003684 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004983 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1 HTTP/1.1" 200 2320 0.005646 10.0.0.22 - - [2025-03-31 02:38:07] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 200 1497 0.003460 10.0.0.22 - - [2025-03-31 02:38:07] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 200 1497 0.003438 10.0.0.22 - - [2025-03-31 02:38:07] "GET /route-target/3ab3a1cd-bed1-4edf-a8ef-0c158fed7d6a HTTP/1.1" 200 1214 0.003268 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domains HTTP/1.1" 200 280 0.002465 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.22 - - [2025-03-31 02:38:07] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2759 0.007269 10.0.0.22 - - [2025-03-31 02:38:07] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001366 10.0.0.22 - - [2025-03-31 02:38:07] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2517 0.072875 10.0.0.22 - - [2025-03-31 02:38:07] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1 HTTP/1.1" 200 2320 0.004962 10.0.0.22 - - [2025-03-31 02:38:07] "GET /obj-perms HTTP/1.1" 200 5026 0.003026 10.0.0.22 - - [2025-03-31 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001401 10.0.0.22 - - [2025-03-31 02:38:07] "POST /neutron/network HTTP/1.1" 200 843 0.005477 10.0.0.22 - - [2025-03-31 02:38:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-03-31 02:38:08] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.22 - - [2025-03-31 02:38:08] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-03-31 02:38:08] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.22 - - [2025-03-31 02:38:08] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046589 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/network HTTP/1.1" 200 833 0.005928 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.004676 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.22 - - [2025-03-31 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001383 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.004994 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/network HTTP/1.1" 200 843 0.006585 10.0.0.22 - - [2025-03-31 02:38:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-03-31 02:38:08] "POST /neutron/network HTTP/1.1" 200 843 0.005456 10.0.0.22 - - [2025-03-31 02:38:08] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.22 - - [2025-03-31 02:38:09] "GET / HTTP/1.1" 200 35931 0.002579 10.0.0.22 - - [2025-03-31 02:38:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001154 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1059 0.201181 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1059 0.010437 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1059 0.009853 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1113 0.053096 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1087 0.014975 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003256 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.009926 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/network HTTP/1.1" 200 833 0.005627 10.0.0.22 - - [2025-03-31 02:38:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.22 - - [2025-03-31 02:38:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058255 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/network HTTP/1.1" 200 833 0.006778 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 1087 0.023859 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008621 10.0.0.22 - - [2025-03-31 02:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.004672 10.0.0.22 - - [2025-03-31 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.006492 10.0.0.22 - - [2025-03-31 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.22 - - [2025-03-31 02:38:09] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.22 - - [2025-03-31 02:38:09] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007246 10.0.0.22 - - [2025-03-31 02:38:09] "POST /service-templates HTTP/1.1" 200 543 0.027166 10.0.0.22 - - [2025-03-31 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.22 - - [2025-03-31 02:38:09] "GET /service-template/3593c4c9-f028-4b79-bf58-943526261dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005285 10.0.0.22 - - [2025-03-31 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/network HTTP/1.1" 200 843 0.006124 10.0.0.22 - - [2025-03-31 02:38:10] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.22 - - [2025-03-31 02:38:10] "GET /service-template/3593c4c9-f028-4b79-bf58-943526261dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005698 10.0.0.22 - - [2025-03-31 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001331 10.0.0.22 - - [2025-03-31 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001308 10.0.0.22 - - [2025-03-31 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001266 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 1057 0.320725 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 2002 0.024182 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 1057 0.013079 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009809 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 1057 0.011873 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 1111 0.063417 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 1085 0.018650 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.012124 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.22 - - [2025-03-31 02:38:10] "POST /neutron/network HTTP/1.1" 200 833 0.007257 10.0.0.22 - - [2025-03-31 02:38:11] "POST /neutron/network HTTP/1.1" 200 2222 0.017478 10.0.0.22 - - [2025-03-31 02:38:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-03-31 02:38:11] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.22 - - [2025-03-31 02:38:11] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-03-31 02:38:11] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.22 - - [2025-03-31 02:38:11] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052188 10.0.0.22 - - [2025-03-31 02:38:11] "POST /neutron/network HTTP/1.1" 200 831 0.005268 10.0.0.22 - - [2025-03-31 02:38:11] "POST /neutron/network HTTP/1.1" 200 833 0.005027 10.0.0.22 - - [2025-03-31 02:38:11] "POST /neutron/network HTTP/1.1" 200 833 0.005645 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/port HTTP/1.1" 200 2056 0.021811 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006115 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.005543 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.006144 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/network HTTP/1.1" 200 2222 0.021487 10.0.0.22 - - [2025-03-31 02:38:12] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001669 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/port HTTP/1.1" 200 1057 0.263785 10.0.0.22 - - [2025-03-31 02:38:12] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.22 - - [2025-03-31 02:38:12] "POST /neutron/port HTTP/1.1" 200 1059 0.200810 10.0.0.22 - - [2025-03-31 02:38:12] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1057 0.225192 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1057 0.009125 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1057 0.008260 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1111 0.072422 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1059 0.009110 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1059 0.008083 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1113 0.070791 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1057 0.008954 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1057 0.008590 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 1111 0.060821 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 3024 0.028282 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003216 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.011486 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/network HTTP/1.1" 200 831 0.005815 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006473 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.010835 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/network HTTP/1.1" 200 833 0.006412 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.012505 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.22 - - [2025-03-31 02:38:13] "POST /neutron/network HTTP/1.1" 200 833 0.006484 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.020507 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006545 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.024512 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006161 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.023397 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006701 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.029014 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007343 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 1087 0.018627 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/port HTTP/1.1" 200 3024 0.022021 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005179 10.0.0.22 - - [2025-03-31 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005271 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-machine/ff7a20da-3213-4fb8-86e4-e620a4cb8936 HTTP/1.1" 200 1802 0.007953 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85 HTTP/1.1" 200 2949 0.004751 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa HTTP/1.1" 200 2946 0.005081 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b HTTP/1.1" 200 2946 0.004734 10.0.0.22 - - [2025-03-31 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.22 - - [2025-03-31 02:38:17] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005225 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003910 10.0.0.22 - - [2025-03-31 02:38:17] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005641 10.0.0.22 - - [2025-03-31 02:38:19] "POST /neutron/port HTTP/1.1" 200 1085 0.022806 10.0.0.22 - - [2025-03-31 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006702 10.0.0.22 - - [2025-03-31 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.22 - - [2025-03-31 02:38:21] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004608 10.0.0.22 - - [2025-03-31 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.22 - - [2025-03-31 02:38:25] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005099 10.0.0.22 - - [2025-03-31 02:38:28] "POST /neutron/port HTTP/1.1" 200 1087 0.017098 10.0.0.22 - - [2025-03-31 02:38:28] "POST /neutron/port HTTP/1.1" 200 1087 0.016422 10.0.0.22 - - [2025-03-31 02:38:28] "POST /neutron/network HTTP/1.1" 200 843 0.009168 10.0.0.22 - - [2025-03-31 02:38:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004145 10.0.0.22 - - [2025-03-31 02:38:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.012872 10.0.0.22 - - [2025-03-31 02:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.22 - - [2025-03-31 02:38:29] "POST /neutron/network HTTP/1.1" 200 833 0.006809 10.0.0.22 - - [2025-03-31 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.22 - - [2025-03-31 02:38:29] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004723 10.0.0.22 - - [2025-03-31 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.22 - - [2025-03-31 02:38:33] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003083 10.0.0.22 - - [2025-03-31 02:38:33] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002899 10.0.0.22 - - [2025-03-31 02:38:33] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005073 10.0.0.22 - - [2025-03-31 02:38:33] "POST /neutron/port HTTP/1.1" 200 3024 0.019499 10.0.0.22 - - [2025-03-31 02:38:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005121 10.0.0.22 - - [2025-03-31 02:38:34] "DELETE /project/ab27c0a024b14837ae7d935cd05f0a64 HTTP/1.1" 404 173 0.004258 10.0.0.22 - - [2025-03-31 02:38:34] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.22 - - [2025-03-31 02:38:34] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.029324 10.0.0.22 - - [2025-03-31 02:38:34] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.22 - - [2025-03-31 02:38:34] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?fields=security_groups HTTP/1.1" 200 1369 0.073119 10.0.0.22 - - [2025-03-31 02:38:34] "DELETE /security-group/27360647-5c00-4d01-ae9d-ea54414c1dd6 HTTP/1.1" 200 115 0.042696 10.0.0.22 - - [2025-03-31 02:38:34] "GET /projects?obj_uuids=a7a0160d-2422-4fe2-a29f-d5982cac7ea0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.22 - - [2025-03-31 02:38:34] "DELETE /access-control-list/88aa276a-4c91-4a47-8984-52b41d12489d HTTP/1.1" 200 115 0.032149 10.0.0.22 - - [2025-03-31 02:38:34] "GET /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0?fields=application_policy_sets HTTP/1.1" 200 1408 0.027555 10.0.0.22 - - [2025-03-31 02:38:34] "DELETE /access-control-list/f4128528-294f-4230-afd5-41ca0634ae47 HTTP/1.1" 200 115 0.019634 10.0.0.22 - - [2025-03-31 02:38:34] "DELETE /project/a7a0160d-2422-4fe2-a29f-d5982cac7ea0 HTTP/1.1" 200 115 0.329773 10.0.0.22 - - [2025-03-31 02:38:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047962 10.0.0.22 - - [2025-03-31 02:38:38] "GET /obj-perms HTTP/1.1" 200 5056 0.041929 10.0.0.22 - - [2025-03-31 02:38:38] "POST /neutron/port HTTP/1.1" 200 3024 0.018853 10.0.0.22 - - [2025-03-31 02:38:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005808 10.0.0.22 - - [2025-03-31 02:38:42] "POST /neutron/port HTTP/1.1" 200 3024 0.020078 10.0.0.22 - - [2025-03-31 02:38:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005553 10.0.0.22 - - [2025-03-31 02:38:43] "POST /neutron/port HTTP/1.1" 200 3024 0.020589 10.0.0.22 - - [2025-03-31 02:38:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009265 10.0.0.22 - - [2025-03-31 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.22 - - [2025-03-31 02:38:49] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002849 10.0.0.22 - - [2025-03-31 02:38:49] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002852 10.0.0.22 - - [2025-03-31 02:38:49] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005348 10.0.0.22 - - [2025-03-31 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.22 - - [2025-03-31 02:38:49] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003404 10.0.0.22 - - [2025-03-31 02:38:49] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003108 10.0.0.22 - - [2025-03-31 02:38:49] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006084 10.0.0.22 - - [2025-03-31 02:38:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002610 10.0.0.22 - - [2025-03-31 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.22 - - [2025-03-31 02:38:49] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.22 - - [2025-03-31 02:38:49] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022201 10.0.0.22 - - [2025-03-31 02:38:49] "POST /service-instances HTTP/1.1" 200 543 0.069395 10.0.0.22 - - [2025-03-31 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.22 - - [2025-03-31 02:38:50] "GET /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005221 10.0.0.22 - - [2025-03-31 02:38:50] "POST /port-tuples HTTP/1.1" 200 586 0.027455 10.0.0.22 - - [2025-03-31 02:38:50] "GET /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005251 10.0.0.22 - - [2025-03-31 02:38:50] "PUT /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa HTTP/1.1" 200 284 0.010501 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.010019 10.0.0.22 - - [2025-03-31 02:38:50] "POST /instance-ips HTTP/1.1" 200 385 0.023702 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.011721 10.0.0.22 - - [2025-03-31 02:38:50] "GET /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005510 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.013401 10.0.0.22 - - [2025-03-31 02:38:50] "PUT /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b HTTP/1.1" 200 284 0.016193 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003027 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.22 - - [2025-03-31 02:38:50] "GET /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006236 10.0.0.22 - - [2025-03-31 02:38:50] "POST /instance-ips HTTP/1.1" 200 385 0.027362 10.0.0.22 - - [2025-03-31 02:38:50] "PUT /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85 HTTP/1.1" 200 284 0.013148 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.012960 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002699 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/port HTTP/1.1" 200 1087 0.013606 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007042 10.0.0.22 - - [2025-03-31 02:38:50] "POST /instance-ips HTTP/1.1" 200 373 0.017054 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/port HTTP/1.1" 200 1087 0.016363 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.009897 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006490 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-update HTTP/1.1" 200 156 0.011913 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/port HTTP/1.1" 200 1087 0.024149 10.0.0.22 - - [2025-03-31 02:38:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006116 10.0.0.22 - - [2025-03-31 02:38:50] "GET /virtual-machine/aeb692aa-6c4b-468f-b75b-27f9e5168754 HTTP/1.1" 200 1291 0.005690 10.0.0.22 - - [2025-03-31 02:38:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-03-31 02:38:50] "GET /virtual-machine-interface/d055bed9-4de7-4d18-8c79-d2816bc98e47 HTTP/1.1" 200 2946 0.005742 10.0.0.22 - - [2025-03-31 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-03-31 02:38:50] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002894 10.0.0.22 - - [2025-03-31 02:38:50] "POST /instance-ips HTTP/1.1" 200 373 0.013648 10.0.0.22 - - [2025-03-31 02:38:51] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002794 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.009524 10.0.0.22 - - [2025-03-31 02:38:51] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005032 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.007617 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003035 10.0.0.22 - - [2025-03-31 02:38:51] "POST /instance-ips HTTP/1.1" 200 375 0.014616 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002711 10.0.0.22 - - [2025-03-31 02:38:51] "POST /instance-ips HTTP/1.1" 200 375 0.015246 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.008496 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-update HTTP/1.1" 200 156 0.008746 10.0.0.22 - - [2025-03-31 02:38:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003233 10.0.0.22 - - [2025-03-31 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.22 - - [2025-03-31 02:38:52] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004380 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003858 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007866 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/port HTTP/1.1" 200 1085 0.014798 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006810 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/port HTTP/1.1" 200 1085 0.014183 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006954 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/port HTTP/1.1" 200 1085 0.015637 10.0.0.22 - - [2025-03-31 02:38:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005357 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-machine/c6286aa1-dc98-40ee-b055-c5f6e3256b8b HTTP/1.1" 200 1291 0.003721 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-machine-interface/78003201-fd80-46b7-879b-d3aea8054ce6 HTTP/1.1" 200 2947 0.004222 10.0.0.22 - - [2025-03-31 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.22 - - [2025-03-31 02:38:52] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002630 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003021 10.0.0.22 - - [2025-03-31 02:38:52] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005583 10.0.0.22 - - [2025-03-31 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-03-31 02:38:53] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002722 10.0.0.22 - - [2025-03-31 02:38:54] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003551 10.0.0.22 - - [2025-03-31 02:38:54] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005276 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.002784 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.22 - - [2025-03-31 02:38:54] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.22 - - [2025-03-31 02:38:54] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037389 10.0.0.22 - - [2025-03-31 02:38:54] "POST /network-policys HTTP/1.1" 200 547 0.026433 10.0.0.22 - - [2025-03-31 02:38:54] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004184 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.22 - - [2025-03-31 02:38:54] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005115 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.22 - - [2025-03-31 02:38:54] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003621 10.0.0.22 - - [2025-03-31 02:38:54] "POST /ref-update HTTP/1.1" 200 156 0.029299 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2025-03-31 02:38:54] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003665 10.0.0.22 - - [2025-03-31 02:38:54] "POST /neutron/network HTTP/1.1" 200 921 0.007114 10.0.0.22 - - [2025-03-31 02:38:54] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006425 10.0.0.22 - - [2025-03-31 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.22 - - [2025-03-31 02:38:55] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004854 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.22 - - [2025-03-31 02:38:55] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006509 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.22 - - [2025-03-31 02:38:55] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003590 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002547 10.0.0.22 - - [2025-03-31 02:38:55] "POST /access-control-lists HTTP/1.1" 200 601 0.077069 10.0.0.22 - - [2025-03-31 02:38:55] "POST /ref-update HTTP/1.1" 200 156 0.081074 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.002631 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.22 - - [2025-03-31 02:38:55] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003610 10.0.0.22 - - [2025-03-31 02:38:55] "POST /access-control-lists HTTP/1.1" 200 604 0.060201 10.0.0.22 - - [2025-03-31 02:38:55] "POST /neutron/network HTTP/1.1" 200 921 0.006965 10.0.0.22 - - [2025-03-31 02:38:55] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005561 10.0.0.22 - - [2025-03-31 02:38:55] "POST /routing-instances HTTP/1.1" 200 759 0.015173 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.22 - - [2025-03-31 02:38:55] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003127 10.0.0.22 - - [2025-03-31 02:38:55] "POST /route-targets HTTP/1.1" 200 327 0.012351 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.22 - - [2025-03-31 02:38:55] "POST /ref-update HTTP/1.1" 200 156 0.010276 10.0.0.22 - - [2025-03-31 02:38:55] "GET /service-template/3593c4c9-f028-4b79-bf58-943526261dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003461 10.0.0.22 - - [2025-03-31 02:38:55] "GET /routing-instance/10d904c2-f67b-430e-8395-291900f0fc9c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1275 0.006492 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.22 - - [2025-03-31 02:38:55] "GET /routing-instance/10d904c2-f67b-430e-8395-291900f0fc9c?fields=routing_policy_back_refs HTTP/1.1" 200 1275 0.004276 10.0.0.22 - - [2025-03-31 02:38:55] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.22 - - [2025-03-31 02:38:55] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029185 10.0.0.22 - - [2025-03-31 02:38:55] "POST /ref-update HTTP/1.1" 200 156 0.018300 10.0.0.22 - - [2025-03-31 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.22 - - [2025-03-31 02:38:55] "POST /routing-instances HTTP/1.1" 200 760 0.020346 10.0.0.22 - - [2025-03-31 02:38:55] "GET /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005448 10.0.0.22 - - [2025-03-31 02:38:55] "POST /route-targets HTTP/1.1" 200 327 0.015112 10.0.0.22 - - [2025-03-31 02:38:55] "GET /domains HTTP/1.1" 200 280 0.005661 10.0.0.22 - - [2025-03-31 02:38:55] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001935 10.0.0.22 - - [2025-03-31 02:38:55] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2771 0.012966 10.0.0.22 - - [2025-03-31 02:38:56] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.22 - - [2025-03-31 02:38:56] "POST /ref-update HTTP/1.1" 200 156 0.010773 10.0.0.22 - - [2025-03-31 02:38:56] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 4233 0.078422 10.0.0.22 - - [2025-03-31 02:38:56] "GET /routing-instance/ffabb03a-7a6f-4c99-b16d-6ce8783ab411?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.006523 10.0.0.22 - - [2025-03-31 02:38:56] "GET /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2 HTTP/1.1" 200 3783 0.012290 10.0.0.22 - - [2025-03-31 02:38:56] "GET /domains HTTP/1.1" 200 280 0.002195 10.0.0.22 - - [2025-03-31 02:38:56] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.22 - - [2025-03-31 02:38:56] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2771 0.007340 10.0.0.22 - - [2025-03-31 02:38:56] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.22 - - [2025-03-31 02:38:56] "GET /routing-instance/ffabb03a-7a6f-4c99-b16d-6ce8783ab411?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003115 10.0.0.22 - - [2025-03-31 02:38:56] "PUT /routing-instance/10d904c2-f67b-430e-8395-291900f0fc9c HTTP/1.1" 200 266 0.016746 10.0.0.22 - - [2025-03-31 02:38:56] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 4233 0.082229 10.0.0.22 - - [2025-03-31 02:38:56] "GET /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2 HTTP/1.1" 200 3783 0.003236 10.0.0.22 - - [2025-03-31 02:38:56] "GET /port-tuple/9e89fba6-dc90-4331-8540-af923e2f7fef HTTP/1.1" 200 1978 0.003926 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85 HTTP/1.1" 200 3804 0.004523 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa HTTP/1.1" 200 3816 0.004572 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b HTTP/1.1" 200 3798 0.005946 10.0.0.22 - - [2025-03-31 02:38:56] "PUT /routing-instance/ffabb03a-7a6f-4c99-b16d-6ce8783ab411 HTTP/1.1" 200 266 0.012228 10.0.0.22 - - [2025-03-31 02:38:56] "POST /ref-update HTTP/1.1" 200 156 0.017216 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/port HTTP/1.1" 200 3831 0.062902 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006935 10.0.0.22 - - [2025-03-31 02:38:56] "PUT /access-control-list/614a85ab-d6fe-452a-8058-5b1303788f55 HTTP/1.1" 200 272 0.018975 10.0.0.22 - - [2025-03-31 02:38:56] "PUT /access-control-list/97901ce3-9cba-4c21-964f-98c7b446a8ca HTTP/1.1" 200 272 0.016609 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/port HTTP/1.1" 200 3831 0.043788 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005581 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/port HTTP/1.1" 200 3831 0.030785 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005677 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/port HTTP/1.1" 200 3831 0.033362 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005436 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 895 0.010118 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 921 0.004297 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 805 0.013564 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 831 0.006343 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 895 0.016749 10.0.0.22 - - [2025-03-31 02:38:56] "POST /neutron/network HTTP/1.1" 200 921 0.006574 10.0.0.22 - - [2025-03-31 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001810 10.0.0.22 - - [2025-03-31 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001560 10.0.0.22 - - [2025-03-31 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001579 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine/ff7a20da-3213-4fb8-86e4-e620a4cb8936 HTTP/1.1" 200 1802 0.004086 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85 HTTP/1.1" 200 3804 0.005919 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa HTTP/1.1" 200 3816 0.005631 10.0.0.22 - - [2025-03-31 02:38:56] "GET /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b HTTP/1.1" 200 3798 0.005490 10.0.0.22 - - [2025-03-31 02:38:56] "GET /instance-ip/398660d9-9ebc-4b23-a9a0-2a099bd665fc HTTP/1.1" 200 1621 0.008187 10.0.0.22 - - [2025-03-31 02:38:56] "GET /instance-ip/3bf7c460-775e-4aae-9ebb-2dbe8ca2bb15 HTTP/1.1" 200 1960 0.003399 10.0.0.22 - - [2025-03-31 02:38:56] "GET /instance-ip/ef1e82f4-ad63-4ecf-bf0a-50167ac0e7dd HTTP/1.1" 200 1959 0.003683 10.0.0.22 - - [2025-03-31 02:38:56] "GET /instance-ip/2671b73c-fecd-4587-a30b-e8db7481272b HTTP/1.1" 200 1978 0.005099 10.0.0.22 - - [2025-03-31 02:38:56] "GET /instance-ip/2b3fae73-640b-4a9f-9629-f7bed5d0033b HTTP/1.1" 200 1620 0.004692 10.0.0.22 - - [2025-03-31 02:38:57] "GET /instance-ip/d4448fde-61dc-45cb-8315-fe39a67eb432 HTTP/1.1" 200 1980 0.003552 10.0.0.22 - - [2025-03-31 02:38:57] "GET /instance-ip/086da638-64de-481c-a4e8-0bbf818cebbb HTTP/1.1" 200 1621 0.004860 10.0.0.22 - - [2025-03-31 02:38:57] "GET /instance-ip/9e51f90a-38e4-4169-add5-3fe9b20b57ff HTTP/1.1" 200 1955 0.003383 10.0.0.22 - - [2025-03-31 02:38:57] "GET /instance-ip/d5c5da0a-3653-4f47-9c1f-a82f590169fb HTTP/1.1" 200 1957 0.003787 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/port HTTP/1.1" 200 3831 0.030726 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005522 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/port HTTP/1.1" 200 3831 0.031998 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005098 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/port HTTP/1.1" 200 3831 0.032650 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005479 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/port HTTP/1.1" 200 3831 0.030439 10.0.0.22 - - [2025-03-31 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006443 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-machine/ff7a20da-3213-4fb8-86e4-e620a4cb8936 HTTP/1.1" 200 1802 0.003742 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-machine-interface/a619ae87-e3ee-4f2a-b565-ed8f33e54f85 HTTP/1.1" 200 3804 0.004959 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-machine-interface/d6fed22b-b508-49d7-b406-02c0276871fa HTTP/1.1" 200 3816 0.004622 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-machine-interface/d75b7298-2541-49f2-9534-b1dcc536be9b HTTP/1.1" 200 3798 0.004566 10.0.0.22 - - [2025-03-31 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-03-31 02:38:57] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003392 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003037 10.0.0.22 - - [2025-03-31 02:38:57] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005387 10.0.0.22 - - [2025-03-31 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.22 - - [2025-03-31 02:38:58] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002538 10.0.0.22 - - [2025-03-31 02:38:58] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002706 10.0.0.22 - - [2025-03-31 02:38:58] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006064 10.0.0.22 - - [2025-03-31 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.22 - - [2025-03-31 02:38:58] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003311 10.0.0.22 - - [2025-03-31 02:38:58] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003027 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005090 10.0.0.22 - - [2025-03-31 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-03-31 02:38:59] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003885 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002990 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005918 10.0.0.22 - - [2025-03-31 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-03-31 02:38:59] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003310 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003371 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005665 10.0.0.22 - - [2025-03-31 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.22 - - [2025-03-31 02:38:59] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003204 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003831 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005448 10.0.0.22 - - [2025-03-31 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.22 - - [2025-03-31 02:38:59] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003283 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003075 10.0.0.22 - - [2025-03-31 02:38:59] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005133 10.0.0.22 - - [2025-03-31 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2025-03-31 02:38:59] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003284 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002832 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004896 10.0.0.22 - - [2025-03-31 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-03-31 02:39:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003444 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002990 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-network/99e910e0-7b65-447c-9a5c-c1b8069f268d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006542 10.0.0.22 - - [2025-03-31 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.22 - - [2025-03-31 02:39:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002980 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002908 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005917 10.0.0.22 - - [2025-03-31 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.22 - - [2025-03-31 02:39:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003478 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003707 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005209 10.0.0.22 - - [2025-03-31 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.22 - - [2025-03-31 02:39:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003549 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003453 10.0.0.22 - - [2025-03-31 02:39:00] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005076 10.0.0.22 - - [2025-03-31 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.22 - - [2025-03-31 02:39:00] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003619 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-networks?parent_id=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002755 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005491 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-machine/ff7a20da-3213-4fb8-86e4-e620a4cb8936 HTTP/1.1" 200 1802 0.004153 10.0.0.22 - - [2025-03-31 02:39:01] "GET /domains HTTP/1.1" 200 280 0.002134 10.0.0.22 - - [2025-03-31 02:39:01] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.22 - - [2025-03-31 02:39:01] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2771 0.006438 10.0.0.22 - - [2025-03-31 02:39:01] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.22 - - [2025-03-31 02:39:01] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 4233 0.067199 10.0.0.22 - - [2025-03-31 02:39:01] "GET /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2 HTTP/1.1" 200 3783 0.003457 10.0.0.22 - - [2025-03-31 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002336 10.0.0.22 - - [2025-03-31 02:39:01] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002931 10.0.0.22 - - [2025-03-31 02:39:01] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.005527 10.0.0.22 - - [2025-03-31 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.22 - - [2025-03-31 02:39:01] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003959 10.0.0.22 - - [2025-03-31 02:39:01] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004917 10.0.0.22 - - [2025-03-31 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005214 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?fields=routing_instances HTTP/1.1" 200 1683 0.008407 10.0.0.22 - - [2025-03-31 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005666 10.0.0.22 - - [2025-03-31 02:39:01] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?fields=routing_instances HTTP/1.1" 200 1687 0.007022 10.0.0.22 - - [2025-03-31 02:39:05] "POST /ref-update HTTP/1.1" 200 156 0.028103 10.0.0.22 - - [2025-03-31 02:39:05] "DELETE /access-control-list/97901ce3-9cba-4c21-964f-98c7b446a8ca HTTP/1.1" 200 115 0.026261 10.0.0.22 - - [2025-03-31 02:39:05] "POST /neutron/network HTTP/1.1" 200 833 0.008011 10.0.0.22 - - [2025-03-31 02:39:05] "GET /virtual-network/611935ce-cac4-49e9-bb30-bb8562abbdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005086 10.0.0.22 - - [2025-03-31 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.22 - - [2025-03-31 02:39:05] "DELETE /routing-instance/10d904c2-f67b-430e-8395-291900f0fc9c HTTP/1.1" 200 115 0.034991 10.0.0.22 - - [2025-03-31 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.22 - - [2025-03-31 02:39:05] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003085 10.0.0.22 - - [2025-03-31 02:39:05] "DELETE /route-target/0f5b373f-f2b2-43c8-9cbb-c32cfaa6a660 HTTP/1.1" 200 115 0.013681 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.037636 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /routing-instance/ffabb03a-7a6f-4c99-b16d-6ce8783ab411 HTTP/1.1" 200 115 0.040556 10.0.0.22 - - [2025-03-31 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.22 - - [2025-03-31 02:39:06] "POST /neutron/network HTTP/1.1" 200 833 0.006363 10.0.0.22 - - [2025-03-31 02:39:06] "GET /virtual-network/a6e98cf0-f9fc-4165-977a-e3a79255cf40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005589 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /route-target/8b09bbce-28ef-4e0d-8618-da804d663a6f HTTP/1.1" 200 115 0.015531 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /access-control-list/614a85ab-d6fe-452a-8058-5b1303788f55 HTTP/1.1" 200 115 0.020060 10.0.0.22 - - [2025-03-31 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.22 - - [2025-03-31 02:39:06] "GET /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005238 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /network-policy/fb6d702c-bcd1-467e-b09b-377074f36ff8 HTTP/1.1" 200 115 0.021334 10.0.0.22 - - [2025-03-31 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /service-instance/ea375ab5-dc48-45f1-accb-4ee3e89a8ca2 HTTP/1.1" 200 115 0.041709 10.0.0.22 - - [2025-03-31 02:39:06] "GET /domains HTTP/1.1" 200 280 0.002366 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.014117 10.0.0.22 - - [2025-03-31 02:39:06] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.22 - - [2025-03-31 02:39:06] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2771 0.011784 10.0.0.22 - - [2025-03-31 02:39:06] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/3bf7c460-775e-4aae-9ebb-2dbe8ca2bb15 HTTP/1.1" 200 115 0.033449 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.008204 10.0.0.22 - - [2025-03-31 02:39:06] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 3759 0.069865 10.0.0.22 - - [2025-03-31 02:39:06] "GET /virtual-machine/ff7a20da-3213-4fb8-86e4-e620a4cb8936 HTTP/1.1" 200 1802 0.002854 10.0.0.22 - - [2025-03-31 02:39:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001808 10.0.0.22 - - [2025-03-31 02:39:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002177 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/2671b73c-fecd-4587-a30b-e8db7481272b HTTP/1.1" 200 115 0.024777 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.009696 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/9e51f90a-38e4-4169-add5-3fe9b20b57ff HTTP/1.1" 200 115 0.020031 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.22 - - [2025-03-31 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /service-template/3593c4c9-f028-4b79-bf58-943526261dd2 HTTP/1.1" 200 115 0.038871 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/d5c5da0a-3653-4f47-9c1f-a82f590169fb HTTP/1.1" 200 115 0.038004 10.0.0.22 - - [2025-03-31 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.006209 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.013631 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/ef1e82f4-ad63-4ecf-bf0a-50167ac0e7dd HTTP/1.1" 200 115 0.018601 10.0.0.22 - - [2025-03-31 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.008796 10.0.0.22 - - [2025-03-31 02:39:06] "DELETE /instance-ip/d4448fde-61dc-45cb-8315-fe39a67eb432 HTTP/1.1" 200 115 0.024429 10.0.0.22 - - [2025-03-31 02:39:06] "POST /neutron/network HTTP/1.1" 200 833 0.005708 10.0.0.22 - - [2025-03-31 02:39:06] "POST /neutron/network HTTP/1.1" 400 204 0.013913 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1085 0.018599 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1111 0.010614 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1087 0.027906 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1113 0.008965 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 151 0.133151 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 3024 0.027575 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 151 0.133319 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1111 0.008363 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 151 0.099319 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1111 0.009648 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 151 0.087667 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 1113 0.007792 10.0.0.22 - - [2025-03-31 02:39:07] "POST /neutron/port HTTP/1.1" 200 151 0.105937 10.0.0.22 - - [2025-03-31 02:39:08] "POST /neutron/network HTTP/1.1" 200 833 0.005276 10.0.0.22 - - [2025-03-31 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.22 - - [2025-03-31 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.22 - - [2025-03-31 02:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.22 - - [2025-03-31 02:39:08] "POST /neutron/network HTTP/1.1" 200 151 0.083107 10.0.0.22 - - [2025-03-31 02:39:08] "DELETE /route-target/3ab3a1cd-bed1-4edf-a8ef-0c158fed7d6a HTTP/1.1" 200 115 0.019244 10.0.0.22 - - [2025-03-31 02:39:08] "GET /routing-instance/40ec54f7-eb43-4650-99a0-7f07508ecec1 HTTP/1.1" 404 171 0.002620 10.0.0.22 - - [2025-03-31 02:39:08] "GET /domains HTTP/1.1" 200 280 0.002239 10.0.0.22 - - [2025-03-31 02:39:08] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2571 0.049684 10.0.0.22 - - [2025-03-31 02:39:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.22 - - [2025-03-31 02:39:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2298 0.067791 10.0.0.22 - - [2025-03-31 02:39:09] "POST /neutron/network HTTP/1.1" 200 833 0.005440 10.0.0.22 - - [2025-03-31 02:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003748 10.0.0.22 - - [2025-03-31 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.22 - - [2025-03-31 02:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001732 10.0.0.22 - - [2025-03-31 02:39:09] "POST /neutron/network HTTP/1.1" 200 151 0.081184 10.0.0.22 - - [2025-03-31 02:39:09] "GET /routing-instance/088c11ea-fa32-4aa7-bac0-0f4dd5ae303e HTTP/1.1" 404 171 0.001740 10.0.0.22 - - [2025-03-31 02:39:09] "DELETE /route-target/d9efe6cf-8d2e-45dc-83ad-63421f951036 HTTP/1.1" 200 115 0.017359 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domains HTTP/1.1" 200 280 0.002875 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2571 0.048886 10.0.0.22 - - [2025-03-31 02:39:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002230 10.0.0.22 - - [2025-03-31 02:39:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 2080 0.068328 10.0.0.22 - - [2025-03-31 02:39:09] "POST /neutron/network HTTP/1.1" 200 831 0.006252 10.0.0.22 - - [2025-03-31 02:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003192 10.0.0.22 - - [2025-03-31 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.22 - - [2025-03-31 02:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.22 - - [2025-03-31 02:39:09] "POST /neutron/network HTTP/1.1" 200 151 0.076886 10.0.0.22 - - [2025-03-31 02:39:09] "GET /routing-instance/da709fe8-60c9-4b3e-9891-9cc4f8954777 HTTP/1.1" 404 171 0.003568 10.0.0.22 - - [2025-03-31 02:39:09] "DELETE /route-target/ac75520b-8629-4b88-b5e8-1aa2087a1b4e HTTP/1.1" 200 115 0.020121 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domains HTTP/1.1" 200 280 0.002268 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.22 - - [2025-03-31 02:39:09] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2571 0.051933 10.0.0.22 - - [2025-03-31 02:39:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.22 - - [2025-03-31 02:39:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 1840 0.064781 10.0.0.22 - - [2025-03-31 02:39:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.22 - - [2025-03-31 02:39:09] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024649 10.0.0.22 - - [2025-03-31 02:39:09] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.22 - - [2025-03-31 02:39:10] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?fields=virtual_networks HTTP/1.1" 200 1028 0.067274 10.0.0.22 - - [2025-03-31 02:39:10] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.22 - - [2025-03-31 02:39:10] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023340 10.0.0.22 - - [2025-03-31 02:39:10] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.22 - - [2025-03-31 02:39:10] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?fields=security_groups HTTP/1.1" 200 1252 0.025734 10.0.0.22 - - [2025-03-31 02:39:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.021938 10.0.0.22 - - [2025-03-31 02:39:10] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.22 - - [2025-03-31 02:39:11] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.22 - - [2025-03-31 02:39:11] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006771 10.0.0.22 - - [2025-03-31 02:39:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.001225 10.0.0.22 - - [2025-03-31 02:39:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.014246 10.0.0.22 - - [2025-03-31 02:39:11] "POST /security-groups HTTP/1.1" 200 592 0.063841 10.0.0.22 - - [2025-03-31 02:39:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.003713 10.0.0.22 - - [2025-03-31 02:39:11] "POST /projects HTTP/1.1" 200 587 0.224810 10.0.0.22 - - [2025-03-31 02:39:11] "POST /access-control-lists HTTP/1.1" 200 597 0.057218 10.0.0.22 - - [2025-03-31 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.294204 10.0.0.22 - - [2025-03-31 02:39:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002979 10.0.0.22 - - [2025-03-31 02:39:11] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.413669 10.0.0.22 - - [2025-03-31 02:39:11] "POST /access-control-lists HTTP/1.1" 200 595 0.057749 10.0.0.22 - - [2025-03-31 02:39:12] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.22 - - [2025-03-31 02:39:13] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-03-31 02:39:13] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.22 - - [2025-03-31 02:39:13] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045615 10.0.0.22 - - [2025-03-31 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.002268 10.0.0.22 - - [2025-03-31 02:39:13] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015029 10.0.0.22 - - [2025-03-31 02:39:13] "GET /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004378 10.0.0.22 - - [2025-03-31 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2025-03-31 02:39:14] "GET /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003386 10.0.0.22 - - [2025-03-31 02:39:14] "GET /domains HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-03-31 02:39:14] "GET /domains HTTP/1.1" 200 280 0.024777 10.0.0.22 - - [2025-03-31 02:39:14] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.22 - - [2025-03-31 02:39:14] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2958 0.008944 10.0.0.22 - - [2025-03-31 02:39:14] "GET /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a HTTP/1.1" 200 1437 0.003817 10.0.0.22 - - [2025-03-31 02:39:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002343 10.0.0.22 - - [2025-03-31 02:39:14] "POST /network-ipams HTTP/1.1" 200 514 0.016391 10.0.0.22 - - [2025-03-31 02:39:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002932 10.0.0.22 - - [2025-03-31 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.22 - - [2025-03-31 02:39:14] "GET /network-ipam/22c16b0a-39f2-47a2-9fe8-c9dcc4d33fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004696 10.0.0.22 - - [2025-03-31 02:39:14] "PUT /network-ipam/22c16b0a-39f2-47a2-9fe8-c9dcc4d33fbf HTTP/1.1" 200 258 0.015296 10.0.0.22 - - [2025-03-31 02:39:14] "POST /ref-update HTTP/1.1" 200 156 0.012990 10.0.0.22 - - [2025-03-31 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.22 - - [2025-03-31 02:39:14] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001400 10.0.0.22 - - [2025-03-31 02:39:14] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025320 10.0.0.22 - - [2025-03-31 02:39:14] "POST /neutron/network HTTP/1.1" 200 117 0.031735 10.0.0.22 - - [2025-03-31 02:39:14] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 618 0.060668 10.0.0.22 - - [2025-03-31 02:39:15] "POST /route-targets HTTP/1.1" 200 327 0.009899 10.0.0.22 - - [2025-03-31 02:39:15] "POST /ref-update HTTP/1.1" 200 156 0.020126 10.0.0.22 - - [2025-03-31 02:39:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/subnet HTTP/1.1" 200 711 0.200803 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 833 0.005351 10.0.0.22 - - [2025-03-31 02:39:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001109 10.0.0.22 - - [2025-03-31 02:39:15] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004655 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 833 0.005182 10.0.0.22 - - [2025-03-31 02:39:15] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004784 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 833 0.005662 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/subnet HTTP/1.1" 200 711 0.006290 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 807 0.009477 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 833 0.004995 10.0.0.22 - - [2025-03-31 02:39:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001074 10.0.0.22 - - [2025-03-31 02:39:15] "POST /neutron/network HTTP/1.1" 200 843 0.005363 10.0.0.22 - - [2025-03-31 02:39:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-03-31 02:39:15] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.22 - - [2025-03-31 02:39:15] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-03-31 02:39:16] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001447 10.0.0.22 - - [2025-03-31 02:39:16] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048206 10.0.0.22 - - [2025-03-31 02:39:16] "POST /neutron/network HTTP/1.1" 200 833 0.004740 10.0.0.22 - - [2025-03-31 02:39:16] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.22 - - [2025-03-31 02:39:16] "POST /neutron/port HTTP/1.1" 200 117 0.004750 10.0.0.22 - - [2025-03-31 02:39:16] "POST /neutron/port HTTP/1.1" 200 117 0.005540 10.0.0.22 - - [2025-03-31 02:39:16] "POST /neutron/network HTTP/1.1" 200 843 0.005337 10.0.0.22 - - [2025-03-31 02:39:16] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 1058 0.208750 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 1058 0.009157 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 1058 0.009443 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 1112 0.053573 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 1086 0.014364 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003182 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.009835 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.22 - - [2025-03-31 02:39:17] "POST /neutron/network HTTP/1.1" 200 833 0.005124 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/port HTTP/1.1" 200 1086 0.013867 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006173 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014595 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005292 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014313 10.0.0.22 - - [2025-03-31 02:39:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008064 10.0.0.22 - - [2025-03-31 02:39:21] "GET /virtual-machine/a8f9ab80-39d8-4065-95d7-eb24434c69d0 HTTP/1.1" 200 1294 0.003849 10.0.0.22 - - [2025-03-31 02:39:21] "GET /virtual-machine-interface/a4daa9f3-a443-47c7-bdef-0a8951648f7d HTTP/1.1" 200 2964 0.004251 10.0.0.22 - - [2025-03-31 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.22 - - [2025-03-31 02:39:21] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002695 10.0.0.22 - - [2025-03-31 02:39:21] "GET /virtual-networks?parent_id=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002817 10.0.0.22 - - [2025-03-31 02:39:21] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005215 10.0.0.22 - - [2025-03-31 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.22 - - [2025-03-31 02:39:25] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004700 10.0.0.22 - - [2025-03-31 02:39:25] "POST /neutron/port HTTP/1.1" 200 1086 0.015074 10.0.0.22 - - [2025-03-31 02:39:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005911 10.0.0.22 - - [2025-03-31 02:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.22 - - [2025-03-31 02:39:27] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002996 10.0.0.22 - - [2025-03-31 02:39:27] "GET /virtual-networks?parent_id=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002921 10.0.0.22 - - [2025-03-31 02:39:27] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005416 10.0.0.22 - - [2025-03-31 02:39:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014722 10.0.0.22 - - [2025-03-31 02:39:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007325 10.0.0.22 - - [2025-03-31 02:39:34] "DELETE /project/130ed0bbfdfa4d8d9b3806b56eebba6b HTTP/1.1" 404 173 0.004643 10.0.0.22 - - [2025-03-31 02:39:34] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.22 - - [2025-03-31 02:39:34] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029696 10.0.0.22 - - [2025-03-31 02:39:34] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.22 - - [2025-03-31 02:39:34] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?fields=security_groups HTTP/1.1" 200 1357 0.071774 10.0.0.22 - - [2025-03-31 02:39:34] "DELETE /security-group/f18a3dfd-e1e2-4bf3-946b-35dd1d94231c HTTP/1.1" 200 115 0.034622 10.0.0.22 - - [2025-03-31 02:39:34] "GET /projects?obj_uuids=ab27c0a0-24b1-4837-ae7d-935cd05f0a64&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.22 - - [2025-03-31 02:39:34] "DELETE /access-control-list/38194b2a-031a-4dde-851f-2be9884c658b HTTP/1.1" 200 115 0.029504 10.0.0.22 - - [2025-03-31 02:39:34] "GET /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64?fields=application_policy_sets HTTP/1.1" 200 1396 0.028589 10.0.0.22 - - [2025-03-31 02:39:34] "DELETE /access-control-list/989ce6bf-5ee0-4a2e-8ff6-c08b33cb8d6a HTTP/1.1" 200 115 0.020476 10.0.0.22 - - [2025-03-31 02:39:34] "DELETE /project/ab27c0a0-24b1-4837-ae7d-935cd05f0a64 HTTP/1.1" 200 115 0.315636 10.0.0.22 - - [2025-03-31 02:39:36] "POST /neutron/network HTTP/1.1" 200 807 0.011311 10.0.0.22 - - [2025-03-31 02:39:36] "POST /neutron/network HTTP/1.1" 200 833 0.005013 10.0.0.22 - - [2025-03-31 02:39:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001084 10.0.0.22 - - [2025-03-31 02:39:36] "POST /neutron/port HTTP/1.1" 200 1086 0.013989 10.0.0.22 - - [2025-03-31 02:39:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006001 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/network HTTP/1.1" 200 843 0.005396 10.0.0.22 - - [2025-03-31 02:39:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2025-03-31 02:39:37] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.22 - - [2025-03-31 02:39:37] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2025-03-31 02:39:37] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.22 - - [2025-03-31 02:39:37] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046649 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/network HTTP/1.1" 200 833 0.005188 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/port HTTP/1.1" 200 1086 0.022444 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006820 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/port HTTP/1.1" 200 117 0.004782 10.0.0.22 - - [2025-03-31 02:39:37] "POST /neutron/port HTTP/1.1" 200 117 0.004599 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/network HTTP/1.1" 200 843 0.008572 10.0.0.22 - - [2025-03-31 02:39:38] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001356 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 1058 0.199111 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 1058 0.011027 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 1058 0.010776 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 1112 0.062368 10.0.0.22 - - [2025-03-31 02:39:38] "GET /obj-perms HTTP/1.1" 200 5056 0.065242 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013378 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002998 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.011175 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.22 - - [2025-03-31 02:39:38] "POST /neutron/network HTTP/1.1" 200 833 0.005593 10.0.0.22 - - [2025-03-31 02:39:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045248 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015245 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005755 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/port HTTP/1.1" 200 1086 0.014429 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005424 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015181 10.0.0.22 - - [2025-03-31 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006224 10.0.0.22 - - [2025-03-31 02:39:43] "GET /virtual-machine/a4e829af-a10b-4336-892f-ba5a9b79ae49 HTTP/1.1" 200 1293 0.005187 10.0.0.22 - - [2025-03-31 02:39:43] "GET /virtual-machine-interface/cd679167-4f0f-4da4-a2bf-c1936247a8ef HTTP/1.1" 200 2964 0.004609 10.0.0.22 - - [2025-03-31 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.22 - - [2025-03-31 02:39:43] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003093 10.0.0.22 - - [2025-03-31 02:39:43] "GET /virtual-networks?parent_id=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003017 10.0.0.22 - - [2025-03-31 02:39:43] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005244 10.0.0.22 - - [2025-03-31 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.22 - - [2025-03-31 02:39:46] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004703 10.0.0.22 - - [2025-03-31 02:39:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018268 10.0.0.22 - - [2025-03-31 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005378 10.0.0.22 - - [2025-03-31 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.22 - - [2025-03-31 02:39:48] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003697 10.0.0.22 - - [2025-03-31 02:39:48] "GET /virtual-networks?parent_id=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002812 10.0.0.22 - - [2025-03-31 02:39:48] "GET /virtual-network/ce9427cd-7c36-4458-b724-07dce61986f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005110 10.0.0.22 - - [2025-03-31 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.22 - - [2025-03-31 02:39:54] "DELETE /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a HTTP/1.1" 409 235 0.005158 10.0.0.22 - - [2025-03-31 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.002609 10.0.0.22 - - [2025-03-31 02:39:54] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014950 10.0.0.22 - - [2025-03-31 02:39:54] "GET /virtual-DNS-record/43659b85-5409-488f-b3a3-79094cb30efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004426 10.0.0.22 - - [2025-03-31 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.22 - - [2025-03-31 02:39:54] "GET /virtual-DNS-record/43659b85-5409-488f-b3a3-79094cb30efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003690 10.0.0.22 - - [2025-03-31 02:39:54] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.22 - - [2025-03-31 02:39:54] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.22 - - [2025-03-31 02:39:54] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2774 0.008477 10.0.0.22 - - [2025-03-31 02:39:54] "GET /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a HTTP/1.1" 200 1906 0.003796 10.0.0.22 - - [2025-03-31 02:39:54] "GET /virtual-DNS-record/43659b85-5409-488f-b3a3-79094cb30efb HTTP/1.1" 200 1335 0.002414 10.0.0.22 - - [2025-03-31 02:40:00] "DELETE /virtual-DNS-record/43659b85-5409-488f-b3a3-79094cb30efb HTTP/1.1" 200 115 0.016634 10.0.0.22 - - [2025-03-31 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.002439 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/network HTTP/1.1" 200 833 0.006747 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/network HTTP/1.1" 400 204 0.012324 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 1086 0.018282 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 1112 0.008938 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 1086 0.019722 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 1112 0.010400 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 151 0.114345 10.0.0.22 - - [2025-03-31 02:40:00] "POST /neutron/port HTTP/1.1" 200 151 0.104504 10.0.0.22 - - [2025-03-31 02:40:02] "POST /neutron/network HTTP/1.1" 200 833 0.005511 10.0.0.22 - - [2025-03-31 02:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002405 10.0.0.22 - - [2025-03-31 02:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.22 - - [2025-03-31 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.031996 10.0.0.22 - - [2025-03-31 02:40:02] "POST /neutron/network HTTP/1.1" 200 151 0.256809 10.0.0.22 - - [2025-03-31 02:40:02] "DELETE /route-target/5a1d2e64-8f35-4e0a-b5c6-4345ce877989 HTTP/1.1" 200 115 0.044430 10.0.0.22 - - [2025-03-31 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.22 - - [2025-03-31 02:40:02] "DELETE /network-ipam/22c16b0a-39f2-47a2-9fe8-c9dcc4d33fbf HTTP/1.1" 200 115 0.029482 10.0.0.22 - - [2025-03-31 02:40:02] "DELETE /virtual-DNS/56fe470f-fb2d-4547-9136-e703796ad22a HTTP/1.1" 200 115 0.019855 10.0.0.22 - - [2025-03-31 02:40:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.003924 10.0.0.22 - - [2025-03-31 02:40:02] "GET /domains HTTP/1.1" 200 280 0.002562 10.0.0.22 - - [2025-03-31 02:40:02] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.22 - - [2025-03-31 02:40:02] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2574 0.010382 10.0.0.22 - - [2025-03-31 02:40:03] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.22 - - [2025-03-31 02:40:03] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025171 10.0.0.22 - - [2025-03-31 02:40:03] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.22 - - [2025-03-31 02:40:03] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?fields=virtual_networks HTTP/1.1" 200 1033 0.063943 10.0.0.22 - - [2025-03-31 02:40:03] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.22 - - [2025-03-31 02:40:03] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023086 10.0.0.22 - - [2025-03-31 02:40:03] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.22 - - [2025-03-31 02:40:03] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?fields=security_groups HTTP/1.1" 200 1260 0.023911 10.0.0.22 - - [2025-03-31 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.022098 10.0.0.22 - - [2025-03-31 02:40:04] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002770 10.0.0.22 - - [2025-03-31 02:40:04] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.22 - - [2025-03-31 02:40:04] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006723 10.0.0.22 - - [2025-03-31 02:40:04] "GET /global-system-configs HTTP/1.1" 200 322 0.036338 10.0.0.22 - - [2025-03-31 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001397 10.0.0.22 - - [2025-03-31 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.005553 10.0.0.22 - - [2025-03-31 02:40:04] "GET /obj-perms HTTP/1.1" 200 5056 0.084961 10.0.0.22 - - [2025-03-31 02:40:04] "POST /security-groups HTTP/1.1" 200 592 0.059533 10.0.0.22 - - [2025-03-31 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.002371 10.0.0.22 - - [2025-03-31 02:40:04] "POST /projects HTTP/1.1" 200 587 0.216665 10.0.0.22 - - [2025-03-31 02:40:04] "POST /access-control-lists HTTP/1.1" 200 597 0.058795 10.0.0.22 - - [2025-03-31 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.292296 10.0.0.22 - - [2025-03-31 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002738 10.0.0.22 - - [2025-03-31 02:40:04] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.416326 10.0.0.22 - - [2025-03-31 02:40:04] "POST /access-control-lists HTTP/1.1" 200 595 0.056470 10.0.0.22 - - [2025-03-31 02:40:04] "GET /global-system-configs HTTP/1.1" 200 322 0.094774 10.0.0.22 - - [2025-03-31 02:40:04] "GET /obj-perms HTTP/1.1" 200 5056 0.137006 10.0.0.22 - - [2025-03-31 02:40:05] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.22 - - [2025-03-31 02:40:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.22 - - [2025-03-31 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.047801 10.0.0.22 - - [2025-03-31 02:40:06] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.22 - - [2025-03-31 02:40:06] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023371 10.0.0.22 - - [2025-03-31 02:40:06] "POST /neutron/network HTTP/1.1" 200 117 0.028229 10.0.0.22 - - [2025-03-31 02:40:06] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.22 - - [2025-03-31 02:40:06] "POST /neutron/network HTTP/1.1" 200 606 0.059783 10.0.0.22 - - [2025-03-31 02:40:06] "POST /route-targets HTTP/1.1" 200 327 0.010356 10.0.0.22 - - [2025-03-31 02:40:06] "POST /ref-update HTTP/1.1" 200 156 0.017157 10.0.0.22 - - [2025-03-31 02:40:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002827 10.0.0.22 - - [2025-03-31 02:40:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.204197 10.0.0.22 - - [2025-03-31 02:40:06] "POST /neutron/network HTTP/1.1" 200 823 0.005209 10.0.0.22 - - [2025-03-31 02:40:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001105 10.0.0.22 - - [2025-03-31 02:40:06] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004331 10.0.0.22 - - [2025-03-31 02:40:07] "POST /neutron/network HTTP/1.1" 200 823 0.005188 10.0.0.22 - - [2025-03-31 02:40:07] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004420 10.0.0.22 - - [2025-03-31 02:40:07] "POST /neutron/network HTTP/1.1" 200 823 0.005334 10.0.0.22 - - [2025-03-31 02:40:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.007565 10.0.0.22 - - [2025-03-31 02:40:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001490 10.0.0.22 - - [2025-03-31 02:40:07] "POST /neutron/network HTTP/1.1" 200 833 0.006706 10.0.0.22 - - [2025-03-31 02:40:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-03-31 02:40:07] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.22 - - [2025-03-31 02:40:07] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2025-03-31 02:40:07] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.22 - - [2025-03-31 02:40:07] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048230 10.0.0.22 - - [2025-03-31 02:40:07] "POST /neutron/network HTTP/1.1" 200 823 0.005025 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.007547 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.005718 10.0.0.22 - - [2025-03-31 02:40:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001575 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.005017 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/network HTTP/1.1" 200 833 0.006072 10.0.0.22 - - [2025-03-31 02:40:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000562 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/network HTTP/1.1" 200 833 0.005487 10.0.0.22 - - [2025-03-31 02:40:08] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.22 - - [2025-03-31 02:40:08] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.22 - - [2025-03-31 02:40:08] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000968 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 1059 0.208713 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 1059 0.009281 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 1059 0.011299 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 1113 0.065720 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/port HTTP/1.1" 200 1087 0.014587 10.0.0.22 - - [2025-03-31 02:40:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.22 - - [2025-03-31 02:40:08] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.019559 10.0.0.22 - - [2025-03-31 02:40:09] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058210 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/network HTTP/1.1" 200 823 0.004977 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/network HTTP/1.1" 200 823 0.005428 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 1087 0.014567 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005999 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.005041 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 1087 0.019765 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005777 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/network HTTP/1.1" 200 833 0.007901 10.0.0.22 - - [2025-03-31 02:40:09] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 1059 0.265133 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 1059 0.010637 10.0.0.22 - - [2025-03-31 02:40:09] "POST /neutron/port HTTP/1.1" 200 1059 0.018138 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/port HTTP/1.1" 200 1113 0.105772 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/port HTTP/1.1" 200 1087 0.014652 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003201 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.010006 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.22 - - [2025-03-31 02:40:10] "POST /neutron/network HTTP/1.1" 200 823 0.005592 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/port HTTP/1.1" 200 1087 0.016318 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006212 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013243 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006405 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013987 10.0.0.22 - - [2025-03-31 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008164 10.0.0.22 - - [2025-03-31 02:40:14] "GET /virtual-machine/3d3b0d18-65fe-4413-8203-45b83f8deecb HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-03-31 02:40:14] "GET /virtual-machine/3d3b0d18-65fe-4413-8203-45b83f8deecb HTTP/1.1" 200 1292 0.030957 10.0.0.22 - - [2025-03-31 02:40:14] "GET /virtual-machine-interface/485d1334-2d23-48a2-903d-3e60e60e77d1 HTTP/1.1" 200 2945 0.004702 10.0.0.22 - - [2025-03-31 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.22 - - [2025-03-31 02:40:14] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002977 10.0.0.22 - - [2025-03-31 02:40:14] "GET /virtual-networks?parent_id=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002824 10.0.0.22 - - [2025-03-31 02:40:15] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005958 10.0.0.22 - - [2025-03-31 02:40:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015694 10.0.0.22 - - [2025-03-31 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004889 10.0.0.22 - - [2025-03-31 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.22 - - [2025-03-31 02:40:18] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005908 10.0.0.22 - - [2025-03-31 02:40:18] "POST /neutron/port HTTP/1.1" 200 1087 0.019471 10.0.0.22 - - [2025-03-31 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008029 10.0.0.22 - - [2025-03-31 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.22 - - [2025-03-31 02:40:20] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003101 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-networks?parent_id=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003064 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006098 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/port HTTP/1.1" 200 1087 0.014657 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005065 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/port HTTP/1.1" 200 1087 0.013764 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005451 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/port HTTP/1.1" 200 1087 0.015500 10.0.0.22 - - [2025-03-31 02:40:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005631 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-machine/dffac51b-81d7-4791-91e3-cd1686d3c551 HTTP/1.1" 200 1294 0.004787 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-machine-interface/2c0fc9b1-e2ba-429c-8b6e-b721fe92bc13 HTTP/1.1" 200 2945 0.004877 10.0.0.22 - - [2025-03-31 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.22 - - [2025-03-31 02:40:20] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003290 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-networks?parent_id=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002855 10.0.0.22 - - [2025-03-31 02:40:20] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005403 10.0.0.22 - - [2025-03-31 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.22 - - [2025-03-31 02:40:22] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003155 10.0.0.22 - - [2025-03-31 02:40:22] "GET /virtual-networks?parent_id=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003420 10.0.0.22 - - [2025-03-31 02:40:22] "GET /virtual-network/3988b4fb-c701-4918-92eb-325800af3b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005193 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/network HTTP/1.1" 200 823 0.015764 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/network HTTP/1.1" 400 204 0.009656 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 1087 0.023639 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 1113 0.010176 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 1087 0.015593 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 1113 0.018666 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 151 0.153006 10.0.0.22 - - [2025-03-31 02:40:27] "POST /neutron/port HTTP/1.1" 200 151 0.131068 10.0.0.22 - - [2025-03-31 02:40:29] "POST /neutron/network HTTP/1.1" 200 823 0.006080 10.0.0.22 - - [2025-03-31 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.22 - - [2025-03-31 02:40:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004396 10.0.0.22 - - [2025-03-31 02:40:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003734 10.0.0.22 - - [2025-03-31 02:40:29] "POST /neutron/network HTTP/1.1" 200 151 0.082739 10.0.0.22 - - [2025-03-31 02:40:29] "DELETE /route-target/15f74936-49a0-441b-bb84-96eeb51ba9a1 HTTP/1.1" 200 115 0.017980 10.0.0.22 - - [2025-03-31 02:40:29] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.22 - - [2025-03-31 02:40:29] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026058 10.0.0.22 - - [2025-03-31 02:40:29] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.22 - - [2025-03-31 02:40:29] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?fields=virtual_networks HTTP/1.1" 200 1034 0.067255 10.0.0.22 - - [2025-03-31 02:40:29] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.22 - - [2025-03-31 02:40:29] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025530 10.0.0.22 - - [2025-03-31 02:40:29] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.22 - - [2025-03-31 02:40:29] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?fields=security_groups HTTP/1.1" 200 1261 0.026241 10.0.0.22 - - [2025-03-31 02:40:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.022585 10.0.0.22 - - [2025-03-31 02:40:30] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002825 10.0.0.22 - - [2025-03-31 02:40:30] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.22 - - [2025-03-31 02:40:30] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007432 10.0.0.22 - - [2025-03-31 02:40:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.002036 10.0.0.22 - - [2025-03-31 02:40:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002583 10.0.0.22 - - [2025-03-31 02:40:30] "POST /security-groups HTTP/1.1" 200 591 0.059636 10.0.0.22 - - [2025-03-31 02:40:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002214 10.0.0.22 - - [2025-03-31 02:40:30] "POST /projects HTTP/1.1" 200 585 0.207397 10.0.0.22 - - [2025-03-31 02:40:30] "POST /access-control-lists HTTP/1.1" 200 596 0.055787 10.0.0.22 - - [2025-03-31 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.277739 10.0.0.22 - - [2025-03-31 02:40:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.002205 10.0.0.22 - - [2025-03-31 02:40:30] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.403425 10.0.0.22 - - [2025-03-31 02:40:30] "POST /access-control-lists HTTP/1.1" 200 594 0.060055 10.0.0.22 - - [2025-03-31 02:40:31] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.22 - - [2025-03-31 02:40:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-03-31 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.051763 10.0.0.22 - - [2025-03-31 02:40:32] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.22 - - [2025-03-31 02:40:32] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022144 10.0.0.22 - - [2025-03-31 02:40:32] "POST /neutron/network HTTP/1.1" 200 117 0.027909 10.0.0.22 - - [2025-03-31 02:40:33] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 625 0.069811 10.0.0.22 - - [2025-03-31 02:40:33] "POST /route-targets HTTP/1.1" 200 327 0.012170 10.0.0.22 - - [2025-03-31 02:40:33] "POST /ref-update HTTP/1.1" 200 156 0.013468 10.0.0.22 - - [2025-03-31 02:40:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003587 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.218368 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 839 0.004528 10.0.0.22 - - [2025-03-31 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001450 10.0.0.22 - - [2025-03-31 02:40:33] "GET /virtual-network/a8dd068b-863a-4189-91da-77b66432d4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004626 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 839 0.005593 10.0.0.22 - - [2025-03-31 02:40:33] "GET /virtual-network/a8dd068b-863a-4189-91da-77b66432d4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005296 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 839 0.005509 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.005897 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 839 0.004301 10.0.0.22 - - [2025-03-31 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001005 10.0.0.22 - - [2025-03-31 02:40:33] "POST /neutron/network HTTP/1.1" 200 849 0.005614 10.0.0.22 - - [2025-03-31 02:40:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000596 10.0.0.22 - - [2025-03-31 02:40:33] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.22 - - [2025-03-31 02:40:33] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-03-31 02:40:34] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.22 - - [2025-03-31 02:40:34] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046983 10.0.0.22 - - [2025-03-31 02:40:34] "POST /neutron/network HTTP/1.1" 200 839 0.004758 10.0.0.22 - - [2025-03-31 02:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.004838 10.0.0.22 - - [2025-03-31 02:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.004915 10.0.0.22 - - [2025-03-31 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.22 - - [2025-03-31 02:40:34] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003352 10.0.0.22 - - [2025-03-31 02:40:34] "PUT /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 276 0.009891 10.0.0.22 - - [2025-03-31 02:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.009434 10.0.0.22 - - [2025-03-31 02:40:34] "POST /neutron/network HTTP/1.1" 200 849 0.005778 10.0.0.22 - - [2025-03-31 02:40:34] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /project/950ecd6af67b4ad0a6742bfccddc1fb7 HTTP/1.1" 404 173 0.010182 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /project/dcdf44c212e746d4a9491f159f4f1e1b HTTP/1.1" 404 173 0.005624 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.046433 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.052743 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001920 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?fields=security_groups HTTP/1.1" 200 1365 0.034587 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?fields=security_groups HTTP/1.1" 200 1366 0.036754 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 1055 0.299842 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /security-group/6aa6671f-6b41-4bad-ab84-b3084723e6a3 HTTP/1.1" 200 115 0.061965 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=130ed0bb-fdfa-4d8d-9b38-06b56eebba6b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 1055 0.029002 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /security-group/1a7576c9-7d41-4468-b70d-68063405983c HTTP/1.1" 200 115 0.086111 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 1055 0.020434 10.0.0.22 - - [2025-03-31 02:40:35] "GET /projects?obj_uuids=950ecd6a-f67b-4ad0-a674-2bfccddc1fb7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /access-control-list/602f52a1-e959-4a41-9d47-e22bd00676b0 HTTP/1.1" 200 115 0.069588 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b?fields=application_policy_sets HTTP/1.1" 200 1404 0.053553 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /access-control-list/bc466d30-cbf3-4692-8471-9a6f5b620a3a HTTP/1.1" 200 115 0.034386 10.0.0.22 - - [2025-03-31 02:40:35] "GET /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7?fields=application_policy_sets HTTP/1.1" 200 1405 0.088548 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 1109 0.080344 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /access-control-list/bf9b4e09-6652-486f-af38-ed221c120da2 HTTP/1.1" 200 115 0.037704 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /access-control-list/3236f9e8-6d41-47a0-9c12-33fedcdf4942 HTTP/1.1" 200 115 0.036247 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 1083 0.024521 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002815 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /project/130ed0bb-fdfa-4d8d-9b38-06b56eebba6b HTTP/1.1" 200 115 0.424781 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.009602 10.0.0.22 - - [2025-03-31 02:40:35] "DELETE /project/950ecd6a-f67b-4ad0-a674-2bfccddc1fb7 HTTP/1.1" 200 115 0.456442 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.22 - - [2025-03-31 02:40:35] "POST /neutron/network HTTP/1.1" 200 839 0.005155 10.0.0.22 - - [2025-03-31 02:40:39] "GET /obj-perms HTTP/1.1" 200 5056 0.048738 10.0.0.22 - - [2025-03-31 02:40:39] "GET /obj-perms HTTP/1.1" 200 5056 0.044938 10.0.0.22 - - [2025-03-31 02:40:39] "POST /neutron/port HTTP/1.1" 200 1083 0.016692 10.0.0.22 - - [2025-03-31 02:40:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005737 10.0.0.22 - - [2025-03-31 02:40:39] "POST /neutron/port HTTP/1.1" 200 1083 0.015026 10.0.0.22 - - [2025-03-31 02:40:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005328 10.0.0.22 - - [2025-03-31 02:40:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016914 10.0.0.22 - - [2025-03-31 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007682 10.0.0.22 - - [2025-03-31 02:40:40] "GET /virtual-machine/13654991-e5a5-44ca-bca9-169c1fd99b7a HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2025-03-31 02:40:40] "GET /virtual-machine/13654991-e5a5-44ca-bca9-169c1fd99b7a HTTP/1.1" 200 1292 0.047796 10.0.0.22 - - [2025-03-31 02:40:40] "GET /virtual-machine-interface/cf4ca453-73bd-4c39-9d61-f8886c41a133 HTTP/1.1" 200 2971 0.005784 10.0.0.22 - - [2025-03-31 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.22 - - [2025-03-31 02:40:40] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002933 10.0.0.22 - - [2025-03-31 02:40:40] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003607 10.0.0.22 - - [2025-03-31 02:40:40] "GET /virtual-network/a8dd068b-863a-4189-91da-77b66432d4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006245 10.0.0.22 - - [2025-03-31 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-03-31 02:40:43] "GET /virtual-network/a8dd068b-863a-4189-91da-77b66432d4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004455 10.0.0.22 - - [2025-03-31 02:40:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014226 10.0.0.22 - - [2025-03-31 02:40:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004483 10.0.0.22 - - [2025-03-31 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.22 - - [2025-03-31 02:40:45] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002756 10.0.0.22 - - [2025-03-31 02:40:45] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003437 10.0.0.22 - - [2025-03-31 02:40:45] "GET /virtual-network/a8dd068b-863a-4189-91da-77b66432d4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005547 10.0.0.22 - - [2025-03-31 02:40:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015104 10.0.0.22 - - [2025-03-31 02:40:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005605 10.0.0.22 - - [2025-03-31 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.22 - - [2025-03-31 02:40:52] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003247 10.0.0.22 - - [2025-03-31 02:40:53] "PUT /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 276 0.008617 10.0.0.22 - - [2025-03-31 02:40:53] "POST /neutron/network HTTP/1.1" 200 839 0.010158 10.0.0.22 - - [2025-03-31 02:40:53] "POST /neutron/network HTTP/1.1" 400 204 0.011339 10.0.0.22 - - [2025-03-31 02:40:53] "POST /neutron/port HTTP/1.1" 200 1083 0.023952 10.0.0.22 - - [2025-03-31 02:40:53] "POST /neutron/port HTTP/1.1" 200 1109 0.009848 10.0.0.22 - - [2025-03-31 02:40:53] "POST /neutron/port HTTP/1.1" 200 151 0.098980 10.0.0.22 - - [2025-03-31 02:40:55] "POST /neutron/network HTTP/1.1" 200 839 0.005244 10.0.0.22 - - [2025-03-31 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007462 10.0.0.22 - - [2025-03-31 02:40:55] "DELETE /route-target/88414685-ecc4-44a2-9d28-15b97dbf468a HTTP/1.1" 200 115 0.014553 10.0.0.22 - - [2025-03-31 02:40:55] "POST /useragent-kv HTTP/1.1" 200 115 0.029167 10.0.0.22 - - [2025-03-31 02:40:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001922 10.0.0.22 - - [2025-03-31 02:40:55] "POST /neutron/network HTTP/1.1" 200 151 0.097955 10.0.0.22 - - [2025-03-31 02:40:55] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003070 10.0.0.22 - - [2025-03-31 02:40:55] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece HTTP/1.1" 200 1827 0.004044 10.0.0.22 - - [2025-03-31 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.22 - - [2025-03-31 02:40:55] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.22 - - [2025-03-31 02:40:55] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024861 10.0.0.22 - - [2025-03-31 02:40:55] "POST /neutron/network HTTP/1.1" 200 117 0.006843 10.0.0.22 - - [2025-03-31 02:40:55] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/network HTTP/1.1" 200 605 0.054906 10.0.0.22 - - [2025-03-31 02:40:56] "POST /route-targets HTTP/1.1" 200 327 0.009459 10.0.0.22 - - [2025-03-31 02:40:56] "POST /ref-update HTTP/1.1" 200 156 0.009575 10.0.0.22 - - [2025-03-31 02:40:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002397 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/subnet HTTP/1.1" 200 710 0.145995 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/network HTTP/1.1" 200 821 0.005122 10.0.0.22 - - [2025-03-31 02:40:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001231 10.0.0.22 - - [2025-03-31 02:40:56] "GET /virtual-network/aee0b5be-749a-454c-8020-3e6c2677cea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004659 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/network HTTP/1.1" 200 821 0.008492 10.0.0.22 - - [2025-03-31 02:40:56] "GET /virtual-network/aee0b5be-749a-454c-8020-3e6c2677cea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005109 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/network HTTP/1.1" 200 821 0.006212 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/subnet HTTP/1.1" 200 710 0.006640 10.0.0.22 - - [2025-03-31 02:40:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.002544 10.0.0.22 - - [2025-03-31 02:40:56] "POST /neutron/network HTTP/1.1" 200 831 0.005525 10.0.0.22 - - [2025-03-31 02:40:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-03-31 02:40:56] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.22 - - [2025-03-31 02:40:56] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-03-31 02:40:57] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.22 - - [2025-03-31 02:40:57] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051201 10.0.0.22 - - [2025-03-31 02:40:57] "POST /neutron/network HTTP/1.1" 200 821 0.028899 10.0.0.22 - - [2025-03-31 02:40:57] "POST /neutron/port HTTP/1.1" 200 117 0.007758 10.0.0.22 - - [2025-03-31 02:40:57] "POST /neutron/port HTTP/1.1" 200 117 0.006469 10.0.0.22 - - [2025-03-31 02:40:57] "POST /neutron/port HTTP/1.1" 200 117 0.005119 10.0.0.22 - - [2025-03-31 02:40:57] "POST /neutron/network HTTP/1.1" 200 831 0.006055 10.0.0.22 - - [2025-03-31 02:40:57] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 1057 0.206434 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 1057 0.027157 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 1057 0.007121 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 1111 0.053766 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 1085 0.021680 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002742 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.009489 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.22 - - [2025-03-31 02:40:58] "POST /neutron/network HTTP/1.1" 200 821 0.004844 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/port HTTP/1.1" 200 1085 0.015505 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005604 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/port HTTP/1.1" 200 1085 0.013476 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005195 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/port HTTP/1.1" 200 1085 0.014401 10.0.0.22 - - [2025-03-31 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005354 10.0.0.22 - - [2025-03-31 02:41:02] "GET /virtual-machine/5a503595-17c4-48d0-8aab-0effc6d30017 HTTP/1.1" 200 1291 0.003576 10.0.0.22 - - [2025-03-31 02:41:02] "GET /virtual-machine-interface/7d0f0d76-766b-43bb-9979-db10f06eb793 HTTP/1.1" 200 2940 0.004270 10.0.0.22 - - [2025-03-31 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.22 - - [2025-03-31 02:41:02] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002678 10.0.0.22 - - [2025-03-31 02:41:02] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004041 10.0.0.22 - - [2025-03-31 02:41:02] "GET /virtual-network/aee0b5be-749a-454c-8020-3e6c2677cea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005046 10.0.0.22 - - [2025-03-31 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.22 - - [2025-03-31 02:41:05] "GET /virtual-network/aee0b5be-749a-454c-8020-3e6c2677cea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004897 10.0.0.22 - - [2025-03-31 02:41:06] "POST /neutron/port HTTP/1.1" 200 1085 0.014569 10.0.0.22 - - [2025-03-31 02:41:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004978 10.0.0.22 - - [2025-03-31 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.22 - - [2025-03-31 02:41:08] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002915 10.0.0.22 - - [2025-03-31 02:41:08] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002765 10.0.0.22 - - [2025-03-31 02:41:08] "GET /virtual-network/aee0b5be-749a-454c-8020-3e6c2677cea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005645 10.0.0.22 - - [2025-03-31 02:41:10] "POST /neutron/network HTTP/1.1" 200 821 0.005620 10.0.0.22 - - [2025-03-31 02:41:10] "POST /neutron/network HTTP/1.1" 400 204 0.011345 10.0.0.22 - - [2025-03-31 02:41:10] "POST /neutron/port HTTP/1.1" 200 1085 0.013475 10.0.0.22 - - [2025-03-31 02:41:10] "POST /neutron/port HTTP/1.1" 200 1111 0.010033 10.0.0.22 - - [2025-03-31 02:41:10] "POST /neutron/port HTTP/1.1" 200 151 0.097028 10.0.0.22 - - [2025-03-31 02:41:12] "POST /neutron/network HTTP/1.1" 200 821 0.006033 10.0.0.22 - - [2025-03-31 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.22 - - [2025-03-31 02:41:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002755 10.0.0.22 - - [2025-03-31 02:41:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001875 10.0.0.22 - - [2025-03-31 02:41:12] "POST /neutron/network HTTP/1.1" 200 151 0.079393 10.0.0.22 - - [2025-03-31 02:41:12] "DELETE /route-target/6f7594dd-3a22-473f-95b1-fe08f89254e0 HTTP/1.1" 200 115 0.018524 10.0.0.22 - - [2025-03-31 02:41:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002665 10.0.0.22 - - [2025-03-31 02:41:12] "POST /network-ipams HTTP/1.1" 200 541 0.016260 10.0.0.22 - - [2025-03-31 02:41:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003074 10.0.0.22 - - [2025-03-31 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.22 - - [2025-03-31 02:41:12] "GET /network-ipam/49cd1407-71a9-4e75-8597-2862df3a043c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.004853 10.0.0.22 - - [2025-03-31 02:41:13] "PUT /network-ipam/49cd1407-71a9-4e75-8597-2862df3a043c HTTP/1.1" 200 258 0.010947 10.0.0.22 - - [2025-03-31 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.22 - - [2025-03-31 02:41:13] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.22 - - [2025-03-31 02:41:13] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045049 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 117 0.007096 10.0.0.22 - - [2025-03-31 02:41:13] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 605 0.063798 10.0.0.22 - - [2025-03-31 02:41:13] "POST /route-targets HTTP/1.1" 200 327 0.012614 10.0.0.22 - - [2025-03-31 02:41:13] "POST /ref-update HTTP/1.1" 200 156 0.010581 10.0.0.22 - - [2025-03-31 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.147719 10.0.0.22 - - [2025-03-31 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003843 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.173528 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 994 0.006980 10.0.0.22 - - [2025-03-31 02:41:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001139 10.0.0.22 - - [2025-03-31 02:41:13] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004574 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 994 0.006713 10.0.0.22 - - [2025-03-31 02:41:13] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004550 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 994 0.006774 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005997 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.006125 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/network HTTP/1.1" 200 994 0.005853 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005317 10.0.0.22 - - [2025-03-31 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005472 10.0.0.22 - - [2025-03-31 02:41:13] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.147913 10.0.0.22 - - [2025-03-31 02:41:14] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.146845 10.0.0.22 - - [2025-03-31 02:41:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001080 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007134 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008204 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/network HTTP/1.1" 200 994 0.006790 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007394 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.005376 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.004529 10.0.0.22 - - [2025-03-31 02:41:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001178 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.004454 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007924 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006730 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010978 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/network HTTP/1.1" 200 994 0.009869 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007734 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 1017 0.012090 10.0.0.22 - - [2025-03-31 02:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.006535 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.004645 10.0.0.22 - - [2025-03-31 02:41:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001289 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.006118 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/network HTTP/1.1" 200 1004 0.007006 10.0.0.22 - - [2025-03-31 02:41:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007859 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/network HTTP/1.1" 200 1004 0.010450 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007483 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006926 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1109 0.102576 10.0.0.22 - - [2025-03-31 02:41:15] "GET / HTTP/1.1" 200 35931 0.005126 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.019597 10.0.0.22 - - [2025-03-31 02:41:15] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000945 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1083 0.020070 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/network HTTP/1.1" 200 1004 0.009811 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003501 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.010432 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007824 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.037849 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1109 0.106167 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/network HTTP/1.1" 200 994 0.008727 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 1083 0.019900 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003354 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.012939 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.22 - - [2025-03-31 02:41:15] "POST /neutron/network HTTP/1.1" 200 994 0.011215 10.0.0.22 - - [2025-03-31 02:41:15] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001700 10.0.0.22 - - [2025-03-31 02:41:16] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072304 10.0.0.22 - - [2025-03-31 02:41:16] "POST /neutron/network HTTP/1.1" 200 994 0.009586 10.0.0.22 - - [2025-03-31 02:41:16] "POST /neutron/port HTTP/1.1" 200 2050 0.028167 10.0.0.22 - - [2025-03-31 02:41:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006056 10.0.0.22 - - [2025-03-31 02:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains HTTP/1.1" 200 280 0.007471 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2573 0.008299 10.0.0.22 - - [2025-03-31 02:41:16] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.22 - - [2025-03-31 02:41:16] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b HTTP/1.1" 200 2842 0.085812 10.0.0.22 - - [2025-03-31 02:41:16] "GET /network-ipam/49cd1407-71a9-4e75-8597-2862df3a043c HTTP/1.1" 200 2599 0.007293 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains HTTP/1.1" 200 280 0.002460 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2573 0.006468 10.0.0.22 - - [2025-03-31 02:41:16] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.22 - - [2025-03-31 02:41:16] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b HTTP/1.1" 200 2842 0.114267 10.0.0.22 - - [2025-03-31 02:41:16] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3 HTTP/1.1" 200 3777 0.005966 10.0.0.22 - - [2025-03-31 02:41:16] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3 HTTP/1.1" 200 3777 0.005131 10.0.0.22 - - [2025-03-31 02:41:16] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 200 2379 0.003520 10.0.0.22 - - [2025-03-31 02:41:16] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 200 2379 0.003336 10.0.0.22 - - [2025-03-31 02:41:16] "GET /route-target/4b66c5cb-2af3-41da-86c2-0f145d1f5f35 HTTP/1.1" 200 1203 0.003171 10.0.0.22 - - [2025-03-31 02:41:16] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3 HTTP/1.1" 200 3777 0.005047 10.0.0.22 - - [2025-03-31 02:41:16] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 200 2379 0.006175 10.0.0.22 - - [2025-03-31 02:41:16] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009008 10.0.0.22 - - [2025-03-31 02:41:16] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3 HTTP/1.1" 200 3777 0.007062 10.0.0.22 - - [2025-03-31 02:41:16] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 200 2379 0.004372 10.0.0.22 - - [2025-03-31 02:41:16] "POST /neutron/network HTTP/1.1" 200 1004 0.013327 10.0.0.22 - - [2025-03-31 02:41:16] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 200 2379 0.004488 10.0.0.22 - - [2025-03-31 02:41:16] "GET /route-target/4b66c5cb-2af3-41da-86c2-0f145d1f5f35 HTTP/1.1" 200 1203 0.009411 10.0.0.22 - - [2025-03-31 02:41:16] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002160 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains HTTP/1.1" 200 280 0.009494 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.22 - - [2025-03-31 02:41:16] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2573 0.011592 10.0.0.22 - - [2025-03-31 02:41:16] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009740 10.0.0.22 - - [2025-03-31 02:41:16] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b HTTP/1.1" 200 3086 0.142343 10.0.0.22 - - [2025-03-31 02:41:17] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3 HTTP/1.1" 200 4035 0.042548 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1055 0.425575 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1055 0.018481 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1055 0.009060 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1109 0.092391 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1083 0.030790 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.22 - - [2025-03-31 02:41:17] "GET /obj-perms HTTP/1.1" 200 5030 0.065771 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.012366 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/network HTTP/1.1" 200 994 0.010182 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1083 0.043799 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.024443 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014404 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005378 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/port HTTP/1.1" 200 1083 0.018950 10.0.0.22 - - [2025-03-31 02:41:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008220 10.0.0.22 - - [2025-03-31 02:41:17] "GET /virtual-machine/b6462b1d-d869-4c2d-9130-f8d4c0f71066 HTTP/1.1" 200 1289 0.011665 10.0.0.22 - - [2025-03-31 02:41:17] "GET /virtual-machine-interface/2dc040e8-4c00-47f7-bbfc-cabacd384152 HTTP/1.1" 200 2940 0.004430 10.0.0.22 - - [2025-03-31 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007274 10.0.0.22 - - [2025-03-31 02:41:17] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002974 10.0.0.22 - - [2025-03-31 02:41:17] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007471 10.0.0.22 - - [2025-03-31 02:41:17] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005252 10.0.0.22 - - [2025-03-31 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.22 - - [2025-03-31 02:41:21] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004628 10.0.0.22 - - [2025-03-31 02:41:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016226 10.0.0.22 - - [2025-03-31 02:41:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006148 10.0.0.22 - - [2025-03-31 02:41:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016395 10.0.0.22 - - [2025-03-31 02:41:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005834 10.0.0.22 - - [2025-03-31 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.22 - - [2025-03-31 02:41:25] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004996 10.0.0.22 - - [2025-03-31 02:41:26] "POST /neutron/port HTTP/1.1" 200 1083 0.020929 10.0.0.22 - - [2025-03-31 02:41:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005368 10.0.0.22 - - [2025-03-31 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.22 - - [2025-03-31 02:41:27] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002747 10.0.0.22 - - [2025-03-31 02:41:27] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002905 10.0.0.22 - - [2025-03-31 02:41:27] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005790 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/port HTTP/1.1" 200 1083 0.017690 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005376 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013808 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005681 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016134 10.0.0.22 - - [2025-03-31 02:41:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008111 10.0.0.22 - - [2025-03-31 02:41:27] "GET /virtual-machine/9f85faa5-e1c4-45da-b6af-f8c39afd53ba HTTP/1.1" 200 1289 0.005317 10.0.0.22 - - [2025-03-31 02:41:27] "GET /virtual-machine-interface/8d8ae0ff-aac2-473e-9a6a-bd92ee2ae524 HTTP/1.1" 200 2941 0.005028 10.0.0.22 - - [2025-03-31 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.22 - - [2025-03-31 02:41:27] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003988 10.0.0.22 - - [2025-03-31 02:41:28] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003789 10.0.0.22 - - [2025-03-31 02:41:28] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005952 10.0.0.22 - - [2025-03-31 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.22 - - [2025-03-31 02:41:29] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003091 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002780 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006497 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015389 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006268 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015124 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007235 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/port HTTP/1.1" 200 1083 0.014099 10.0.0.22 - - [2025-03-31 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006578 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-machine/e7de40e9-57e7-4e7e-868e-e38410c5fea7 HTTP/1.1" 200 1292 0.003896 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-machine-interface/d5268c8c-23ec-4925-8032-97cd5c82ac08 HTTP/1.1" 200 2940 0.004127 10.0.0.22 - - [2025-03-31 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.22 - - [2025-03-31 02:41:29] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002720 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003142 10.0.0.22 - - [2025-03-31 02:41:29] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005635 10.0.0.22 - - [2025-03-31 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.22 - - [2025-03-31 02:41:30] "GET /global-vrouter-config/95ec8132-c53c-4f58-a7ca-cd5756571ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003020 10.0.0.22 - - [2025-03-31 02:41:31] "GET /virtual-networks?parent_id=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003562 10.0.0.22 - - [2025-03-31 02:41:31] "GET /virtual-network/2d2d642e-5fa6-422b-82d5-3ac07aca25f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005249 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014467 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014698 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/network HTTP/1.1" 200 1004 0.008183 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004286 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.010682 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.22 - - [2025-03-31 02:41:31] "POST /neutron/network HTTP/1.1" 200 994 0.007323 10.0.0.22 - - [2025-03-31 02:41:40] "GET /obj-perms HTTP/1.1" 200 5056 0.040904 10.0.0.22 - - [2025-03-31 02:41:40] "GET /obj-perms HTTP/1.1" 200 5056 0.051152 10.0.0.22 - - [2025-03-31 02:41:46] "POST /neutron/port HTTP/1.1" 200 1109 0.014045 10.0.0.22 - - [2025-03-31 02:41:46] "POST /neutron/port HTTP/1.1" 200 1109 0.014014 10.0.0.22 - - [2025-03-31 02:41:46] "POST /neutron/port HTTP/1.1" 200 151 0.119313 10.0.0.22 - - [2025-03-31 02:41:46] "POST /neutron/port HTTP/1.1" 200 1109 0.012153 10.0.0.22 - - [2025-03-31 02:41:46] "POST /neutron/port HTTP/1.1" 200 1109 0.010218 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/port HTTP/1.1" 200 1083 0.037364 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/port HTTP/1.1" 200 1109 0.011793 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/port HTTP/1.1" 200 151 0.154448 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/network HTTP/1.1" 200 994 0.013948 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/network HTTP/1.1" 400 204 0.012618 10.0.0.22 - - [2025-03-31 02:41:47] "POST /neutron/port HTTP/1.1" 200 151 0.125840 10.0.0.22 - - [2025-03-31 02:41:49] "POST /neutron/network HTTP/1.1" 200 994 0.007448 10.0.0.22 - - [2025-03-31 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003137 10.0.0.22 - - [2025-03-31 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.22 - - [2025-03-31 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001823 10.0.0.22 - - [2025-03-31 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.22 - - [2025-03-31 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003231 10.0.0.22 - - [2025-03-31 02:41:49] "POST /neutron/network HTTP/1.1" 200 151 0.101015 10.0.0.22 - - [2025-03-31 02:41:49] "DELETE /route-target/4b66c5cb-2af3-41da-86c2-0f145d1f5f35 HTTP/1.1" 200 115 0.025765 10.0.0.22 - - [2025-03-31 02:41:49] "GET /routing-instance/0ba29fd3-073c-4578-a444-51fd16f56781 HTTP/1.1" 404 171 0.004483 10.0.0.22 - - [2025-03-31 02:41:49] "GET /domains HTTP/1.1" 200 280 0.002389 10.0.0.22 - - [2025-03-31 02:41:49] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.22 - - [2025-03-31 02:41:49] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62 HTTP/1.1" 200 2573 0.048708 10.0.0.22 - - [2025-03-31 02:41:49] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.22 - - [2025-03-31 02:41:49] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b HTTP/1.1" 200 2085 0.077403 10.0.0.22 - - [2025-03-31 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.22 - - [2025-03-31 02:41:49] "DELETE /network-ipam/49cd1407-71a9-4e75-8597-2862df3a043c HTTP/1.1" 200 115 0.025121 10.0.0.22 - - [2025-03-31 02:41:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.002295 10.0.0.22 - - [2025-03-31 02:41:49] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.22 - - [2025-03-31 02:41:49] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051154 10.0.0.22 - - [2025-03-31 02:41:49] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002087 10.0.0.22 - - [2025-03-31 02:41:49] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?fields=virtual_networks HTTP/1.1" 200 1032 0.068322 10.0.0.22 - - [2025-03-31 02:41:50] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.22 - - [2025-03-31 02:41:50] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.030251 10.0.0.22 - - [2025-03-31 02:41:50] "GET /projects?obj_uuids=dcdf44c2-12e7-46d4-a949-1f159f4f1e1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.22 - - [2025-03-31 02:41:50] "GET /project/dcdf44c2-12e7-46d4-a949-1f159f4f1e1b?fields=security_groups HTTP/1.1" 200 1258 0.031872 10.0.0.22 - - [2025-03-31 02:41:51] "POST /neutron/port HTTP/1.1" 200 117 0.004928 10.0.0.22 - - [2025-03-31 02:41:51] "POST /neutron/port HTTP/1.1" 400 205 0.003577 10.0.0.22 - - [2025-03-31 02:41:52] "POST /neutron/port HTTP/1.1" 200 117 0.004771 10.0.0.22 - - [2025-03-31 02:41:52] "POST /neutron/port HTTP/1.1" 400 205 0.003114 10.0.0.22 - - [2025-03-31 02:41:57] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.22 - - [2025-03-31 02:41:58] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-03-31 02:41:58] "GET /projects?obj_uuids=1a49c7ae-6c29-4512-8416-1592e18ead9b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001181 10.0.0.22 - - [2025-03-31 02:41:58] "GET /project/1a49c7ae-6c29-4512-8416-1592e18ead9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.045573 [Introspect:8084]10.0.0.22 - - [2025-03-31 02:41:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001099 10.0.0.22 - - [2025-03-31 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.024720 10.0.0.22 - - [2025-03-31 02:41:59] "GET /projects?obj_uuids=5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002232 10.0.0.22 - - [2025-03-31 02:41:59] "GET /domains?obj_uuids=2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.22 - - [2025-03-31 02:41:59] "GET /domain/2e3ba078-0ff6-4cdb-b0cb-5f08421c2c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028299 10.0.0.22 - - [2025-03-31 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.001182 10.0.0.22 - - [2025-03-31 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.002470 10.0.0.22 - - [2025-03-31 02:41:59] "POST /security-groups HTTP/1.1" 200 587 0.067775 10.0.0.22 - - [2025-03-31 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 230 0.002334 10.0.0.22 - - [2025-03-31 02:41:59] "POST /projects HTTP/1.1" 200 577 0.221895 10.0.0.22 - - [2025-03-31 02:41:59] "POST /access-control-lists HTTP/1.1" 200 592 0.056825 10.0.0.22 - - [2025-03-31 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289353 10.0.0.22 - - [2025-03-31 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.002546 10.0.0.22 - - [2025-03-31 02:41:59] "GET /project/5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.429486 10.0.0.22 - - [2025-03-31 02:41:59] "POST /access-control-lists HTTP/1.1" 200 590 0.058929 10.0.0.22 - - [2025-03-31 02:42:00] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.22 - - [2025-03-31 02:42:01] "GET /projects?obj_uuids=5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.22 - - [2025-03-31 02:42:01] "GET /project/5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029211 10.0.0.22 - - [2025-03-31 02:42:01] "GET /projects?obj_uuids=5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.22 - - [2025-03-31 02:42:01] "GET /project/5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec?fields=virtual_networks HTTP/1.1" 200 1023 0.073050 10.0.0.22 - - [2025-03-31 02:42:01] "GET /projects?obj_uuids=5982a0ed-67a8-4b9a-afd6-bc6f7cda3aec&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034