++ 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 Dec 23 02:05:22 UTC 2024 ===================' INFO: =================== Mon Dec 23 02:05:22 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ local servers=10.0.0.33 +++ 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.33,10.20.0.14,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/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/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/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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 12/23/2024 02:05:30.576 7ff21cd45c48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/23/2024 02:05:30.606 7ff21cd45c48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/23/2024 02:05:30.622 7ff21cd45c48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/23/2024 02:05:30.622 7ff21cd45c48 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' 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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2024-12-23 02:05:36] "GET / HTTP/1.1" 200 45871 0.002419 10.0.0.33 - - [2024-12-23 02:05:36] "GET / HTTP/1.1" 200 45871 0.001566 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.33 - - [2024-12-23 02:05:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000599 10.0.0.33 - - [2024-12-23 02:05:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2024-12-23 02:05:36] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.33 - - [2024-12-23 02:05:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2024-12-23 02:05:36] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.33 - - [2024-12-23 02:05:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.33 - - [2024-12-23 02:05:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.207152 10.0.0.33 - - [2024-12-23 02:05:37] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003756 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.629848 10.0.0.33 - - [2024-12-23 02:05:37] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006431 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.946226 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.380584 10.0.0.33 - - [2024-12-23 02:05:37] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007633 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003328 10.0.0.33 - - [2024-12-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003464 10.0.0.33 - - [2024-12-23 02:05:37] "POST /config-nodes HTTP/1.1" 200 599 0.019049 10.0.0.33 - - [2024-12-23 02:05:37] "POST /config-database-nodes HTTP/1.1" 200 617 0.020591 10.0.0.33 - - [2024-12-23 02:05:38] "GET / HTTP/1.1" 200 35931 0.002216 /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.33 - - [2024-12-23 02:05:38] "GET / HTTP/1.1" 200 35931 0.001425 10.0.0.33 - - [2024-12-23 02:05:38] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000493 10.0.0.33 - - [2024-12-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2024-12-23 02:05:38] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.33 - - [2024-12-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.33 - - [2024-12-23 02:05:38] "GET / HTTP/1.1" 200 35931 0.001615 10.0.0.33 - - [2024-12-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.302790 10.0.0.33 - - [2024-12-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.33 - - [2024-12-23 02:05:38] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007512 10.0.0.33 - - [2024-12-23 02:05:38] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019565 10.0.0.33 - - [2024-12-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.003246 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.33 - - [2024-12-23 02:05:39] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008843 10.0.0.33 - - [2024-12-23 02:05:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.328127 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.034446 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024053 10.0.0.33 - - [2024-12-23 02:05:39] "POST /job-templates HTTP/1.1" 200 555 0.061668 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003077 10.0.0.33 - - [2024-12-23 02:05:39] "GET /network-ipam/d5bf7f0e-b68f-4c15-ac6c-55fbf822dd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004035 10.0.0.33 - - [2024-12-23 02:05:39] "POST /job-templates HTTP/1.1" 200 563 0.065654 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-templates HTTP/1.1" 200 511 0.023286 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-templates HTTP/1.1" 200 501 0.019956 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.002912 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-templates HTTP/1.1" 200 515 0.031815 10.0.0.33 - - [2024-12-23 02:05:39] "POST /job-templates HTTP/1.1" 200 545 0.073217 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-templates HTTP/1.1" 200 535 0.019630 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003452 10.0.0.33 - - [2024-12-23 02:05:39] "POST /service-templates HTTP/1.1" 200 507 0.031598 10.0.0.33 - - [2024-12-23 02:05:39] "POST /job-templates HTTP/1.1" 200 577 0.072263 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003220 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2024-12-23 02:05:39] "POST /job-templates HTTP/1.1" 200 579 0.071883 10.0.0.33 - - [2024-12-23 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.003456 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 583 0.061808 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003653 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 559 0.061612 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003264 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025512 10.0.0.33 - - [2024-12-23 02:05:40] "GET /network-ipam/d5bf7f0e-b68f-4c15-ac6c-55fbf822dd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.037195 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 569 0.063883 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003315 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 555 0.060470 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003441 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 555 0.062992 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003408 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 555 0.061244 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.003231 10.0.0.33 - - [2024-12-23 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.002442 10.0.0.33 - - [2024-12-23 02:05:40] "POST /job-templates HTTP/1.1" 200 535 0.062434 10.0.0.33 - - [2024-12-23 02:05:40] "POST /access-control-lists HTTP/1.1" 200 587 0.053532 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003611 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.003072 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 559 0.065889 10.0.0.33 - - [2024-12-23 02:05:41] "POST /access-control-lists HTTP/1.1" 200 585 0.059994 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003912 10.0.0.33 - - [2024-12-23 02:05:41] "POST /route-targets HTTP/1.1" 200 327 0.010562 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 559 0.062507 10.0.0.33 - - [2024-12-23 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.028208 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.002939 10.0.0.33 - - [2024-12-23 02:05:41] "POST /route-targets HTTP/1.1" 200 327 0.010064 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 559 0.062285 10.0.0.33 - - [2024-12-23 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.052100 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.002881 10.0.0.33 - - [2024-12-23 02:05:41] "POST /route-targets HTTP/1.1" 200 327 0.010061 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 565 0.062661 10.0.0.33 - - [2024-12-23 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.049562 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003492 10.0.0.33 - - [2024-12-23 02:05:41] "POST /route-targets HTTP/1.1" 200 327 0.010567 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 557 0.062622 10.0.0.33 - - [2024-12-23 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.051385 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003239 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.004109 10.0.0.33 - - [2024-12-23 02:05:41] "POST /job-templates HTTP/1.1" 200 555 0.062270 10.0.0.33 - - [2024-12-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.003618 10.0.0.33 - - [2024-12-23 02:05:41] "POST /access-control-lists HTTP/1.1" 200 551 0.083705 10.0.0.33 - - [2024-12-23 02:05:42] "PUT /access-control-list/365d7d3a-5051-4b06-a49b-b8529d9fd406 HTTP/1.1" 200 272 0.012240 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 573 0.073992 10.0.0.33 - - [2024-12-23 02:05:42] "PUT /access-control-list/6c7779e3-5c38-4cdb-8418-ebb4b9c0935e HTTP/1.1" 200 272 0.017158 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003116 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 551 0.070029 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003298 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 579 0.061748 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003265 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 555 0.061874 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.004577 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 559 0.065512 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003193 10.0.0.33 - - [2024-12-23 02:05:42] "POST /job-templates HTTP/1.1" 200 575 0.061580 10.0.0.33 - - [2024-12-23 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003134 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 557 0.066950 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003199 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 559 0.067352 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003031 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 555 0.060892 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003500 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 553 0.060998 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003214 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 553 0.061052 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003248 10.0.0.33 - - [2024-12-23 02:05:43] "POST /job-templates HTTP/1.1" 200 553 0.064961 10.0.0.33 - - [2024-12-23 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.003034 10.0.0.33 - - [2024-12-23 02:05:44] "POST /job-templates HTTP/1.1" 200 563 0.061248 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002975 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.33 - - [2024-12-23 02:05:44] "GET /global-vrouter-config/cdcdf07b-13af-4aa5-a358-1a4374b41837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.011983 10.0.0.33 - - [2024-12-23 02:05:44] "POST /job-templates HTTP/1.1" 200 565 0.067432 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002404 10.0.0.33 - - [2024-12-23 02:05:44] "PUT /global-vrouter-config/cdcdf07b-13af-4aa5-a358-1a4374b41837 HTTP/1.1" 200 276 0.010733 10.0.0.33 - - [2024-12-23 02:05:44] "POST /config-propertiess HTTP/1.1" 200 551 0.018342 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 168 0.003043 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 321 0.038058 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 166 0.003497 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 317 0.022006 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.003131 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 333 0.024462 10.0.0.33 - - [2024-12-23 02:05:44] "GET / HTTP/1.1" 200 35931 0.001496 10.0.0.33 - - [2024-12-23 02:05:44] "POST /alarms HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.003292 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 309 0.020563 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.003558 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 333 0.022999 10.0.0.33 - - [2024-12-23 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 164 0.003196 10.0.0.33 - - [2024-12-23 02:05:44] "POST /tags HTTP/1.1" 200 313 0.025720 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 581 0.042825 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 169 0.002221 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 575 0.018075 10.0.0.33 - - [2024-12-23 02:05:45] "POST /tags HTTP/1.1" 200 323 0.026340 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 575 0.026538 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 559 0.018778 10.0.0.33 - - [2024-12-23 02:05:45] "PUT /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a HTTP/1.1" 200 274 0.010336 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 555 0.018670 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002658 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 557 0.023583 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 327 0.017536 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002944 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 565 0.021240 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 327 0.014067 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 549 0.025312 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003341 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 557 0.018730 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 327 0.012355 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 567 0.022935 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003951 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 327 0.013214 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 555 0.024542 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.003359 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 567 0.018147 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 323 0.013173 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.002810 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 575 0.060494 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 323 0.011755 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 569 0.019336 10.0.0.33 - - [2024-12-23 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 161 0.003420 10.0.0.33 - - [2024-12-23 02:05:45] "POST /alarms HTTP/1.1" 200 561 0.018950 10.0.0.33 - - [2024-12-23 02:05:45] "POST /hardwares HTTP/1.1" 200 317 0.013981 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002796 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 561 0.023176 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 323 0.013598 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 561 0.022633 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003107 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 547 0.017118 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 323 0.012802 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 595 0.017607 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003108 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 575 0.020620 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 323 0.012837 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.002143 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 571 0.017378 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 325 0.016722 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 583 0.019028 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003004 10.0.0.33 - - [2024-12-23 02:05:46] "POST /alarms HTTP/1.1" 200 609 0.017190 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 325 0.011579 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.002980 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 325 0.011236 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003078 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 325 0.013194 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002985 10.0.0.33 - - [2024-12-23 02:05:46] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.33 - - [2024-12-23 02:05:46] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 323 0.011618 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 161 0.003090 10.0.0.33 - - [2024-12-23 02:05:46] "POST /hardwares HTTP/1.1" 200 317 0.010586 10.0.0.33 - - [2024-12-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002987 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 323 0.011933 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003083 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 317 0.011458 10.0.0.33 - - [2024-12-23 02:05:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029205 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002403 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.33 - - [2024-12-23 02:05:47] "PUT /global-vrouter-config/cdcdf07b-13af-4aa5-a358-1a4374b41837 HTTP/1.1" 200 276 0.010424 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 323 0.014926 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003016 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 319 0.011379 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003061 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 319 0.015100 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.003231 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 325 0.011158 10.0.0.33 - - [2024-12-23 02:05:47] "GET / HTTP/1.1" 200 35931 0.001578 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003158 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 317 0.012266 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003110 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 317 0.012446 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.004828 10.0.0.33 - - [2024-12-23 02:05:47] "POST /hardwares HTTP/1.1" 200 319 0.011731 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.022324 10.0.0.33 - - [2024-12-23 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.002378 10.0.0.33 - - [2024-12-23 02:05:47] "GET /global-vrouter-config/cdcdf07b-13af-4aa5-a358-1a4374b41837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003083 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 319 0.015671 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.002278 10.0.0.33 - - [2024-12-23 02:05:48] "PUT /global-vrouter-config/cdcdf07b-13af-4aa5-a358-1a4374b41837 HTTP/1.1" 200 276 0.010939 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 319 0.011634 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003092 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 311 0.012125 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003076 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 311 0.011432 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 160 0.003026 10.0.0.33 - - [2024-12-23 02:05:48] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 315 0.014025 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 154 0.002942 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 303 0.013119 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003236 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 311 0.012480 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.003247 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 305 0.013153 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.024060 10.0.0.33 - - [2024-12-23 02:05:48] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006166 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.002666 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 305 0.011695 10.0.0.33 - - [2024-12-23 02:05:48] "PUT /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a HTTP/1.1" 200 274 0.020489 10.0.0.33 - - [2024-12-23 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.003030 10.0.0.33 - - [2024-12-23 02:05:48] "POST /hardwares HTTP/1.1" 200 305 0.011026 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003062 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 305 0.011518 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003293 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 307 0.012988 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003322 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 307 0.011880 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003242 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 307 0.010789 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.003899 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 309 0.010788 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003963 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 311 0.012039 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003091 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 311 0.011075 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 153 0.003008 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 301 0.011797 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.003064 10.0.0.33 - - [2024-12-23 02:05:49] "POST /hardwares HTTP/1.1" 200 309 0.014086 10.0.0.33 - - [2024-12-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.003083 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.012034 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003891 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.011477 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003328 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.010961 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.002964 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.012292 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003050 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 317 0.011021 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003326 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.011419 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.002926 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 309 0.012072 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 154 0.003023 10.0.0.33 - - [2024-12-23 02:05:50] "POST /hardwares HTTP/1.1" 200 303 0.010841 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.004100 10.0.0.33 - - [2024-12-23 02:05:50] "POST /features HTTP/1.1" 200 533 0.019604 10.0.0.33 - - [2024-12-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.003368 10.0.0.33 - - [2024-12-23 02:05:50] "POST /features HTTP/1.1" 200 523 0.019105 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003158 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 521 0.017842 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003063 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 521 0.020104 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.003150 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 531 0.017230 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.002978 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 521 0.016151 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003208 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 539 0.022316 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.003344 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 525 0.017513 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003143 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 519 0.020473 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 182 0.003292 10.0.0.33 - - [2024-12-23 02:05:51] "POST /features HTTP/1.1" 200 517 0.019053 10.0.0.33 - - [2024-12-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003829 10.0.0.33 - - [2024-12-23 02:05:52] "POST /features HTTP/1.1" 200 533 0.021814 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003065 10.0.0.33 - - [2024-12-23 02:05:52] "POST /features HTTP/1.1" 200 541 0.022575 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 178 0.004189 10.0.0.33 - - [2024-12-23 02:05:52] "POST /physical-roles HTTP/1.1" 200 521 0.018742 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 179 0.004030 10.0.0.33 - - [2024-12-23 02:05:52] "POST /physical-roles HTTP/1.1" 200 523 0.025733 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003448 10.0.0.33 - - [2024-12-23 02:05:52] "POST /physical-roles HTTP/1.1" 200 533 0.016408 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 177 0.002943 10.0.0.33 - - [2024-12-23 02:05:52] "POST /physical-roles HTTP/1.1" 200 519 0.017483 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.004043 10.0.0.33 - - [2024-12-23 02:05:52] "POST /overlay-roles HTTP/1.1" 200 545 0.022174 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003033 10.0.0.33 - - [2024-12-23 02:05:52] "POST /overlay-roles HTTP/1.1" 200 531 0.019758 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.003330 10.0.0.33 - - [2024-12-23 02:05:52] "POST /overlay-roles HTTP/1.1" 200 545 0.017015 10.0.0.33 - - [2024-12-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.003009 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 533 0.015786 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003047 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 541 0.016412 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.33 - - [2024-12-23 02:05:53] "PUT /overlay-role/cebb273c-a1ad-4b82-a588-97654e861b45 HTTP/1.1" 200 258 0.009957 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.002979 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 531 0.015743 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003093 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 533 0.016306 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.003327 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 529 0.017881 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.003097 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 537 0.018225 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003401 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 541 0.017061 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 178 0.003057 10.0.0.33 - - [2024-12-23 02:05:53] "POST /overlay-roles HTTP/1.1" 200 519 0.015256 10.0.0.33 - - [2024-12-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.003088 10.0.0.33 - - [2024-12-23 02:05:54] "POST /overlay-roles HTTP/1.1" 200 543 0.017053 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.002864 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 533 0.015859 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.002966 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 547 0.016104 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.002859 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 549 0.015383 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.002944 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 551 0.016115 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.004736 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 563 0.017913 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003003 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 547 0.021936 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003299 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 549 0.018541 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.002958 10.0.0.33 - - [2024-12-23 02:05:54] "POST /role-definitions HTTP/1.1" 200 551 0.016657 10.0.0.33 - - [2024-12-23 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003134 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 549 0.016214 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.003070 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 561 0.016249 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003154 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 547 0.016203 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003480 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 549 0.016176 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.003290 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 545 0.033111 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003739 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 547 0.019904 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.003430 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 553 0.019393 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.004002 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 555 0.015839 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 182 0.002950 10.0.0.33 - - [2024-12-23 02:05:55] "POST /role-definitions HTTP/1.1" 200 533 0.015854 10.0.0.33 - - [2024-12-23 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.002909 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 543 0.020458 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.003171 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 531 0.018945 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002880 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 537 0.016521 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003231 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 547 0.015265 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002955 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 557 0.015621 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003112 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 561 0.015092 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.003201 10.0.0.33 - - [2024-12-23 02:05:56] "POST /role-definitions HTTP/1.1" 200 559 0.018213 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003309 10.0.0.33 - - [2024-12-23 02:05:56] "POST /feature-configs HTTP/1.1" 200 537 0.023656 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.003054 10.0.0.33 - - [2024-12-23 02:05:56] "POST /feature-configs HTTP/1.1" 200 562 0.015913 10.0.0.33 - - [2024-12-23 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002877 10.0.0.33 - - [2024-12-23 02:05:57] "POST /feature-configs HTTP/1.1" 200 561 0.016854 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.003156 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 547 0.016505 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.003460 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 537 0.014960 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003333 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 549 0.018191 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002929 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 541 0.016264 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003198 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 541 0.020898 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.003166 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 539 0.018701 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003394 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 531 0.017801 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.003427 10.0.0.33 - - [2024-12-23 02:05:57] "POST /node-profiles HTTP/1.1" 200 533 0.017342 10.0.0.33 - - [2024-12-23 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003122 10.0.0.33 - - [2024-12-23 02:05:58] "POST /node-profiles HTTP/1.1" 200 557 0.016862 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003507 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017645 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003351 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016087 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003050 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019002 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003154 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018747 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002903 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019736 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002990 10.0.0.33 - - [2024-12-23 02:05:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016106 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.002959 10.0.0.33 - - [2024-12-23 02:05:58] "POST /sflow-profiles HTTP/1.1" 200 532 0.020969 10.0.0.33 - - [2024-12-23 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.004328 10.0.0.33 - - [2024-12-23 02:05:58] "POST /sflow-profiles HTTP/1.1" 200 538 0.022002 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003204 10.0.0.33 - - [2024-12-23 02:05:59] "POST /sflow-profiles HTTP/1.1" 200 538 0.016137 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003200 10.0.0.33 - - [2024-12-23 02:05:59] "POST /grpc-profiles HTTP/1.1" 200 530 0.017074 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.002925 10.0.0.33 - - [2024-12-23 02:05:59] "POST /snmp-profiles HTTP/1.1" 200 530 0.016274 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.002832 10.0.0.33 - - [2024-12-23 02:05:59] "POST /netconf-profiles HTTP/1.1" 200 542 0.017622 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003130 10.0.0.33 - - [2024-12-23 02:05:59] "POST /device-functional-groups HTTP/1.1" 200 540 0.017153 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002986 10.0.0.33 - - [2024-12-23 02:05:59] "POST /device-functional-groups HTTP/1.1" 200 540 0.016502 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.003190 10.0.0.33 - - [2024-12-23 02:05:59] "POST /device-functional-groups HTTP/1.1" 200 544 0.017208 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002906 10.0.0.33 - - [2024-12-23 02:05:59] "POST /device-functional-groups HTTP/1.1" 200 542 0.015895 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 218 0.004055 10.0.0.33 - - [2024-12-23 02:05:59] "POST /device-functional-groups HTTP/1.1" 200 590 0.015996 10.0.0.33 - - [2024-12-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.003263 10.0.0.33 - - [2024-12-23 02:06:00] "POST /device-functional-groups HTTP/1.1" 200 570 0.017292 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.003968 10.0.0.33 - - [2024-12-23 02:06:00] "POST /device-functional-groups HTTP/1.1" 200 620 0.018883 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003741 10.0.0.33 - - [2024-12-23 02:06:00] "POST /device-functional-groups HTTP/1.1" 200 566 0.016844 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.003493 10.0.0.33 - - [2024-12-23 02:06:00] "POST /device-functional-groups HTTP/1.1" 200 564 0.017770 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.002947 10.0.0.33 - - [2024-12-23 02:06:00] "POST /device-functional-groups HTTP/1.1" 200 574 0.017742 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.003265 10.0.0.33 - - [2024-12-23 02:06:00] "POST /role-configs HTTP/1.1" 200 525 0.021369 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003577 10.0.0.33 - - [2024-12-23 02:06:00] "POST /role-configs HTTP/1.1" 200 520 0.017005 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.003232 10.0.0.33 - - [2024-12-23 02:06:00] "POST /role-configs HTTP/1.1" 200 522 0.016953 10.0.0.33 - - [2024-12-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.003258 10.0.0.33 - - [2024-12-23 02:06:00] "POST /role-configs HTTP/1.1" 200 522 0.018718 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.003381 10.0.0.33 - - [2024-12-23 02:06:01] "POST /role-configs HTTP/1.1" 200 526 0.020296 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003417 10.0.0.33 - - [2024-12-23 02:06:01] "POST /role-configs HTTP/1.1" 200 521 0.017844 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003314 10.0.0.33 - - [2024-12-23 02:06:01] "POST /role-configs HTTP/1.1" 200 517 0.017166 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003214 10.0.0.33 - - [2024-12-23 02:06:01] "POST /role-configs HTTP/1.1" 200 518 0.017187 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2024-12-23 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.010776 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.33 - - [2024-12-23 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008806 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.33 - - [2024-12-23 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.33 - - [2024-12-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.33 - - [2024-12-23 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.33 - - [2024-12-23 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.33 - - [2024-12-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2024-12-23 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.010644 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007735 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.33 - - [2024-12-23 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007693 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2024-12-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.33 - - [2024-12-23 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.33 - - [2024-12-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007672 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.008949 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.009949 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007829 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2024-12-23 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.33 - - [2024-12-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.007064 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.008668 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.009641 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.008110 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.33 - - [2024-12-23 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.33 - - [2024-12-23 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.33 - - [2024-12-23 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.33 - - [2024-12-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.33 - - [2024-12-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.012861 10.0.0.33 - - [2024-12-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.007560 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.33 - - [2024-12-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.33 - - [2024-12-23 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.008684 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.009266 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.007958 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2024-12-23 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.015407 10.0.0.33 - - [2024-12-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.013247 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.33 - - [2024-12-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.33 - - [2024-12-23 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.007847 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.33 - - [2024-12-23 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.009285 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.33 - - [2024-12-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.007611 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.33 - - [2024-12-23 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.33 - - [2024-12-23 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007236 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007411 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.33 - - [2024-12-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.33 - - [2024-12-23 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007606 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.010657 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.009925 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2024-12-23 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.010656 10.0.0.33 - - [2024-12-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008487 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.33 - - [2024-12-23 02:06:17] "GET /global-system-configs HTTP/1.1" 200 322 0.588784 10.0.0.33 - - [2024-12-23 02:06:17] "GET /global-system-configs HTTP/1.1" 200 322 0.037745 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008870 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.33 - - [2024-12-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.33 - - [2024-12-23 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.33 - - [2024-12-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007473 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.33 - - [2024-12-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.011015 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.010163 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008508 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2024-12-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.33 - - [2024-12-23 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008396 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007047 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.33 - - [2024-12-23 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007876 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.33 - - [2024-12-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007142 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007667 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.33 - - [2024-12-23 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.33 - - [2024-12-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.009607 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008357 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.014698 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.33 - - [2024-12-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.33 - - [2024-12-23 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008004 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.007750 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.33 - - [2024-12-23 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.009389 10.0.0.33 - - [2024-12-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.007369 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008673 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.007595 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2024-12-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.33 - - [2024-12-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008699 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.010394 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2024-12-23 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.33 - - [2024-12-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.010891 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.006950 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.33 - - [2024-12-23 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.33 - - [2024-12-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008244 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.33 - - [2024-12-23 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2024-12-23 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.008558 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.007816 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2024-12-23 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.007923 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.33 - - [2024-12-23 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009711 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.008800 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.33 - - [2024-12-23 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.33 - - [2024-12-23 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.008828 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.33 - - [2024-12-23 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.33 - - [2024-12-23 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009830 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.010007 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009664 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009282 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009949 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2024-12-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.33 - - [2024-12-23 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009832 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009053 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009182 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.33 - - [2024-12-23 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.33 - - [2024-12-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.008961 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.010825 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.33 - - [2024-12-23 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.33 - - [2024-12-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.010281 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008565 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008061 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008673 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.009313 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.33 - - [2024-12-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.33 - - [2024-12-23 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.008555 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.008615 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.33 - - [2024-12-23 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.33 - - [2024-12-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.009617 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.009819 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.33 - - [2024-12-23 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.33 - - [2024-12-23 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.007901 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.012145 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.007778 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.33 - - [2024-12-23 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.33 - - [2024-12-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.009626 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.009607 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.007349 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.33 - - [2024-12-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.010978 10.0.0.33 - - [2024-12-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.010936 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.010286 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.33 - - [2024-12-23 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.011551 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.33 - - [2024-12-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.011162 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.008447 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.009076 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.009449 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.010053 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.007792 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2024-12-23 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.33 - - [2024-12-23 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.009258 10.0.0.33 - - [2024-12-23 02:06:40] "POST /network-ipams HTTP/1.1" 200 550 0.017667 10.0.0.33 - - [2024-12-23 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.33 - - [2024-12-23 02:06:41] "POST /virtual-networks HTTP/1.1" 200 552 0.100315 10.0.0.33 - - [2024-12-23 02:06:41] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002920 10.0.0.33 - - [2024-12-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.003176 10.0.0.33 - - [2024-12-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 178 0.002860 10.0.0.33 - - [2024-12-23 02:06:41] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003578 10.0.0.33 - - [2024-12-23 02:06:41] "GET /fabric/cc7b9b24-d777-4e39-9bda-cfaf62ba4b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.005180 10.0.0.33 - - [2024-12-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003168 10.0.0.33 - - [2024-12-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.002921 10.0.0.33 - - [2024-12-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.002952 10.0.0.33 - - [2024-12-23 02:06:41] "POST /route-targets HTTP/1.1" 200 327 0.011307 10.0.0.33 - - [2024-12-23 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.016033 10.0.0.33 - - [2024-12-23 02:07:07] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.33 - - [2024-12-23 02:07:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2024-12-23 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.024470 10.0.0.33 - - [2024-12-23 02:07:07] "GET /routing-instance/89917d47-156d-4ec8-a52c-3f231ff318fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003969 10.0.0.33 - - [2024-12-23 02:07:07] "POST /bgp-routers HTTP/1.1" 200 620 0.018688 10.0.0.33 - - [2024-12-23 02:07:07] "GET /bgp-router/b393e6cd-c763-4847-8c1b-e28c94f5c632?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005442 10.0.0.33 - - [2024-12-23 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.33 - - [2024-12-23 02:07:08] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006276 10.0.0.33 - - [2024-12-23 02:07:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003274 10.0.0.33 - - [2024-12-23 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.007546 10.0.0.33 - - [2024-12-23 02:08:02] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.33 - - [2024-12-23 02:08:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.33 - - [2024-12-23 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.024291 10.0.0.33 - - [2024-12-23 02:08:02] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006650 10.0.0.33 - - [2024-12-23 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003440 10.0.0.33 - - [2024-12-23 02:08:02] "POST /database-nodes HTTP/1.1" 200 603 0.021979 10.0.0.33 - - [2024-12-23 02:08:48] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.33 - - [2024-12-23 02:08:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2024-12-23 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.023338 10.0.0.33 - - [2024-12-23 02:08:48] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005740 10.0.0.33 - - [2024-12-23 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.002860 10.0.0.33 - - [2024-12-23 02:08:48] "POST /analytics-nodes HTTP/1.1" 200 605 0.015230 10.0.0.33 - - [2024-12-23 02:08:54] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.33 - - [2024-12-23 02:09:05] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.33 - - [2024-12-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2024-12-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.024783 10.0.0.33 - - [2024-12-23 02:09:05] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005682 10.0.0.33 - - [2024-12-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.002846 10.0.0.33 - - [2024-12-23 02:09:05] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022770 10.0.0.33 - - [2024-12-23 02:09:16] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.33 - - [2024-12-23 02:09:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2024-12-23 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.026359 10.0.0.33 - - [2024-12-23 02:09:16] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006930 10.0.0.33 - - [2024-12-23 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003349 10.0.0.33 - - [2024-12-23 02:09:17] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019467 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.33 - - [2024-12-23 02:09:41] "GET /obj-perms HTTP/1.1" 200 5056 0.355437 10.0.0.33 - - [2024-12-23 02:09:41] "GET /obj-perms HTTP/1.1" 200 5056 0.044873 10.0.0.33 - - [2024-12-23 02:10:42] "GET /obj-perms HTTP/1.1" 200 5056 0.045999 10.0.0.33 - - [2024-12-23 02:10:42] "GET /obj-perms HTTP/1.1" 200 5056 0.042161 10.0.0.33 - - [2024-12-23 02:10:54] "GET / HTTP/1.1" 200 35931 0.002563 10.0.0.33 - - [2024-12-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.33 - - [2024-12-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023226 10.0.0.33 - - [2024-12-23 02:10:54] "GET /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005958 10.0.0.33 - - [2024-12-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2024-12-23 02:10:54] "GET /routing-instance/89917d47-156d-4ec8-a52c-3f231ff318fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004210 10.0.0.33 - - [2024-12-23 02:10:54] "PUT /global-system-config/444e0d67-32b1-447d-ae2c-5b552188d34a HTTP/1.1" 200 274 0.028411 10.0.0.33 - - [2024-12-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.002918 10.0.0.33 - - [2024-12-23 02:10:54] "POST /virtual-routers HTTP/1.1" 200 603 0.018234 10.0.0.33 - - [2024-12-23 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.33 - - [2024-12-23 02:10:55] "GET /virtual-router/b6130821-cb48-4579-af1d-654f295213e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005955 10.0.0.33 - - [2024-12-23 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002858 10.0.0.33 - - [2024-12-23 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.33 - - [2024-12-23 02:10:55] "GET /virtual-network/8b5612cb-56fd-4388-866b-35ad503a93f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007071 10.0.0.33 - - [2024-12-23 02:10:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.037448 10.0.0.33 - - [2024-12-23 02:10:55] "PUT /access-control-list/b6c9778b-070b-42f8-b519-f08aab762268 HTTP/1.1" 200 272 0.033946 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:11:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001233 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:11:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001474 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:11:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000770 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:11:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000906 10.0.0.33 - - [2024-12-23 02:11:13] "GET /global-system-configs HTTP/1.1" 200 322 0.006389 10.0.0.33 - - [2024-12-23 02:11:13] "GET /obj-perms HTTP/1.1" 200 5056 0.025731 10.0.0.33 - - [2024-12-23 02:11:14] "GET /global-system-configs HTTP/1.1" 200 322 0.006487 10.0.0.33 - - [2024-12-23 02:11:14] "GET /obj-perms HTTP/1.1" 200 5056 0.024169 10.0.0.33 - - [2024-12-23 02:11:42] "GET /obj-perms HTTP/1.1" 200 5056 0.043959 10.0.0.33 - - [2024-12-23 02:11:43] "GET /obj-perms HTTP/1.1" 200 5056 0.043381 10.0.0.33 - - [2024-12-23 02:12:09] "GET /projects?obj_uuids=e64d3800-93de-4cbe-b6d7-7eeca3452c12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023718 10.0.0.33 - - [2024-12-23 02:12:09] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.33 - - [2024-12-23 02:12:09] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031612 10.0.0.33 - - [2024-12-23 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 167 0.001862 10.0.0.33 - - [2024-12-23 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 176 0.005373 10.0.0.33 - - [2024-12-23 02:12:09] "POST /security-groups HTTP/1.1" 200 568 0.064053 10.0.0.33 - - [2024-12-23 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004181 10.0.0.33 - - [2024-12-23 02:12:09] "POST /projects HTTP/1.1" 200 539 0.223768 10.0.0.33 - - [2024-12-23 02:12:09] "POST /access-control-lists HTTP/1.1" 200 573 0.060457 10.0.0.33 - - [2024-12-23 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.297322 10.0.0.33 - - [2024-12-23 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.002939 10.0.0.33 - - [2024-12-23 02:12:09] "POST /access-control-lists HTTP/1.1" 200 571 0.072330 10.0.0.33 - - [2024-12-23 02:12:09] "POST /neutron/network HTTP/1.1" 200 576 0.597502 10.0.0.33 - - [2024-12-23 02:12:10] "POST /route-targets HTTP/1.1" 200 327 0.012431 10.0.0.33 - - [2024-12-23 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.019362 10.0.0.33 - - [2024-12-23 02:12:11] "POST /neutron/network HTTP/1.1" 400 186 0.024130 10.0.0.33 - - [2024-12-23 02:12:11] "POST /neutron/network HTTP/1.1" 200 598 0.009554 10.0.0.33 - - [2024-12-23 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.33 - - [2024-12-23 02:12:11] "POST /neutron/subnet HTTP/1.1" 200 732 0.140163 10.0.0.33 - - [2024-12-23 02:12:13] "POST /neutron/network HTTP/1.1" 400 186 0.023906 10.0.0.33 - - [2024-12-23 02:12:13] "POST /neutron/network HTTP/1.1" 200 766 0.009704 10.0.0.33 - - [2024-12-23 02:12:26] "GET /projects?obj_uuids=f8ea0fb6-21a6-4407-ac39-a6acc03144cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002887 10.0.0.33 - - [2024-12-23 02:12:26] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001666 10.0.0.33 - - [2024-12-23 02:12:26] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049521 10.0.0.33 - - [2024-12-23 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 205 0.001200 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.006388 10.0.0.33 - - [2024-12-23 02:12:27] "POST /security-groups HTTP/1.1" 200 606 0.071133 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 249 0.005110 10.0.0.33 - - [2024-12-23 02:12:27] "POST /projects HTTP/1.1" 200 615 0.221484 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.292022 10.0.0.33 - - [2024-12-23 02:12:27] "POST /access-control-lists HTTP/1.1" 200 611 0.062462 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.003576 10.0.0.33 - - [2024-12-23 02:12:27] "POST /access-control-lists HTTP/1.1" 200 609 0.024986 10.0.0.33 - - [2024-12-23 02:12:27] "POST /neutron/network HTTP/1.1" 200 696 0.540591 10.0.0.33 - - [2024-12-23 02:12:27] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002470 10.0.0.33 - - [2024-12-23 02:12:27] "POST /route-targets HTTP/1.1" 200 327 0.016994 10.0.0.33 - - [2024-12-23 02:12:27] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.33 - - [2024-12-23 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.012247 10.0.0.33 - - [2024-12-23 02:12:27] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.055703 10.0.0.33 - - [2024-12-23 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 204 0.001225 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.007245 10.0.0.33 - - [2024-12-23 02:12:27] "POST /security-groups HTTP/1.1" 200 605 0.063780 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.005666 10.0.0.33 - - [2024-12-23 02:12:27] "POST /projects HTTP/1.1" 200 613 0.243982 10.0.0.33 - - [2024-12-23 02:12:27] "POST /access-control-lists HTTP/1.1" 200 610 0.060381 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.316436 10.0.0.33 - - [2024-12-23 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 247 0.002794 10.0.0.33 - - [2024-12-23 02:12:27] "POST /access-control-lists HTTP/1.1" 200 608 0.074558 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 638 0.659969 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 686 0.004714 10.0.0.33 - - [2024-12-23 02:12:28] "POST /route-targets HTTP/1.1" 200 327 0.012288 10.0.0.33 - - [2024-12-23 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.016325 10.0.0.33 - - [2024-12-23 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 151 0.100610 10.0.0.33 - - [2024-12-23 02:12:28] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001184 10.0.0.33 - - [2024-12-23 02:12:28] "DELETE /route-target/c2c7d922-0533-433e-81f9-8f986add9f28 HTTP/1.1" 200 115 0.028014 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 630 0.109610 10.0.0.33 - - [2024-12-23 02:12:28] "POST /route-targets HTTP/1.1" 200 327 0.015444 10.0.0.33 - - [2024-12-23 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.012079 10.0.0.33 - - [2024-12-23 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004512 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 711 0.184685 10.0.0.33 - - [2024-12-23 02:12:28] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001120 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 527 0.144014 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 501 0.009727 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 846 0.007475 10.0.0.33 - - [2024-12-23 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005591 10.0.0.33 - - [2024-12-23 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.33 - - [2024-12-23 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005691 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 200 151 0.155244 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004333 10.0.0.33 - - [2024-12-23 02:12:28] "DELETE /route-target/cf235115-223a-49be-9836-b240c497298f HTTP/1.1" 200 115 0.028785 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 1227 0.020803 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/floatingip HTTP/1.1" 400 217 0.003464 10.0.0.33 - - [2024-12-23 02:12:28] "POST /neutron/network HTTP/1.1" 400 207 0.003208 10.0.0.33 - - [2024-12-23 02:12:28] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001164 10.0.0.33 - - [2024-12-23 02:12:29] "POST /route-targets HTTP/1.1" 200 327 0.013164 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 638 0.127420 10.0.0.33 - - [2024-12-23 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.033670 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 4490 0.033614 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 686 0.004652 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.096390 10.0.0.33 - - [2024-12-23 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.33 - - [2024-12-23 02:12:29] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001129 10.0.0.33 - - [2024-12-23 02:12:29] "DELETE /route-target/8e722a8f-5b84-4a59-98cc-49354921946d HTTP/1.1" 200 115 0.020652 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 636 0.170118 10.0.0.33 - - [2024-12-23 02:12:29] "POST /route-targets HTTP/1.1" 200 327 0.019830 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 684 0.007918 10.0.0.33 - - [2024-12-23 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.034679 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 744 0.008992 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 684 0.003697 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.084777 10.0.0.33 - - [2024-12-23 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006558 10.0.0.33 - - [2024-12-23 02:12:29] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002415 10.0.0.33 - - [2024-12-23 02:12:29] "DELETE /route-target/bd0a4e4e-692d-4e31-b921-d1447485cb21 HTTP/1.1" 200 115 0.044157 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 637 0.117242 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 685 0.005265 10.0.0.33 - - [2024-12-23 02:12:29] "POST /route-targets HTTP/1.1" 200 327 0.031851 10.0.0.33 - - [2024-12-23 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.021784 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 684 0.107652 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 684 0.003540 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.091159 10.0.0.33 - - [2024-12-23 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/subnet HTTP/1.1" 400 209 0.006408 10.0.0.33 - - [2024-12-23 02:12:29] "DELETE /route-target/002b0fd1-5e22-48fd-9356-5e35b1417619 HTTP/1.1" 200 115 0.019023 10.0.0.33 - - [2024-12-23 02:12:29] "POST /neutron/network HTTP/1.1" 200 744 0.004498 10.0.0.33 - - [2024-12-23 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.066281 10.0.0.33 - - [2024-12-23 02:12:30] "DELETE /route-target/0bd547fe-8320-463d-8060-3536264f1198 HTTP/1.1" 200 115 0.023958 10.0.0.33 - - [2024-12-23 02:12:30] "GET /projects?obj_uuids=f8ea0fb6-21a6-4407-ac39-a6acc03144cb&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001095 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2109 0.056800 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2099 0.003908 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.046801 10.0.0.33 - - [2024-12-23 02:12:30] "DELETE /access-control-list/7df1c376-6e9a-4992-a1bf-29ae594b5ff5 HTTP/1.1" 200 115 0.028610 10.0.0.33 - - [2024-12-23 02:12:30] "DELETE /access-control-list/78c42908-1336-461a-8329-0d6a212f6123 HTTP/1.1" 200 115 0.024149 10.0.0.33 - - [2024-12-23 02:12:30] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001497 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2108 0.043177 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004449 10.0.0.33 - - [2024-12-23 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.061857 10.0.0.33 - - [2024-12-23 02:12:30] "DELETE /access-control-list/34d567a7-2f1c-4f5b-8bb3-3ed6978bb4b9 HTTP/1.1" 200 115 0.029767 10.0.0.33 - - [2024-12-23 02:12:31] "DELETE /access-control-list/cba8ce03-8db5-4cf6-bed4-52fd6d61ca1d HTTP/1.1" 200 115 0.025565 10.0.0.33 - - [2024-12-23 02:12:33] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002077 10.0.0.33 - - [2024-12-23 02:12:33] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.33 - - [2024-12-23 02:12:33] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050001 10.0.0.33 - - [2024-12-23 02:12:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001916 10.0.0.33 - - [2024-12-23 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003581 10.0.0.33 - - [2024-12-23 02:12:33] "POST /security-groups HTTP/1.1" 200 618 0.063745 10.0.0.33 - - [2024-12-23 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 261 0.002818 10.0.0.33 - - [2024-12-23 02:12:33] "POST /projects HTTP/1.1" 200 639 0.230072 10.0.0.33 - - [2024-12-23 02:12:33] "POST /access-control-lists HTTP/1.1" 200 623 0.062203 10.0.0.33 - - [2024-12-23 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.305873 10.0.0.33 - - [2024-12-23 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 260 0.003290 10.0.0.33 - - [2024-12-23 02:12:33] "POST /neutron/floatingip HTTP/1.1" 200 528 0.581000 10.0.0.33 - - [2024-12-23 02:12:33] "POST /access-control-lists HTTP/1.1" 200 621 0.067655 10.0.0.33 - - [2024-12-23 02:12:33] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001024 10.0.0.33 - - [2024-12-23 02:12:34] "POST /neutron/port HTTP/1.1" 400 190 0.167853 10.0.0.33 - - [2024-12-23 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 528 0.007160 10.0.0.33 - - [2024-12-23 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031306 10.0.0.33 - - [2024-12-23 02:12:34] "GET /projects?obj_uuids=cb026a55-db12-4d50-ac32-6a0657ee0188&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003424 10.0.0.33 - - [2024-12-23 02:12:34] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.33 - - [2024-12-23 02:12:34] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047243 10.0.0.33 - - [2024-12-23 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.002061 10.0.0.33 - - [2024-12-23 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.003164 10.0.0.33 - - [2024-12-23 02:12:35] "POST /security-groups HTTP/1.1" 200 619 0.063611 10.0.0.33 - - [2024-12-23 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 262 0.002792 10.0.0.33 - - [2024-12-23 02:12:35] "POST /projects HTTP/1.1" 200 641 0.224751 10.0.0.33 - - [2024-12-23 02:12:35] "POST /access-control-lists HTTP/1.1" 200 624 0.059653 10.0.0.33 - - [2024-12-23 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.294309 10.0.0.33 - - [2024-12-23 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 261 0.002629 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2122 0.467957 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2112 0.004337 10.0.0.33 - - [2024-12-23 02:12:35] "POST /access-control-lists HTTP/1.1" 200 622 0.067122 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.098243 10.0.0.33 - - [2024-12-23 02:12:35] "DELETE /access-control-list/5f9e36d7-27c6-4d90-9da7-4099002ca824 HTTP/1.1" 200 115 0.021796 10.0.0.33 - - [2024-12-23 02:12:35] "DELETE /access-control-list/fe8621a8-ed12-488a-9a15-1fc48cb7b991 HTTP/1.1" 200 115 0.023653 10.0.0.33 - - [2024-12-23 02:12:35] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001489 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2121 0.028389 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2111 0.004605 10.0.0.33 - - [2024-12-23 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.049717 10.0.0.33 - - [2024-12-23 02:12:35] "DELETE /access-control-list/15f8142e-a8ce-4530-bc86-01dac60b402c HTTP/1.1" 200 115 0.019691 10.0.0.33 - - [2024-12-23 02:12:35] "DELETE /access-control-list/92bf5cc2-b64f-4aad-a7af-1758881a059d HTTP/1.1" 200 115 0.039907 10.0.0.33 - - [2024-12-23 02:12:38] "DELETE /project/f8ea0fb621a64407ac39a6acc03144cb HTTP/1.1" 404 173 0.028380 10.0.0.33 - - [2024-12-23 02:12:38] "DELETE /project/41e312cdf0e84506a8ad298647c77577 HTTP/1.1" 404 173 0.018055 10.0.0.33 - - [2024-12-23 02:12:38] "DELETE /project/e64d380093de4cbeb6d77eeca3452c12 HTTP/1.1" 404 173 0.016966 10.0.0.33 - - [2024-12-23 02:12:38] "DELETE /project/cb026a55db124d50ac326a0657ee0188 HTTP/1.1" 404 173 0.007229 10.0.0.33 - - [2024-12-23 02:12:38] "DELETE /project/50f92f36df6c471d9d69b67088cbaa44 HTTP/1.1" 404 173 0.004746 10.0.0.33 - - [2024-12-23 02:12:38] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000937 10.0.0.33 - - [2024-12-23 02:12:38] "GET /projects?obj_uuids=cb026a55-db12-4d50-ac32-6a0657ee0188&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.000848 10.0.0.33 - - [2024-12-23 02:12:38] "GET /projects?obj_uuids=f8ea0fb6-21a6-4407-ac39-a6acc03144cb&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001603 10.0.0.33 - - [2024-12-23 02:12:38] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001331 10.0.0.33 - - [2024-12-23 02:12:38] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008163 10.0.0.33 - - [2024-12-23 02:12:38] "GET /project/cb026a55-db12-4d50-ac32-6a0657ee0188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.133804 10.0.0.33 - - [2024-12-23 02:12:38] "GET /project/41e312cd-f0e8-4506-a8ad-298647c77577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1576 0.140416 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/f8ea0fb6-21a6-4407-ac39-a6acc03144cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.144122 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/50f92f36-df6c-471d-9d69-b67088cbaa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.144943 10.0.0.33 - - [2024-12-23 02:12:39] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001019 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=cb026a55-db12-4d50-ac32-6a0657ee0188&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.000868 10.0.0.33 - - [2024-12-23 02:12:39] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040708 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=f8ea0fb6-21a6-4407-ac39-a6acc03144cb&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001076 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001553 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/cb026a55-db12-4d50-ac32-6a0657ee0188?fields=security_groups HTTP/1.1" 200 1160 0.067125 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/41e312cd-f0e8-4506-a8ad-298647c77577?fields=security_groups HTTP/1.1" 200 1157 0.077924 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/f8ea0fb6-21a6-4407-ac39-a6acc03144cb?fields=security_groups HTTP/1.1" 200 1133 0.075780 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/50f92f36-df6c-471d-9d69-b67088cbaa44?fields=security_groups HTTP/1.1" 200 1130 0.086198 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=cb026a55-db12-4d50-ac32-6a0657ee0188&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.001255 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=41e312cd-f0e8-4506-a8ad-298647c77577&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001192 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=f8ea0fb6-21a6-4407-ac39-a6acc03144cb&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001224 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=50f92f36-df6c-471d-9d69-b67088cbaa44&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001104 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/cb026a55-db12-4d50-ac32-6a0657ee0188?fields=application_policy_sets HTTP/1.1" 200 1487 0.072214 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/f8ea0fb6-21a6-4407-ac39-a6acc03144cb?fields=application_policy_sets HTTP/1.1" 200 1448 0.068689 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/50f92f36-df6c-471d-9d69-b67088cbaa44?fields=application_policy_sets HTTP/1.1" 200 1444 0.060916 10.0.0.33 - - [2024-12-23 02:12:39] "GET /project/41e312cd-f0e8-4506-a8ad-298647c77577?fields=application_policy_sets HTTP/1.1" 200 1483 0.119173 10.0.0.33 - - [2024-12-23 02:12:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.002039 10.0.0.33 - - [2024-12-23 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.005882 10.0.0.33 - - [2024-12-23 02:12:39] "DELETE /project/cb026a55-db12-4d50-ac32-6a0657ee0188 HTTP/1.1" 200 115 0.578876 10.0.0.33 - - [2024-12-23 02:12:39] "DELETE /project/f8ea0fb6-21a6-4407-ac39-a6acc03144cb HTTP/1.1" 200 115 0.590910 10.0.0.33 - - [2024-12-23 02:12:39] "DELETE /project/50f92f36-df6c-471d-9d69-b67088cbaa44 HTTP/1.1" 200 115 0.586437 10.0.0.33 - - [2024-12-23 02:12:39] "DELETE /project/41e312cd-f0e8-4506-a8ad-298647c77577 HTTP/1.1" 200 115 0.608779 10.0.0.33 - - [2024-12-23 02:12:39] "POST /security-groups HTTP/1.1" 200 603 0.078941 10.0.0.33 - - [2024-12-23 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 246 0.002845 10.0.0.33 - - [2024-12-23 02:12:39] "POST /projects HTTP/1.1" 200 609 0.416414 10.0.0.33 - - [2024-12-23 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.485666 10.0.0.33 - - [2024-12-23 02:12:39] "POST /access-control-lists HTTP/1.1" 200 608 0.067003 10.0.0.33 - - [2024-12-23 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.003576 10.0.0.33 - - [2024-12-23 02:12:39] "POST /neutron/floatingip HTTP/1.1" 200 528 0.845163 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.33 - - [2024-12-23 02:12:39] "POST /access-control-lists HTTP/1.1" 200 606 0.064312 10.0.0.33 - - [2024-12-23 02:12:39] "POST /neutron/network HTTP/1.1" 200 693 0.106568 10.0.0.33 - - [2024-12-23 02:12:39] "POST /route-targets HTTP/1.1" 200 327 0.010554 10.0.0.33 - - [2024-12-23 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.015915 10.0.0.33 - - [2024-12-23 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.33 - - [2024-12-23 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.149459 10.0.0.33 - - [2024-12-23 02:12:39] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/router HTTP/1.1" 200 720 0.108626 10.0.0.33 - - [2024-12-23 02:12:40] "POST /route-targets HTTP/1.1" 200 327 0.021604 10.0.0.33 - - [2024-12-23 02:12:40] "GET /logical-router/9384ba5d-b8d1-42ff-87dc-6000f8977368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.005406 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/router HTTP/1.1" 200 720 0.004817 10.0.0.33 - - [2024-12-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.33 - - [2024-12-23 02:12:40] "PUT /logical-router/9384ba5d-b8d1-42ff-87dc-6000f8977368 HTTP/1.1" 200 262 0.025440 10.0.0.33 - - [2024-12-23 02:12:40] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.33 - - [2024-12-23 02:12:40] "GET /service-template/41c3da19-8457-450f-8b8a-586d365dc0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006228 10.0.0.33 - - [2024-12-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.002423 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/router HTTP/1.1" 200 344 0.234608 10.0.0.33 - - [2024-12-23 02:12:40] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.33 - - [2024-12-23 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004651 10.0.0.33 - - [2024-12-23 02:12:40] "POST /virtual-networks HTTP/1.1" 200 703 0.108800 10.0.0.33 - - [2024-12-23 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.023328 10.0.0.33 - - [2024-12-23 02:12:40] "POST /route-targets HTTP/1.1" 200 327 0.015919 10.0.0.33 - - [2024-12-23 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.026196 10.0.0.33 - - [2024-12-23 02:12:40] "POST /service-instances HTTP/1.1" 200 679 0.119065 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/port HTTP/1.1" 200 1039 0.238079 10.0.0.33 - - [2024-12-23 02:12:40] "POST /route-tables HTTP/1.1" 200 591 0.025557 10.0.0.33 - - [2024-12-23 02:12:40] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.33 - - [2024-12-23 02:12:40] "PUT /logical-router/9384ba5d-b8d1-42ff-87dc-6000f8977368 HTTP/1.1" 200 262 0.021542 10.0.0.33 - - [2024-12-23 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.063736 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/floatingip HTTP/1.1" 200 606 0.166680 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/floatingip HTTP/1.1" 200 606 0.010123 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/floatingip HTTP/1.1" 200 965 0.011420 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/floatingip HTTP/1.1" 200 606 0.010866 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037917 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/port HTTP/1.1" 200 1039 0.008498 10.0.0.33 - - [2024-12-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.33 - - [2024-12-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.059980 10.0.0.33 - - [2024-12-23 02:12:40] "POST /virtual-machines HTTP/1.1" 200 571 0.018756 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/port HTTP/1.1" 200 1047 0.025005 10.0.0.33 - - [2024-12-23 02:12:40] "POST /neutron/router HTTP/1.1" 200 720 0.003334 10.0.0.33 - - [2024-12-23 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.069430 10.0.0.33 - - [2024-12-23 02:12:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 839 0.120512 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/router HTTP/1.1" 200 344 0.174208 10.0.0.33 - - [2024-12-23 02:12:41] "POST /chown HTTP/1.1" 200 109 0.012148 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/router HTTP/1.1" 200 720 0.008462 10.0.0.33 - - [2024-12-23 02:12:41] "POST /instance-ips HTTP/1.1" 200 569 0.023610 10.0.0.33 - - [2024-12-23 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/router HTTP/1.1" 200 151 0.069820 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.008371 10.0.0.33 - - [2024-12-23 02:12:41] "DELETE /route-target/984c3712-d5d3-4f90-b7fa-a88f737a489e HTTP/1.1" 200 115 0.031187 10.0.0.33 - - [2024-12-23 02:12:41] "POST /instance-ips HTTP/1.1" 400 213 0.014981 10.0.0.33 - - [2024-12-23 02:12:41] "POST /chown HTTP/1.1" 200 109 0.008333 10.0.0.33 - - [2024-12-23 02:12:41] "PUT /virtual-machine-interface/b0af49b9-530a-43dd-b2a4-5e69f3bfd28e HTTP/1.1" 200 284 0.013981 10.0.0.33 - - [2024-12-23 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003549 10.0.0.33 - - [2024-12-23 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 151 0.194220 10.0.0.33 - - [2024-12-23 02:12:41] "PUT /instance-ip/3baa744d-8468-4718-b105-b1a1ac25f4c2 HTTP/1.1" 200 256 0.013252 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/network HTTP/1.1" 200 760 0.003700 10.0.0.33 - - [2024-12-23 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.015940 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/network HTTP/1.1" 200 151 0.074917 10.0.0.33 - - [2024-12-23 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004390 10.0.0.33 - - [2024-12-23 02:12:41] "DELETE /route-target/c7dd72fe-bfbf-498d-b6e8-b0faa26eec28 HTTP/1.1" 200 115 0.024971 10.0.0.33 - - [2024-12-23 02:12:41] "POST /neutron/floatingip HTTP/1.1" 200 115 0.092011 10.0.0.33 - - [2024-12-23 02:12:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 837 0.089089 10.0.0.33 - - [2024-12-23 02:12:41] "POST /chown HTTP/1.1" 200 109 0.007727 10.0.0.33 - - [2024-12-23 02:12:41] "POST /instance-ips HTTP/1.1" 200 567 0.029308 10.0.0.33 - - [2024-12-23 02:12:41] "POST /instance-ips HTTP/1.1" 400 325 0.014062 10.0.0.33 - - [2024-12-23 02:12:41] "POST /chown HTTP/1.1" 200 109 0.010272 10.0.0.33 - - [2024-12-23 02:12:41] "PUT /virtual-machine-interface/a40617b5-0e2d-42ba-9353-76d132224ff6 HTTP/1.1" 200 284 0.011246 10.0.0.33 - - [2024-12-23 02:12:42] "PUT /instance-ip/c57c826f-5602-43fe-8726-0a807ac9aaee HTTP/1.1" 200 256 0.014487 10.0.0.33 - - [2024-12-23 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.010449 10.0.0.33 - - [2024-12-23 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.33 - - [2024-12-23 02:12:42] "POST /virtual-machines HTTP/1.1" 200 571 0.012634 10.0.0.33 - - [2024-12-23 02:12:42] "GET /projects?obj_uuids=f56b76a3-1586-4b4f-ad20-c3ff55f68f36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002140 10.0.0.33 - - [2024-12-23 02:12:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 839 0.097094 10.0.0.33 - - [2024-12-23 02:12:42] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.33 - - [2024-12-23 02:12:42] "POST /chown HTTP/1.1" 200 109 0.007791 10.0.0.33 - - [2024-12-23 02:12:42] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048669 10.0.0.33 - - [2024-12-23 02:12:42] "POST /instance-ips HTTP/1.1" 400 213 0.022778 10.0.0.33 - - [2024-12-23 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 203 0.001167 10.0.0.33 - - [2024-12-23 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.002736 10.0.0.33 - - [2024-12-23 02:12:42] "POST /chown HTTP/1.1" 200 109 0.007013 10.0.0.33 - - [2024-12-23 02:12:42] "POST /security-groups HTTP/1.1" 200 604 0.024435 10.0.0.33 - - [2024-12-23 02:12:42] "PUT /virtual-machine-interface/5075353c-e25f-4b7d-a3a1-9b96c4dafab0 HTTP/1.1" 200 284 0.010990 10.0.0.33 - - [2024-12-23 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 247 0.007004 10.0.0.33 - - [2024-12-23 02:12:42] "POST /projects HTTP/1.1" 200 611 0.181572 10.0.0.33 - - [2024-12-23 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.250718 10.0.0.33 - - [2024-12-23 02:12:42] "POST /access-control-lists HTTP/1.1" 200 609 0.071646 10.0.0.33 - - [2024-12-23 02:12:42] "PUT /instance-ip/3baa744d-8468-4718-b105-b1a1ac25f4c2 HTTP/1.1" 200 256 0.064443 10.0.0.33 - - [2024-12-23 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.003217 10.0.0.33 - - [2024-12-23 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2107 0.432996 10.0.0.33 - - [2024-12-23 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.015127 10.0.0.33 - - [2024-12-23 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2097 0.003971 10.0.0.33 - - [2024-12-23 02:12:42] "POST /access-control-lists HTTP/1.1" 200 607 0.068893 10.0.0.33 - - [2024-12-23 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.065519 10.0.0.33 - - [2024-12-23 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.117281 10.0.0.33 - - [2024-12-23 02:12:42] "DELETE /access-control-list/728c4689-2c02-45d6-827e-db35e7b7ad3c HTTP/1.1" 200 115 0.036109 10.0.0.33 - - [2024-12-23 02:12:43] "GET /projects?obj_uuids=f647aa85-7e91-4c59-8994-9394d99d6027&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.040869 10.0.0.33 - - [2024-12-23 02:12:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 837 0.120649 10.0.0.33 - - [2024-12-23 02:12:43] "DELETE /access-control-list/dcb1473d-8cbf-4ff6-9f97-d26ce60009eb HTTP/1.1" 200 115 0.086986 10.0.0.33 - - [2024-12-23 02:12:43] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.33 - - [2024-12-23 02:12:43] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007543 10.0.0.33 - - [2024-12-23 02:12:43] "POST /chown HTTP/1.1" 200 109 0.024411 10.0.0.33 - - [2024-12-23 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 203 0.001656 10.0.0.33 - - [2024-12-23 02:12:43] "POST /instance-ips HTTP/1.1" 400 325 0.034796 10.0.0.33 - - [2024-12-23 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.002591 10.0.0.33 - - [2024-12-23 02:12:43] "POST /chown HTTP/1.1" 200 109 0.011333 10.0.0.33 - - [2024-12-23 02:12:43] "POST /security-groups HTTP/1.1" 200 604 0.065881 10.0.0.33 - - [2024-12-23 02:12:43] "PUT /virtual-machine-interface/c3532edd-b999-4ef0-8453-5809649f919e HTTP/1.1" 200 284 0.033528 10.0.0.33 - - [2024-12-23 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 247 0.004808 10.0.0.33 - - [2024-12-23 02:12:43] "POST /projects HTTP/1.1" 200 611 0.244452 10.0.0.33 - - [2024-12-23 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.322883 10.0.0.33 - - [2024-12-23 02:12:43] "POST /access-control-lists HTTP/1.1" 200 609 0.073391 10.0.0.33 - - [2024-12-23 02:12:43] "PUT /instance-ip/c57c826f-5602-43fe-8726-0a807ac9aaee HTTP/1.1" 200 256 0.049080 10.0.0.33 - - [2024-12-23 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 246 0.004852 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2107 0.521896 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2097 0.003482 10.0.0.33 - - [2024-12-23 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.022130 10.0.0.33 - - [2024-12-23 02:12:43] "POST /access-control-lists HTTP/1.1" 200 607 0.066677 10.0.0.33 - - [2024-12-23 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.052426 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.100740 10.0.0.33 - - [2024-12-23 02:12:43] "DELETE /access-control-list/67b5e492-2e53-48ba-b47f-cb59dac19a87 HTTP/1.1" 200 115 0.024952 10.0.0.33 - - [2024-12-23 02:12:43] "GET /projects?obj_uuids=436236e9-729d-447f-b412-5c720e6715bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001088 10.0.0.33 - - [2024-12-23 02:12:43] "DELETE /access-control-list/937f5375-65c5-4a58-96bc-63ff8180adbc HTTP/1.1" 200 115 0.031765 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2106 0.050928 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2096 0.004535 10.0.0.33 - - [2024-12-23 02:12:43] "GET /logical-router/9384ba5d-b8d1-42ff-87dc-6000f8977368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.072437 10.0.0.33 - - [2024-12-23 02:12:43] "GET /service-instance/a928dc2e-653e-4bab-9d98-612c8ca46e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.003783 10.0.0.33 - - [2024-12-23 02:12:43] "POST /neutron/security_group HTTP/1.1" 400 206 0.012424 10.0.0.33 - - [2024-12-23 02:12:43] "GET /obj-perms HTTP/1.1" 200 5056 0.149922 10.0.0.33 - - [2024-12-23 02:12:43] "DELETE /route-table/f49ff707-79bb-4fc4-9333-ff46917b5a98 HTTP/1.1" 200 115 0.018457 10.0.0.33 - - [2024-12-23 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.33 - - [2024-12-23 02:12:43] "GET /virtual-network/d488b5e1-3200-4480-8579-499dd8ebc831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.005504 10.0.0.33 - - [2024-12-23 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.009671 10.0.0.33 - - [2024-12-23 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.009569 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /instance-ip/c57c826f-5602-43fe-8726-0a807ac9aaee HTTP/1.1" 200 115 0.036166 10.0.0.33 - - [2024-12-23 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005627 10.0.0.33 - - [2024-12-23 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007959 10.0.0.33 - - [2024-12-23 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005935 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /virtual-network/d488b5e1-3200-4480-8579-499dd8ebc831 HTTP/1.1" 200 115 0.137483 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /route-target/dad51a67-991b-40b4-9b72-7375ef674c0b HTTP/1.1" 200 115 0.022043 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /service-instance/a928dc2e-653e-4bab-9d98-612c8ca46e2b HTTP/1.1" 200 115 0.031832 10.0.0.33 - - [2024-12-23 02:12:44] "GET /virtual-machine-interface/c3532edd-b999-4ef0-8453-5809649f919e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1360 0.005755 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /virtual-machine-interface/c3532edd-b999-4ef0-8453-5809649f919e HTTP/1.1" 200 115 0.031337 10.0.0.33 - - [2024-12-23 02:12:44] "GET /virtual-machine-interface/5075353c-e25f-4b7d-a3a1-9b96c4dafab0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1689 0.289850 10.0.0.33 - - [2024-12-23 02:12:44] "GET /obj-perms HTTP/1.1" 200 5056 0.354625 10.0.0.33 - - [2024-12-23 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.012515 10.0.0.33 - - [2024-12-23 02:12:44] "GET /instance-ip/3baa744d-8468-4718-b105-b1a1ac25f4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005133 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /virtual-machine-interface/5075353c-e25f-4b7d-a3a1-9b96c4dafab0 HTTP/1.1" 200 115 0.029259 10.0.0.33 - - [2024-12-23 02:12:44] "DELETE /virtual-machine/25fed447-8240-46ec-9cd3-c1fa057968da HTTP/1.1" 200 115 0.020948 10.0.0.33 - - [2024-12-23 02:12:44] "GET /virtual-machine-interface/a40617b5-0e2d-42ba-9353-76d132224ff6?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1361 0.005999 10.0.0.33 - - [2024-12-23 02:12:45] "DELETE /virtual-machine-interface/a40617b5-0e2d-42ba-9353-76d132224ff6 HTTP/1.1" 200 115 0.024910 10.0.0.33 - - [2024-12-23 02:12:45] "GET /virtual-machine-interface/b0af49b9-530a-43dd-b2a4-5e69f3bfd28e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1690 0.005258 10.0.0.33 - - [2024-12-23 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.012428 10.0.0.33 - - [2024-12-23 02:12:45] "GET /instance-ip/3baa744d-8468-4718-b105-b1a1ac25f4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1688 0.005929 10.0.0.33 - - [2024-12-23 02:12:45] "DELETE /instance-ip/3baa744d-8468-4718-b105-b1a1ac25f4c2 HTTP/1.1" 200 115 0.027707 10.0.0.33 - - [2024-12-23 02:12:45] "DELETE /virtual-machine-interface/b0af49b9-530a-43dd-b2a4-5e69f3bfd28e HTTP/1.1" 200 115 0.036567 10.0.0.33 - - [2024-12-23 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.33 - - [2024-12-23 02:12:45] "DELETE /virtual-machine/52741d1f-46fb-47d2-a0f6-e8291ec78859 HTTP/1.1" 200 115 0.016332 10.0.0.33 - - [2024-12-23 02:12:46] "GET /projects?obj_uuids=f1e77182-a0d1-429d-95fb-1afd6554c960&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002546 10.0.0.33 - - [2024-12-23 02:12:46] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.33 - - [2024-12-23 02:12:46] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048676 10.0.0.33 - - [2024-12-23 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 213 0.001592 10.0.0.33 - - [2024-12-23 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 224 0.003453 10.0.0.33 - - [2024-12-23 02:12:46] "POST /security-groups HTTP/1.1" 200 613 0.060346 10.0.0.33 - - [2024-12-23 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 256 0.002537 10.0.0.33 - - [2024-12-23 02:12:46] "POST /projects HTTP/1.1" 200 629 0.210905 10.0.0.33 - - [2024-12-23 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.280016 10.0.0.33 - - [2024-12-23 02:12:46] "POST /access-control-lists HTTP/1.1" 200 618 0.059263 10.0.0.33 - - [2024-12-23 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 255 0.003182 10.0.0.33 - - [2024-12-23 02:12:47] "POST /access-control-lists HTTP/1.1" 200 616 0.076284 10.0.0.33 - - [2024-12-23 02:12:47] "POST /neutron/network HTTP/1.1" 200 717 0.612119 10.0.0.33 - - [2024-12-23 02:12:47] "POST /route-targets HTTP/1.1" 200 327 0.010610 10.0.0.33 - - [2024-12-23 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.011163 10.0.0.33 - - [2024-12-23 02:12:47] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002458 10.0.0.33 - - [2024-12-23 02:12:47] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.33 - - [2024-12-23 02:12:47] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049317 10.0.0.33 - - [2024-12-23 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 213 0.001376 10.0.0.33 - - [2024-12-23 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 224 0.003459 10.0.0.33 - - [2024-12-23 02:12:47] "POST /security-groups HTTP/1.1" 200 613 0.063904 10.0.0.33 - - [2024-12-23 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 256 0.002618 10.0.0.33 - - [2024-12-23 02:12:47] "POST /projects HTTP/1.1" 200 629 0.215280 10.0.0.33 - - [2024-12-23 02:12:47] "POST /access-control-lists HTTP/1.1" 200 618 0.067831 10.0.0.33 - - [2024-12-23 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.285599 10.0.0.33 - - [2024-12-23 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 255 0.003011 10.0.0.33 - - [2024-12-23 02:12:47] "POST /access-control-lists HTTP/1.1" 200 616 0.095540 10.0.0.33 - - [2024-12-23 02:12:47] "POST /neutron/port HTTP/1.1" 200 1029 0.582494 10.0.0.33 - - [2024-12-23 02:12:47] "POST /neutron/port HTTP/1.1" 200 1029 0.005331 10.0.0.33 - - [2024-12-23 02:12:47] "POST /neutron/port HTTP/1.1" 200 151 0.039280 10.0.0.33 - - [2024-12-23 02:12:47] "POST /neutron/port HTTP/1.1" 400 205 0.004442 10.0.0.33 - - [2024-12-23 02:12:47] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001112 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 988 0.104555 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 988 0.005387 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 988 0.005469 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1031 0.031137 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1714 0.019464 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1031 0.005875 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.031860 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 400 205 0.004036 10.0.0.33 - - [2024-12-23 02:12:48] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001510 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 984 0.108162 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 984 0.005545 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 984 0.005523 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.032936 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 400 205 0.003193 10.0.0.33 - - [2024-12-23 02:12:48] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001168 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 986 0.111786 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 986 0.005755 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 986 0.004562 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1029 0.028377 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1029 0.005518 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.033608 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/port HTTP/1.1" 400 205 0.003173 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/network HTTP/1.1" 200 765 0.003514 10.0.0.33 - - [2024-12-23 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.33 - - [2024-12-23 02:12:48] "POST /neutron/network HTTP/1.1" 200 151 0.065556 10.0.0.33 - - [2024-12-23 02:12:48] "DELETE /route-target/c891d159-42cd-47c3-8b65-f2ecf24855b7 HTTP/1.1" 200 115 0.015733 10.0.0.33 - - [2024-12-23 02:12:49] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002035 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2116 0.060499 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2106 0.004137 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.042049 10.0.0.33 - - [2024-12-23 02:12:49] "DELETE /access-control-list/b9824dd8-3497-427e-803c-4a84ed431d65 HTTP/1.1" 200 115 0.025435 10.0.0.33 - - [2024-12-23 02:12:49] "DELETE /access-control-list/78192c48-8d1b-4da4-a930-ea2a6fa9769d HTTP/1.1" 200 115 0.016248 10.0.0.33 - - [2024-12-23 02:12:49] "GET /projects?obj_uuids=f1e77182-a0d1-429d-95fb-1afd6554c960&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001296 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2116 0.028623 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2106 0.003622 10.0.0.33 - - [2024-12-23 02:12:49] "DELETE /access-control-list/fff6bb56-a6aa-46cc-9695-b25acbabfba2 HTTP/1.1" 200 115 0.013993 10.0.0.33 - - [2024-12-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.048037 10.0.0.33 - - [2024-12-23 02:12:49] "DELETE /access-control-list/b9a61bcb-a9ea-457b-92a3-2fa5e129f26a HTTP/1.1" 200 115 0.027230 10.0.0.33 - - [2024-12-23 02:12:52] "GET /projects?obj_uuids=c88aaa9f-ced3-46dc-8b66-1fbe8292a108&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002992 10.0.0.33 - - [2024-12-23 02:12:52] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.33 - - [2024-12-23 02:12:52] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051279 10.0.0.33 - - [2024-12-23 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 193 0.001786 10.0.0.33 - - [2024-12-23 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.002182 10.0.0.33 - - [2024-12-23 02:12:52] "POST /security-groups HTTP/1.1" 200 594 0.063700 10.0.0.33 - - [2024-12-23 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.003318 10.0.0.33 - - [2024-12-23 02:12:52] "POST /projects HTTP/1.1" 200 591 0.215973 10.0.0.33 - - [2024-12-23 02:12:52] "POST /access-control-lists HTTP/1.1" 200 599 0.065007 10.0.0.33 - - [2024-12-23 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.292560 10.0.0.33 - - [2024-12-23 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.002995 10.0.0.33 - - [2024-12-23 02:12:52] "POST /neutron/router HTTP/1.1" 200 591 0.519611 10.0.0.33 - - [2024-12-23 02:12:52] "POST /neutron/router HTTP/1.1" 200 591 0.004860 10.0.0.33 - - [2024-12-23 02:12:52] "POST /access-control-lists HTTP/1.1" 200 597 0.030430 10.0.0.33 - - [2024-12-23 02:12:52] "GET /logical-router/09a9c166-f630-4f03-8d79-79648e644229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002949 10.0.0.33 - - [2024-12-23 02:12:52] "POST /neutron/router HTTP/1.1" 200 151 0.044406 10.0.0.33 - - [2024-12-23 02:12:52] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.33 - - [2024-12-23 02:12:52] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001574 10.0.0.33 - - [2024-12-23 02:12:52] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049821 10.0.0.33 - - [2024-12-23 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 197 0.001199 10.0.0.33 - - [2024-12-23 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.002129 10.0.0.33 - - [2024-12-23 02:12:53] "POST /security-groups HTTP/1.1" 200 598 0.062319 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 241 0.003216 10.0.0.33 - - [2024-12-23 02:12:53] "POST /projects HTTP/1.1" 200 599 0.207198 10.0.0.33 - - [2024-12-23 02:12:53] "POST /access-control-lists HTTP/1.1" 200 603 0.058970 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.283420 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 240 0.002807 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 701 0.510648 10.0.0.33 - - [2024-12-23 02:12:53] "GET /logical-router/6ffd4e5e-0ddb-4812-9f99-bbc12287dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003629 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 701 0.041039 10.0.0.33 - - [2024-12-23 02:12:53] "POST /access-control-lists HTTP/1.1" 200 601 0.065098 10.0.0.33 - - [2024-12-23 02:12:53] "GET /service-template/41c3da19-8457-450f-8b8a-586d365dc0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004611 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.005904 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 701 0.003236 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 221 0.002623 10.0.0.33 - - [2024-12-23 02:12:53] "POST /route-targets HTTP/1.1" 200 327 0.013994 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 151 0.042269 10.0.0.33 - - [2024-12-23 02:12:53] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001101 10.0.0.33 - - [2024-12-23 02:12:53] "PUT /logical-router/6ffd4e5e-0ddb-4812-9f99-bbc12287dc72 HTTP/1.1" 404 171 0.003927 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 701 0.069492 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 701 0.036214 10.0.0.33 - - [2024-12-23 02:12:53] "POST /route-targets HTTP/1.1" 200 327 0.024572 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 630 0.025597 10.0.0.33 - - [2024-12-23 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006083 10.0.0.33 - - [2024-12-23 02:12:53] "POST /virtual-networks HTTP/1.1" 200 698 0.138732 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 630 0.005015 10.0.0.33 - - [2024-12-23 02:12:53] "PUT /logical-router/d4ad72d4-a000-4f86-9535-1451ca75295c HTTP/1.1" 200 262 0.016119 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.005270 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 630 0.004518 10.0.0.33 - - [2024-12-23 02:12:53] "POST /service-instances HTTP/1.1" 200 674 0.067217 10.0.0.33 - - [2024-12-23 02:12:53] "POST /route-targets HTTP/1.1" 200 327 0.030382 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 200 151 0.097912 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.006209 10.0.0.33 - - [2024-12-23 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.014210 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 400 209 0.002853 10.0.0.33 - - [2024-12-23 02:12:53] "POST /route-tables HTTP/1.1" 200 586 0.031199 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.33 - - [2024-12-23 02:12:53] "POST /neutron/router HTTP/1.1" 400 209 0.003822 10.0.0.33 - - [2024-12-23 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.33 - - [2024-12-23 02:12:53] "PUT /logical-router/6ffd4e5e-0ddb-4812-9f99-bbc12287dc72 HTTP/1.1" 404 171 0.003387 10.0.0.33 - - [2024-12-23 02:12:53] "DELETE /route-target/69e79983-a21c-4e41-9187-2875864c2db3 HTTP/1.1" 200 115 0.026589 10.0.0.33 - - [2024-12-23 02:12:54] "GET /logical-router/6ffd4e5e-0ddb-4812-9f99-bbc12287dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002652 10.0.0.33 - - [2024-12-23 02:12:54] "DELETE /route-table/b8158603-f008-4b17-b888-3cfb70a046ca HTTP/1.1" 200 115 0.025792 10.0.0.33 - - [2024-12-23 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.33 - - [2024-12-23 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.33 - - [2024-12-23 02:12:54] "POST /virtual-machines HTTP/1.1" 200 561 0.013006 10.0.0.33 - - [2024-12-23 02:12:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.084924 10.0.0.33 - - [2024-12-23 02:12:54] "POST /chown HTTP/1.1" 200 109 0.007016 10.0.0.33 - - [2024-12-23 02:12:54] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001099 10.0.0.33 - - [2024-12-23 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2101 0.057264 10.0.0.33 - - [2024-12-23 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2091 0.004124 10.0.0.33 - - [2024-12-23 02:12:54] "POST /instance-ips HTTP/1.1" 200 559 0.030397 10.0.0.33 - - [2024-12-23 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.051877 10.0.0.33 - - [2024-12-23 02:12:54] "DELETE /access-control-list/fe414352-ea00-4ec8-9d40-eda10f0b4165 HTTP/1.1" 200 115 0.029641 10.0.0.33 - - [2024-12-23 02:12:54] "POST /instance-ips HTTP/1.1" 400 213 0.021965 10.0.0.33 - - [2024-12-23 02:12:54] "DELETE /access-control-list/09334204-753d-4269-a03a-78d925366457 HTTP/1.1" 200 115 0.018532 10.0.0.33 - - [2024-12-23 02:12:54] "GET /projects?obj_uuids=5c12c439-9033-46fb-8970-157d46fe9a1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003253 10.0.0.33 - - [2024-12-23 02:12:54] "POST /chown HTTP/1.1" 200 109 0.019154 10.0.0.33 - - [2024-12-23 02:12:54] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.33 - - [2024-12-23 02:12:54] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010942 10.0.0.33 - - [2024-12-23 02:12:54] "PUT /virtual-machine-interface/0e28c925-bed5-4a80-a51a-728597545070 HTTP/1.1" 200 284 0.015657 10.0.0.33 - - [2024-12-23 02:12:54] "PUT /instance-ip/1748a72c-4c8e-431c-93ac-3e5093985106 HTTP/1.1" 200 256 0.019132 10.0.0.33 - - [2024-12-23 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 197 0.001462 10.0.0.33 - - [2024-12-23 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003387 10.0.0.33 - - [2024-12-23 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.010528 10.0.0.33 - - [2024-12-23 02:12:54] "POST /security-groups HTTP/1.1" 200 598 0.062594 10.0.0.33 - - [2024-12-23 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 241 0.004188 10.0.0.33 - - [2024-12-23 02:12:54] "POST /projects HTTP/1.1" 200 599 0.289571 10.0.0.33 - - [2024-12-23 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.323401 10.0.0.33 - - [2024-12-23 02:12:54] "POST /virtual-machine-interfaces HTTP/1.1" 500 251 0.150067 10.0.0.33 - - [2024-12-23 02:12:55] "POST /access-control-lists HTTP/1.1" 200 603 0.158374 10.0.0.33 - - [2024-12-23 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2101 0.482531 10.0.0.33 - - [2024-12-23 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2024-12-23 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007437 10.0.0.33 - - [2024-12-23 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2091 0.003788 10.0.0.33 - - [2024-12-23 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 240 0.003588 10.0.0.33 - - [2024-12-23 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.038193 10.0.0.33 - - [2024-12-23 02:12:55] "POST /access-control-lists HTTP/1.1" 404 205 0.004570 10.0.0.33 - - [2024-12-23 02:12:55] "POST /chown HTTP/1.1" 200 109 0.011065 10.0.0.33 - - [2024-12-23 02:12:55] "POST /instance-ips HTTP/1.1" 400 213 0.021231 10.0.0.33 - - [2024-12-23 02:12:55] "DELETE /access-control-list/ae83cf83-84ff-4e87-9567-f2ae2df20e93 HTTP/1.1" 200 115 0.024615 10.0.0.33 - - [2024-12-23 02:12:55] "POST /chown HTTP/1.1" 200 109 0.007877 10.0.0.33 - - [2024-12-23 02:12:55] "PUT /instance-ip/1748a72c-4c8e-431c-93ac-3e5093985106 HTTP/1.1" 200 256 0.012317 10.0.0.33 - - [2024-12-23 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.011649 10.0.0.33 - - [2024-12-23 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.011431 10.0.0.33 - - [2024-12-23 02:12:55] "POST /virtual-machine-interfaces HTTP/1.1" 500 251 0.030373 10.0.0.33 - - [2024-12-23 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.33 - - [2024-12-23 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.33 - - [2024-12-23 02:12:55] "POST /chown HTTP/1.1" 200 109 0.007235 10.0.0.33 - - [2024-12-23 02:12:55] "POST /instance-ips HTTP/1.1" 400 213 0.015070 10.0.0.33 - - [2024-12-23 02:12:55] "POST /chown HTTP/1.1" 200 109 0.007659 10.0.0.33 - - [2024-12-23 02:12:55] "PUT /instance-ip/1748a72c-4c8e-431c-93ac-3e5093985106 HTTP/1.1" 200 256 0.011189 10.0.0.33 - - [2024-12-23 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.011090 10.0.0.33 - - [2024-12-23 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.012333 10.0.0.33 - - [2024-12-23 02:12:55] "POST /virtual-machine-interfaces HTTP/1.1" 500 251 0.030216 10.0.0.33 - - [2024-12-23 02:12:57] "GET /projects?obj_uuids=860af1cf-9283-4335-905e-665d67f36c11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002544 10.0.0.33 - - [2024-12-23 02:12:57] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.33 - - [2024-12-23 02:12:57] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050168 10.0.0.33 - - [2024-12-23 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 195 0.001341 10.0.0.33 - - [2024-12-23 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.002467 10.0.0.33 - - [2024-12-23 02:12:57] "POST /security-groups HTTP/1.1" 200 596 0.063087 10.0.0.33 - - [2024-12-23 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.002510 10.0.0.33 - - [2024-12-23 02:12:57] "POST /projects HTTP/1.1" 200 595 0.211557 10.0.0.33 - - [2024-12-23 02:12:57] "POST /access-control-lists HTTP/1.1" 200 601 0.060504 10.0.0.33 - - [2024-12-23 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.289464 10.0.0.33 - - [2024-12-23 02:12:58] "POST /fqname-to-id HTTP/1.1" 404 238 0.002662 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/router HTTP/1.1" 200 605 0.500381 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/router HTTP/1.1" 200 605 0.003074 10.0.0.33 - - [2024-12-23 02:12:58] "POST /access-control-lists HTTP/1.1" 200 599 0.064021 10.0.0.33 - - [2024-12-23 02:12:58] "GET /logical-router/2587db34-8d1a-4533-bf76-3340bddcbd3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003193 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/router HTTP/1.1" 200 151 0.095308 10.0.0.33 - - [2024-12-23 02:12:58] "GET /projects?obj_uuids=860af1cf-9283-4335-905e-665d67f36c11&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001275 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2099 0.054914 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2089 0.003848 10.0.0.33 - - [2024-12-23 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.062026 10.0.0.33 - - [2024-12-23 02:12:58] "DELETE /access-control-list/a21b8baa-9af8-4ec8-b76c-c37697a1a8f1 HTTP/1.1" 200 115 0.032434 10.0.0.33 - - [2024-12-23 02:12:58] "DELETE /access-control-list/d98fb3dd-f794-4342-81cf-89ff3875cc9e HTTP/1.1" 200 115 0.026642 10.0.0.33 - - [2024-12-23 02:12:58] "GET /projects?obj_uuids=249da8f0-5ffc-4793-900d-13af42e5f483&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003026 10.0.0.33 - - [2024-12-23 02:12:58] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.33 - - [2024-12-23 02:12:58] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007519 10.0.0.33 - - [2024-12-23 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 194 0.001222 10.0.0.33 - - [2024-12-23 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 203 0.003592 10.0.0.33 - - [2024-12-23 02:12:59] "POST /security-groups HTTP/1.1" 200 595 0.063682 10.0.0.33 - - [2024-12-23 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 238 0.002696 10.0.0.33 - - [2024-12-23 02:12:59] "POST /projects HTTP/1.1" 200 593 0.212393 10.0.0.33 - - [2024-12-23 02:12:59] "POST /access-control-lists HTTP/1.1" 200 600 0.057914 10.0.0.33 - - [2024-12-23 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.285026 10.0.0.33 - - [2024-12-23 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 237 0.002773 10.0.0.33 - - [2024-12-23 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2098 0.413540 10.0.0.33 - - [2024-12-23 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2088 0.003934 10.0.0.33 - - [2024-12-23 02:12:59] "POST /access-control-lists HTTP/1.1" 200 598 0.060146 10.0.0.33 - - [2024-12-23 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 151 0.090791 10.0.0.33 - - [2024-12-23 02:12:59] "DELETE /access-control-list/46f7fe20-64f4-4eb6-bc6b-44b3f4532ce6 HTTP/1.1" 200 115 0.021221 10.0.0.33 - - [2024-12-23 02:12:59] "DELETE /access-control-list/bc031141-13c3-47df-aebb-73888de5b673 HTTP/1.1" 200 115 0.025473 10.0.0.33 - - [2024-12-23 02:13:01] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002179 10.0.0.33 - - [2024-12-23 02:13:01] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.33 - - [2024-12-23 02:13:01] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048616 10.0.0.33 - - [2024-12-23 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 207 0.001678 10.0.0.33 - - [2024-12-23 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.003301 10.0.0.33 - - [2024-12-23 02:13:01] "POST /security-groups HTTP/1.1" 200 608 0.066737 10.0.0.33 - - [2024-12-23 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 251 0.003651 10.0.0.33 - - [2024-12-23 02:13:01] "POST /projects HTTP/1.1" 200 619 0.224301 10.0.0.33 - - [2024-12-23 02:13:01] "POST /access-control-lists HTTP/1.1" 200 613 0.064356 10.0.0.33 - - [2024-12-23 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.295835 10.0.0.33 - - [2024-12-23 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 250 0.002963 10.0.0.33 - - [2024-12-23 02:13:01] "POST /neutron/network HTTP/1.1" 200 702 0.535279 10.0.0.33 - - [2024-12-23 02:13:01] "POST /access-control-lists HTTP/1.1" 200 611 0.063120 10.0.0.33 - - [2024-12-23 02:13:01] "POST /route-targets HTTP/1.1" 200 327 0.009606 10.0.0.33 - - [2024-12-23 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.031980 10.0.0.33 - - [2024-12-23 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.33 - - [2024-12-23 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.224930 10.0.0.33 - - [2024-12-23 02:13:01] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001144 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1054 0.221991 10.0.0.33 - - [2024-12-23 02:13:02] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001350 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1118 0.209154 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 4075 0.050879 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1118 0.011658 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 151 0.072849 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 400 205 0.003209 10.0.0.33 - - [2024-12-23 02:13:02] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001114 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1052 0.185392 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1052 0.007464 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1052 0.009654 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1116 0.026811 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1116 0.007558 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 151 0.079044 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 400 205 0.003045 10.0.0.33 - - [2024-12-23 02:13:02] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001811 10.0.0.33 - - [2024-12-23 02:13:02] "POST /neutron/port HTTP/1.1" 200 1052 0.166870 10.0.0.33 - - [2024-12-23 02:13:02] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001077 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.164561 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.007430 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.007329 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1183 0.026805 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1183 0.008973 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 151 0.069491 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 400 205 0.002926 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.007855 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 151 0.088670 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 400 205 0.003159 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 1054 0.007730 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/port HTTP/1.1" 200 151 0.069213 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 710 0.008012 10.0.0.33 - - [2024-12-23 02:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004920 10.0.0.33 - - [2024-12-23 02:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 151 0.195499 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/network HTTP/1.1" 200 769 0.005712 10.0.0.33 - - [2024-12-23 02:13:03] "POST /neutron/network HTTP/1.1" 200 151 0.073296 10.0.0.33 - - [2024-12-23 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.33 - - [2024-12-23 02:13:03] "DELETE /route-target/235140d4-9e5f-4962-9fa9-a4cbe73130ff HTTP/1.1" 200 115 0.027079 10.0.0.33 - - [2024-12-23 02:13:04] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001143 10.0.0.33 - - [2024-12-23 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2111 0.054624 10.0.0.33 - - [2024-12-23 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2101 0.003973 10.0.0.33 - - [2024-12-23 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.051988 10.0.0.33 - - [2024-12-23 02:13:04] "DELETE /access-control-list/03a88f4c-d80a-4e0e-8b24-c83d22e0120e HTTP/1.1" 200 115 0.027715 10.0.0.33 - - [2024-12-23 02:13:04] "DELETE /access-control-list/cd247f13-106d-488c-abc0-330000275595 HTTP/1.1" 200 115 0.022647 10.0.0.33 - - [2024-12-23 02:13:06] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002404 10.0.0.33 - - [2024-12-23 02:13:06] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.33 - - [2024-12-23 02:13:06] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050879 10.0.0.33 - - [2024-12-23 02:13:06] "POST /id-to-fqname HTTP/1.1" 200 205 0.001681 10.0.0.33 - - [2024-12-23 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.002531 10.0.0.33 - - [2024-12-23 02:13:06] "POST /security-groups HTTP/1.1" 200 606 0.065098 10.0.0.33 - - [2024-12-23 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 249 0.002964 10.0.0.33 - - [2024-12-23 02:13:06] "POST /projects HTTP/1.1" 200 615 0.215442 10.0.0.33 - - [2024-12-23 02:13:06] "POST /access-control-lists HTTP/1.1" 200 611 0.060616 10.0.0.33 - - [2024-12-23 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.297127 10.0.0.33 - - [2024-12-23 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 248 0.002844 10.0.0.33 - - [2024-12-23 02:13:06] "POST /access-control-lists HTTP/1.1" 200 609 0.067050 10.0.0.33 - - [2024-12-23 02:13:06] "POST /neutron/network HTTP/1.1" 200 696 0.606985 10.0.0.33 - - [2024-12-23 02:13:06] "POST /route-targets HTTP/1.1" 200 327 0.010029 10.0.0.33 - - [2024-12-23 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.011861 10.0.0.33 - - [2024-12-23 02:13:06] "POST /useragent-kv HTTP/1.1" 200 115 0.010466 10.0.0.33 - - [2024-12-23 02:13:06] "POST /neutron/subnet HTTP/1.1" 200 710 0.176740 10.0.0.33 - - [2024-12-23 02:13:06] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001380 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1046 0.222126 10.0.0.33 - - [2024-12-23 02:13:07] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001071 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1255 0.158406 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 4203 0.024956 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1255 0.007439 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 151 0.069649 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1046 0.007502 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1046 0.006284 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1242 0.027224 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1242 0.007296 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 1242 0.006725 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/port HTTP/1.1" 200 151 0.062607 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.006534 10.0.0.33 - - [2024-12-23 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003246 10.0.0.33 - - [2024-12-23 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002701 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/subnet HTTP/1.1" 200 151 0.142102 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/network HTTP/1.1" 200 763 0.003700 10.0.0.33 - - [2024-12-23 02:13:07] "POST /neutron/network HTTP/1.1" 200 151 0.065470 10.0.0.33 - - [2024-12-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.33 - - [2024-12-23 02:13:07] "DELETE /route-target/13797aac-bae8-4273-a411-90783c07b2d7 HTTP/1.1" 200 115 0.015903 10.0.0.33 - - [2024-12-23 02:13:08] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001086 10.0.0.33 - - [2024-12-23 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2109 0.055723 10.0.0.33 - - [2024-12-23 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2099 0.003994 10.0.0.33 - - [2024-12-23 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.053259 10.0.0.33 - - [2024-12-23 02:13:08] "DELETE /access-control-list/997c5b06-07e5-4638-8912-1cdc22a42a71 HTTP/1.1" 200 115 0.034146 10.0.0.33 - - [2024-12-23 02:13:08] "DELETE /access-control-list/64cd5166-be6e-4120-b297-313d0c15f515 HTTP/1.1" 200 115 0.021717 10.0.0.33 - - [2024-12-23 02:13:09] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002311 10.0.0.33 - - [2024-12-23 02:13:09] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.33 - - [2024-12-23 02:13:10] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048622 10.0.0.33 - - [2024-12-23 02:13:10] "POST /id-to-fqname HTTP/1.1" 200 199 0.002405 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.004708 10.0.0.33 - - [2024-12-23 02:13:10] "POST /security-groups HTTP/1.1" 200 600 0.063085 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 243 0.002779 10.0.0.33 - - [2024-12-23 02:13:10] "POST /projects HTTP/1.1" 200 603 0.218452 10.0.0.33 - - [2024-12-23 02:13:10] "POST /access-control-lists HTTP/1.1" 200 605 0.061152 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.291443 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.003036 10.0.0.33 - - [2024-12-23 02:13:10] "POST /neutron/network HTTP/1.1" 200 680 0.526975 10.0.0.33 - - [2024-12-23 02:13:10] "POST /access-control-lists HTTP/1.1" 200 603 0.059253 10.0.0.33 - - [2024-12-23 02:13:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.33 - - [2024-12-23 02:13:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.138220 10.0.0.33 - - [2024-12-23 02:13:10] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001044 10.0.0.33 - - [2024-12-23 02:13:10] "POST /neutron/router HTTP/1.1" 200 705 0.106312 10.0.0.33 - - [2024-12-23 02:13:10] "GET /logical-router/3c56960b-ca8a-42e4-9321-5a7988744a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.006224 10.0.0.33 - - [2024-12-23 02:13:10] "POST /neutron/router HTTP/1.1" 200 705 0.005182 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.33 - - [2024-12-23 02:13:10] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002021 10.0.0.33 - - [2024-12-23 02:13:10] "GET /service-template/41c3da19-8457-450f-8b8a-586d365dc0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.002892 10.0.0.33 - - [2024-12-23 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.002565 10.0.0.33 - - [2024-12-23 02:13:10] "POST /neutron/router HTTP/1.1" 200 344 0.191009 10.0.0.33 - - [2024-12-23 02:13:10] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001139 10.0.0.33 - - [2024-12-23 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007009 10.0.0.33 - - [2024-12-23 02:13:11] "POST /virtual-networks HTTP/1.1" 200 700 0.157366 10.0.0.33 - - [2024-12-23 02:13:11] "POST /route-targets HTTP/1.1" 200 327 0.040126 10.0.0.33 - - [2024-12-23 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.020216 10.0.0.33 - - [2024-12-23 02:13:11] "POST /service-instances HTTP/1.1" 200 676 0.044270 10.0.0.33 - - [2024-12-23 02:13:11] "POST /route-targets HTTP/1.1" 200 327 0.021629 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/port HTTP/1.1" 200 1028 0.279192 10.0.0.33 - - [2024-12-23 02:13:11] "POST /route-tables HTTP/1.1" 200 588 0.040774 10.0.0.33 - - [2024-12-23 02:13:11] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001194 10.0.0.33 - - [2024-12-23 02:13:11] "PUT /logical-router/3c56960b-ca8a-42e4-9321-5a7988744a1e HTTP/1.1" 200 262 0.030786 10.0.0.33 - - [2024-12-23 02:13:11] "PUT /logical-router/3c56960b-ca8a-42e4-9321-5a7988744a1e HTTP/1.1" 200 262 0.033948 10.0.0.33 - - [2024-12-23 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.049312 10.0.0.33 - - [2024-12-23 02:13:11] "POST /route-targets HTTP/1.1" 200 327 0.017334 10.0.0.33 - - [2024-12-23 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.032227 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/port HTTP/1.1" 200 1030 0.254370 10.0.0.33 - - [2024-12-23 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.33 - - [2024-12-23 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.33 - - [2024-12-23 02:13:11] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001317 10.0.0.33 - - [2024-12-23 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.017041 10.0.0.33 - - [2024-12-23 02:13:11] "POST /virtual-machines HTTP/1.1" 200 565 0.017367 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 606 0.177119 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 606 0.051711 10.0.0.33 - - [2024-12-23 02:13:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.132950 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 528 0.026807 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005823 10.0.0.33 - - [2024-12-23 02:13:11] "POST /chown HTTP/1.1" 200 109 0.007659 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 115 0.043228 10.0.0.33 - - [2024-12-23 02:13:11] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001088 10.0.0.33 - - [2024-12-23 02:13:11] "POST /instance-ips HTTP/1.1" 200 563 0.029479 10.0.0.33 - - [2024-12-23 02:13:11] "POST /instance-ips HTTP/1.1" 400 213 0.040545 10.0.0.33 - - [2024-12-23 02:13:11] "POST /neutron/floatingip HTTP/1.1" 200 606 0.146413 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 606 0.012764 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 580 0.014710 10.0.0.33 - - [2024-12-23 02:13:12] "POST /chown HTTP/1.1" 200 109 0.012680 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 606 0.012354 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 606 0.039790 10.0.0.33 - - [2024-12-23 02:13:12] "PUT /virtual-machine-interface/7d8dd712-aade-4255-be20-362348f302e8 HTTP/1.1" 200 284 0.015569 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011876 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.020194 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006541 10.0.0.33 - - [2024-12-23 02:13:12] "PUT /instance-ip/5911884d-3abf-4823-9517-aca963b878c4 HTTP/1.1" 200 256 0.016658 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029967 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 400 217 0.004496 10.0.0.33 - - [2024-12-23 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/port HTTP/1.1" 200 2781 0.023334 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.008282 10.0.0.33 - - [2024-12-23 02:13:12] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001556 10.0.0.33 - - [2024-12-23 02:13:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.103119 10.0.0.33 - - [2024-12-23 02:13:12] "POST /chown HTTP/1.1" 200 109 0.030923 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/port HTTP/1.1" 200 1115 0.261147 10.0.0.33 - - [2024-12-23 02:13:12] "POST /instance-ips HTTP/1.1" 200 561 0.050252 10.0.0.33 - - [2024-12-23 02:13:12] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001129 10.0.0.33 - - [2024-12-23 02:13:12] "POST /instance-ips HTTP/1.1" 400 322 0.015231 10.0.0.33 - - [2024-12-23 02:13:12] "POST /chown HTTP/1.1" 200 109 0.021566 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 607 0.128189 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 607 0.011663 10.0.0.33 - - [2024-12-23 02:13:12] "PUT /virtual-machine-interface/5b789ef1-bf2b-463c-8e8a-60680185bc35 HTTP/1.1" 200 284 0.013786 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 607 0.036794 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 607 0.012031 10.0.0.33 - - [2024-12-23 02:13:12] "PUT /instance-ip/4bd78079-240c-48a7-af63-d51f5d190680 HTTP/1.1" 200 256 0.014347 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 115 0.042792 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/port HTTP/1.1" 200 1115 0.010622 10.0.0.33 - - [2024-12-23 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.010471 10.0.0.33 - - [2024-12-23 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.011943 10.0.0.33 - - [2024-12-23 02:13:12] "PUT /routing-instance/39bc46c3-f8ff-45f1-9919-90b41de7bd68 HTTP/1.1" 200 266 0.015845 10.0.0.33 - - [2024-12-23 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.33 - - [2024-12-23 02:13:12] "POST /virtual-machines HTTP/1.1" 200 565 0.021633 10.0.0.33 - - [2024-12-23 02:13:12] "POST /neutron/port HTTP/1.1" 200 151 0.149737 10.0.0.33 - - [2024-12-23 02:13:13] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001287 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 528 0.136478 10.0.0.33 - - [2024-12-23 02:13:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.108506 10.0.0.33 - - [2024-12-23 02:13:13] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001090 10.0.0.33 - - [2024-12-23 02:13:13] "POST /chown HTTP/1.1" 200 109 0.054785 10.0.0.33 - - [2024-12-23 02:13:13] "POST /instance-ips HTTP/1.1" 400 213 0.025592 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/port HTTP/1.1" 200 1030 0.190468 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009587 10.0.0.33 - - [2024-12-23 02:13:13] "POST /chown HTTP/1.1" 200 109 0.015159 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 606 0.043152 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/port HTTP/1.1" 200 1030 0.010349 10.0.0.33 - - [2024-12-23 02:13:13] "PUT /virtual-machine-interface/4bd4fa5f-dcf7-4011-80d1-6ee322f8961b HTTP/1.1" 200 284 0.013052 10.0.0.33 - - [2024-12-23 02:13:13] "PUT /instance-ip/5911884d-3abf-4823-9517-aca963b878c4 HTTP/1.1" 200 256 0.013114 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/port HTTP/1.1" 200 151 0.130095 10.0.0.33 - - [2024-12-23 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.019152 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006880 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 528 0.011369 10.0.0.33 - - [2024-12-23 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.013634 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 115 0.047338 10.0.0.33 - - [2024-12-23 02:13:13] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001025 10.0.0.33 - - [2024-12-23 02:13:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.118533 10.0.0.33 - - [2024-12-23 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.027166 10.0.0.33 - - [2024-12-23 02:13:13] "PUT /routing-instance/39bc46c3-f8ff-45f1-9919-90b41de7bd68 HTTP/1.1" 200 266 0.058913 10.0.0.33 - - [2024-12-23 02:13:13] "POST /chown HTTP/1.1" 200 109 0.044502 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/floatingip HTTP/1.1" 200 606 0.233881 10.0.0.33 - - [2024-12-23 02:13:13] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001167 10.0.0.33 - - [2024-12-23 02:13:13] "POST /instance-ips HTTP/1.1" 400 322 0.021975 10.0.0.33 - - [2024-12-23 02:13:13] "POST /neutron/network HTTP/1.1" 200 654 0.069387 10.0.0.33 - - [2024-12-23 02:13:14] "POST /chown HTTP/1.1" 200 109 0.013047 10.0.0.33 - - [2024-12-23 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.012685 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.011871 10.0.0.33 - - [2024-12-23 02:13:14] "PUT /virtual-machine-interface/ba2479ba-e13c-4731-9611-b842ae287a0e HTTP/1.1" 200 284 0.009863 10.0.0.33 - - [2024-12-23 02:13:14] "PUT /instance-ip/4bd78079-240c-48a7-af63-d51f5d190680 HTTP/1.1" 200 256 0.014163 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.015699 10.0.0.33 - - [2024-12-23 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.204403 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.33 - - [2024-12-23 02:13:14] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001225 10.0.0.33 - - [2024-12-23 02:13:14] "PUT /routing-instance/39bc46c3-f8ff-45f1-9919-90b41de7bd68 HTTP/1.1" 200 266 0.011989 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.011882 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/router HTTP/1.1" 200 705 0.111049 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/router HTTP/1.1" 200 705 0.004669 10.0.0.33 - - [2024-12-23 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.014552 10.0.0.33 - - [2024-12-23 02:13:14] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001125 10.0.0.33 - - [2024-12-23 02:13:14] "PUT /logical-router/1d54e691-a480-4e6b-baae-01ccb9162182 HTTP/1.1" 200 262 0.028118 10.0.0.33 - - [2024-12-23 02:13:14] "GET /logical-router/1d54e691-a480-4e6b-baae-01ccb9162182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1700 0.007422 10.0.0.33 - - [2024-12-23 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/router HTTP/1.1" 200 344 0.232461 10.0.0.33 - - [2024-12-23 02:13:14] "GET /service-template/41c3da19-8457-450f-8b8a-586d365dc0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007858 10.0.0.33 - - [2024-12-23 02:13:14] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001176 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.021286 10.0.0.33 - - [2024-12-23 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 224 0.002127 10.0.0.33 - - [2024-12-23 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.33 - - [2024-12-23 02:13:14] "POST /virtual-networks HTTP/1.1" 200 700 0.130187 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/port HTTP/1.1" 200 1030 0.247948 10.0.0.33 - - [2024-12-23 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.010723 10.0.0.33 - - [2024-12-23 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/floatingip HTTP/1.1" 200 606 0.020808 10.0.0.33 - - [2024-12-23 02:13:14] "POST /service-instances HTTP/1.1" 200 676 0.069634 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/floatingip HTTP/1.1" 200 606 0.089555 10.0.0.33 - - [2024-12-23 02:13:14] "POST /neutron/port HTTP/1.1" 200 1030 0.007930 10.0.0.33 - - [2024-12-23 02:13:15] "POST /route-tables HTTP/1.1" 200 588 0.019714 10.0.0.33 - - [2024-12-23 02:13:15] "PUT /logical-router/1d54e691-a480-4e6b-baae-01ccb9162182 HTTP/1.1" 200 262 0.012881 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.105070 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/router HTTP/1.1" 200 705 0.005161 10.0.0.33 - - [2024-12-23 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.024431 10.0.0.33 - - [2024-12-23 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.010616 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/router HTTP/1.1" 200 344 0.105937 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/router HTTP/1.1" 200 705 0.005217 10.0.0.33 - - [2024-12-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.33 - - [2024-12-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.33 - - [2024-12-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/router HTTP/1.1" 200 151 0.055573 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.012869 10.0.0.33 - - [2024-12-23 02:13:15] "DELETE /route-target/18303302-b5cb-4c70-9aef-e5a4af065b48 HTTP/1.1" 200 115 0.023826 10.0.0.33 - - [2024-12-23 02:13:15] "POST /virtual-machines HTTP/1.1" 200 565 0.022008 10.0.0.33 - - [2024-12-23 02:13:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.088753 10.0.0.33 - - [2024-12-23 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.33 - - [2024-12-23 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 151 0.182175 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/network HTTP/1.1" 200 721 0.003577 10.0.0.33 - - [2024-12-23 02:13:15] "POST /chown HTTP/1.1" 200 109 0.009712 10.0.0.33 - - [2024-12-23 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/network HTTP/1.1" 200 151 0.076917 10.0.0.33 - - [2024-12-23 02:13:15] "POST /instance-ips HTTP/1.1" 200 563 0.033494 10.0.0.33 - - [2024-12-23 02:13:15] "DELETE /route-target/6461aa29-912f-48fc-b18e-a714aa6019e9 HTTP/1.1" 200 115 0.028198 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008403 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 115 0.041207 10.0.0.33 - - [2024-12-23 02:13:15] "POST /instance-ips HTTP/1.1" 400 213 0.022149 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 400 205 0.003284 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/router HTTP/1.1" 400 209 0.003125 10.0.0.33 - - [2024-12-23 02:13:15] "POST /chown HTTP/1.1" 200 109 0.009888 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.003423 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 1030 0.008305 10.0.0.33 - - [2024-12-23 02:13:15] "PUT /virtual-machine-interface/732bbae2-b587-4fa7-91b5-92378bd7abe9 HTTP/1.1" 200 284 0.018983 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.076195 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 1028 0.009291 10.0.0.33 - - [2024-12-23 02:13:15] "PUT /instance-ip/3bb61221-99ae-478d-ba7d-b6564f650c23 HTTP/1.1" 200 256 0.020006 10.0.0.33 - - [2024-12-23 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.076750 10.0.0.33 - - [2024-12-23 02:13:15] "POST /neutron/port HTTP/1.1" 200 2270 0.042961 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 200 705 0.036611 10.0.0.33 - - [2024-12-23 02:13:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.096932 10.0.0.33 - - [2024-12-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.014220 10.0.0.33 - - [2024-12-23 02:13:16] "POST /chown HTTP/1.1" 200 109 0.007952 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 200 344 0.129618 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 200 705 0.005101 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 400 281 0.009250 10.0.0.33 - - [2024-12-23 02:13:16] "POST /instance-ips HTTP/1.1" 200 561 0.048225 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 200 705 0.004174 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/router HTTP/1.1" 200 151 0.049055 10.0.0.33 - - [2024-12-23 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.33 - - [2024-12-23 02:13:16] "DELETE /route-target/6d142386-f865-4922-bd39-8ce03fce4251 HTTP/1.1" 409 239 0.010598 10.0.0.33 - - [2024-12-23 02:13:16] "POST /instance-ips HTTP/1.1" 400 322 0.028305 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 711 0.011096 10.0.0.33 - - [2024-12-23 02:13:16] "POST /chown HTTP/1.1" 200 109 0.012491 10.0.0.33 - - [2024-12-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.012835 10.0.0.33 - - [2024-12-23 02:13:16] "PUT /virtual-machine-interface/d0b947fb-5074-4110-aed8-b2bef8275dc0 HTTP/1.1" 200 284 0.014102 10.0.0.33 - - [2024-12-23 02:13:16] "PUT /routing-instance/39bc46c3-f8ff-45f1-9919-90b41de7bd68 HTTP/1.1" 200 266 0.013349 10.0.0.33 - - [2024-12-23 02:13:16] "PUT /instance-ip/be162a2a-a2a9-442e-87d6-c0bf87768971 HTTP/1.1" 200 256 0.019197 10.0.0.33 - - [2024-12-23 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.33 - - [2024-12-23 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002305 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 151 0.225365 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/network HTTP/1.1" 200 747 0.003665 10.0.0.33 - - [2024-12-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.017961 10.0.0.33 - - [2024-12-23 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.33 - - [2024-12-23 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007470 10.0.0.33 - - [2024-12-23 02:13:16] "POST /neutron/network HTTP/1.1" 200 151 0.103357 10.0.0.33 - - [2024-12-23 02:13:16] "DELETE /route-target/3ea9fe19-0085-41bd-b2c3-c1cec7f35c18 HTTP/1.1" 200 115 0.021835 10.0.0.33 - - [2024-12-23 02:13:16] "POST /virtual-machines HTTP/1.1" 200 565 0.016107 10.0.0.33 - - [2024-12-23 02:13:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.099886 10.0.0.33 - - [2024-12-23 02:13:16] "POST /chown HTTP/1.1" 200 109 0.007606 10.0.0.33 - - [2024-12-23 02:13:16] "POST /instance-ips HTTP/1.1" 400 213 0.016076 10.0.0.33 - - [2024-12-23 02:13:16] "POST /chown HTTP/1.1" 200 109 0.009150 10.0.0.33 - - [2024-12-23 02:13:17] "PUT /virtual-machine-interface/c6afe58a-9999-4580-88ea-824625fb8331 HTTP/1.1" 200 284 0.022306 10.0.0.33 - - [2024-12-23 02:13:17] "PUT /instance-ip/3bb61221-99ae-478d-ba7d-b6564f650c23 HTTP/1.1" 200 256 0.017685 10.0.0.33 - - [2024-12-23 02:13:17] "GET /projects?obj_uuids=296a7c96-511f-41d5-ae94-56bbb812c8a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001410 10.0.0.33 - - [2024-12-23 02:13:17] "POST /neutron/security_group HTTP/1.1" 200 2103 0.065621 10.0.0.33 - - [2024-12-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.013750 10.0.0.33 - - [2024-12-23 02:13:17] "POST /neutron/security_group HTTP/1.1" 200 2093 0.003467 10.0.0.33 - - [2024-12-23 02:13:17] "POST /neutron/security_group HTTP/1.1" 400 206 0.018534 10.0.0.33 - - [2024-12-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.014932 10.0.0.33 - - [2024-12-23 02:13:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.086221 10.0.0.33 - - [2024-12-23 02:13:17] "POST /chown HTTP/1.1" 200 109 0.008585 10.0.0.33 - - [2024-12-23 02:13:17] "POST /instance-ips HTTP/1.1" 400 322 0.017931 10.0.0.33 - - [2024-12-23 02:13:17] "POST /chown HTTP/1.1" 200 109 0.008553 10.0.0.33 - - [2024-12-23 02:13:17] "PUT /virtual-machine-interface/66f40fa9-4a4a-4937-892e-ee6234f3258c HTTP/1.1" 200 284 0.010568 10.0.0.33 - - [2024-12-23 02:13:17] "PUT /instance-ip/be162a2a-a2a9-442e-87d6-c0bf87768971 HTTP/1.1" 200 256 0.011822 10.0.0.33 - - [2024-12-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.012643 10.0.0.33 - - [2024-12-23 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.011415 10.0.0.33 - - [2024-12-23 02:13:17] "GET /logical-router/1d54e691-a480-4e6b-baae-01ccb9162182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002829 10.0.0.33 - - [2024-12-23 02:13:17] "GET /service-instance/225e6ad0-7d16-445d-869e-5a14e0d62008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.051795 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /route-table/e677b7fc-4484-4ba2-852a-ec5a7bb1d581 HTTP/1.1" 200 115 0.124178 10.0.0.33 - - [2024-12-23 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.33 - - [2024-12-23 02:13:18] "GET /virtual-network/c3b2182d-92fb-4e0b-b1de-9b830213142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005211 10.0.0.33 - - [2024-12-23 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.009401 10.0.0.33 - - [2024-12-23 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /instance-ip/be162a2a-a2a9-442e-87d6-c0bf87768971 HTTP/1.1" 200 115 0.036188 10.0.0.33 - - [2024-12-23 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.33 - - [2024-12-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.33 - - [2024-12-23 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /virtual-network/c3b2182d-92fb-4e0b-b1de-9b830213142d HTTP/1.1" 200 115 0.140641 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /route-target/8a821763-2987-41ad-9e48-06a575e25f3c HTTP/1.1" 200 115 0.026473 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /service-instance/225e6ad0-7d16-445d-869e-5a14e0d62008 HTTP/1.1" 200 115 0.037757 10.0.0.33 - - [2024-12-23 02:13:18] "GET /logical-router/3c56960b-ca8a-42e4-9321-5a7988744a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002613 10.0.0.33 - - [2024-12-23 02:13:18] "GET /service-instance/44fcce8d-6282-46ab-9e13-b9b4117693c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2295 0.004008 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /route-table/8a84d3ed-43dc-493d-a6e4-be52f3d60ffb HTTP/1.1" 200 115 0.027370 10.0.0.33 - - [2024-12-23 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.33 - - [2024-12-23 02:13:18] "GET /virtual-network/b4424e82-d425-4fb6-9043-10f936db7c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005603 10.0.0.33 - - [2024-12-23 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.010858 10.0.0.33 - - [2024-12-23 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.016381 10.0.0.33 - - [2024-12-23 02:13:18] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004127 10.0.0.33 - - [2024-12-23 02:13:18] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001861 10.0.0.33 - - [2024-12-23 02:13:18] "DELETE /instance-ip/4bd78079-240c-48a7-af63-d51f5d190680 HTTP/1.1" 200 115 0.051716 10.0.0.33 - - [2024-12-23 02:13:18] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052334 10.0.0.33 - - [2024-12-23 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 207 0.001724 10.0.0.33 - - [2024-12-23 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 216 0.003823 10.0.0.33 - - [2024-12-23 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007794 10.0.0.33 - - [2024-12-23 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.33 - - [2024-12-23 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006688 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /virtual-network/b4424e82-d425-4fb6-9043-10f936db7c71 HTTP/1.1" 200 115 0.196348 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /route-target/edc706a4-6e0a-41f3-8502-62d862ce387a HTTP/1.1" 200 115 0.028909 10.0.0.33 - - [2024-12-23 02:13:19] "POST /security-groups HTTP/1.1" 200 608 0.083215 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /service-instance/44fcce8d-6282-46ab-9e13-b9b4117693c1 HTTP/1.1" 200 115 0.103018 10.0.0.33 - - [2024-12-23 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 251 0.003613 10.0.0.33 - - [2024-12-23 02:13:19] "POST /projects HTTP/1.1" 200 619 0.292989 10.0.0.33 - - [2024-12-23 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.362329 10.0.0.33 - - [2024-12-23 02:13:19] "GET /virtual-machine-interface/66f40fa9-4a4a-4937-892e-ee6234f3258c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1350 0.005713 10.0.0.33 - - [2024-12-23 02:13:19] "POST /access-control-lists HTTP/1.1" 200 613 0.069864 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /virtual-machine-interface/66f40fa9-4a4a-4937-892e-ee6234f3258c HTTP/1.1" 200 115 0.038293 10.0.0.33 - - [2024-12-23 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 250 0.004149 10.0.0.33 - - [2024-12-23 02:13:19] "GET /virtual-machine-interface/c6afe58a-9999-4580-88ea-824625fb8331?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1677 0.007512 10.0.0.33 - - [2024-12-23 02:13:19] "POST /neutron/network HTTP/1.1" 200 702 0.646850 10.0.0.33 - - [2024-12-23 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.070872 10.0.0.33 - - [2024-12-23 02:13:19] "POST /access-control-lists HTTP/1.1" 200 611 0.085829 10.0.0.33 - - [2024-12-23 02:13:19] "GET /instance-ip/3bb61221-99ae-478d-ba7d-b6564f650c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003476 10.0.0.33 - - [2024-12-23 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004787 10.0.0.33 - - [2024-12-23 02:13:19] "POST /route-targets HTTP/1.1" 200 327 0.027750 10.0.0.33 - - [2024-12-23 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.162982 10.0.0.33 - - [2024-12-23 02:13:19] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001558 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /virtual-machine-interface/c6afe58a-9999-4580-88ea-824625fb8331 HTTP/1.1" 200 115 0.052018 10.0.0.33 - - [2024-12-23 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.017715 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /virtual-machine/0644d195-4a00-476d-a258-7306fdd19b08 HTTP/1.1" 200 115 0.028045 10.0.0.33 - - [2024-12-23 02:13:19] "GET /virtual-machine-interface/732bbae2-b587-4fa7-91b5-92378bd7abe9?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1677 0.007657 10.0.0.33 - - [2024-12-23 02:13:19] "POST /neutron/router HTTP/1.1" 200 658 0.103390 10.0.0.33 - - [2024-12-23 02:13:19] "POST /neutron/router HTTP/1.1" 200 658 0.003224 10.0.0.33 - - [2024-12-23 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.027293 10.0.0.33 - - [2024-12-23 02:13:19] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001153 10.0.0.33 - - [2024-12-23 02:13:19] "PUT /logical-router/9b396498-14ac-4cc8-977b-87a6d77b7bca HTTP/1.1" 200 262 0.033125 10.0.0.33 - - [2024-12-23 02:13:19] "GET /instance-ip/3bb61221-99ae-478d-ba7d-b6564f650c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.010675 10.0.0.33 - - [2024-12-23 02:13:19] "DELETE /instance-ip/3bb61221-99ae-478d-ba7d-b6564f650c23 HTTP/1.1" 200 115 0.069313 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine-interface/732bbae2-b587-4fa7-91b5-92378bd7abe9 HTTP/1.1" 200 115 0.080495 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/router HTTP/1.1" 200 344 0.290368 10.0.0.33 - - [2024-12-23 02:13:20] "GET /virtual-machine-interface/d0b947fb-5074-4110-aed8-b2bef8275dc0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1352 0.007669 10.0.0.33 - - [2024-12-23 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.33 - - [2024-12-23 02:13:20] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001136 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine-interface/d0b947fb-5074-4110-aed8-b2bef8275dc0 HTTP/1.1" 200 115 0.097112 10.0.0.33 - - [2024-12-23 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.015503 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine/568bd426-3f46-42bb-9e2c-162841b40ea5 HTTP/1.1" 200 115 0.047163 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/port HTTP/1.1" 200 1054 0.247025 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/floatingip HTTP/1.1" 400 268 0.003373 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/port HTTP/1.1" 200 1054 0.006973 10.0.0.33 - - [2024-12-23 02:13:20] "GET /virtual-machine-interface/4bd4fa5f-dcf7-4011-80d1-6ee322f8961b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1676 0.005626 10.0.0.33 - - [2024-12-23 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.017148 10.0.0.33 - - [2024-12-23 02:13:20] "GET /instance-ip/5911884d-3abf-4823-9517-aca963b878c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.004289 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/port HTTP/1.1" 200 151 0.094137 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/port HTTP/1.1" 200 1016 0.026396 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/router HTTP/1.1" 200 658 0.003340 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine-interface/4bd4fa5f-dcf7-4011-80d1-6ee322f8961b HTTP/1.1" 200 115 0.057961 10.0.0.33 - - [2024-12-23 02:13:20] "GET /virtual-machine-interface/ba2479ba-e13c-4731-9611-b842ae287a0e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1352 0.006845 10.0.0.33 - - [2024-12-23 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.015904 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine-interface/ba2479ba-e13c-4731-9611-b842ae287a0e HTTP/1.1" 200 115 0.043474 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine/d7c6b4b9-2715-4f27-b640-69b43858a3b1 HTTP/1.1" 200 115 0.024862 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/router HTTP/1.1" 200 344 0.160815 10.0.0.33 - - [2024-12-23 02:13:20] "GET /virtual-machine-interface/5b789ef1-bf2b-463c-8e8a-60680185bc35?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1351 0.010632 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/router HTTP/1.1" 200 658 0.005959 10.0.0.33 - - [2024-12-23 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/router HTTP/1.1" 200 151 0.050621 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.010289 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /route-target/6d142386-f865-4922-bd39-8ce03fce4251 HTTP/1.1" 200 115 0.031596 10.0.0.33 - - [2024-12-23 02:13:20] "DELETE /virtual-machine-interface/5b789ef1-bf2b-463c-8e8a-60680185bc35 HTTP/1.1" 200 115 0.077189 10.0.0.33 - - [2024-12-23 02:13:20] "GET /virtual-machine-interface/7d8dd712-aade-4255-be20-362348f302e8?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1677 0.006921 10.0.0.33 - - [2024-12-23 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.020813 10.0.0.33 - - [2024-12-23 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008617 10.0.0.33 - - [2024-12-23 02:13:20] "GET /instance-ip/5911884d-3abf-4823-9517-aca963b878c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.008995 10.0.0.33 - - [2024-12-23 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 151 0.163821 10.0.0.33 - - [2024-12-23 02:13:20] "POST /neutron/network HTTP/1.1" 200 769 0.003554 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /instance-ip/5911884d-3abf-4823-9517-aca963b878c4 HTTP/1.1" 200 115 0.046874 10.0.0.33 - - [2024-12-23 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.33 - - [2024-12-23 02:13:21] "POST /neutron/network HTTP/1.1" 200 151 0.090516 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /route-target/6f8fc325-d18e-4bf5-8365-21e70bd764f1 HTTP/1.1" 200 115 0.017554 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /virtual-machine-interface/7d8dd712-aade-4255-be20-362348f302e8 HTTP/1.1" 200 115 0.051801 10.0.0.33 - - [2024-12-23 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /virtual-machine/860e3f2e-a8e7-48fb-a822-92a1671e6531 HTTP/1.1" 200 115 0.017177 10.0.0.33 - - [2024-12-23 02:13:21] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001113 10.0.0.33 - - [2024-12-23 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2111 0.052826 10.0.0.33 - - [2024-12-23 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2101 0.003756 10.0.0.33 - - [2024-12-23 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.040666 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /access-control-list/0a5ea125-8375-43c2-95a3-6691cf1d8dd5 HTTP/1.1" 200 115 0.019112 10.0.0.33 - - [2024-12-23 02:13:21] "DELETE /access-control-list/b67017b7-50a7-432f-bc1d-6f2c2dce66d8 HTTP/1.1" 200 115 0.017364 10.0.0.33 - - [2024-12-23 02:13:23] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002996 10.0.0.33 - - [2024-12-23 02:13:23] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001749 10.0.0.33 - - [2024-12-23 02:13:23] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050269 10.0.0.33 - - [2024-12-23 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 199 0.001473 10.0.0.33 - - [2024-12-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 208 0.002246 10.0.0.33 - - [2024-12-23 02:13:23] "POST /security-groups HTTP/1.1" 200 600 0.063549 10.0.0.33 - - [2024-12-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 243 0.002963 10.0.0.33 - - [2024-12-23 02:13:23] "POST /projects HTTP/1.1" 200 603 0.218540 10.0.0.33 - - [2024-12-23 02:13:23] "POST /access-control-lists HTTP/1.1" 200 605 0.063055 10.0.0.33 - - [2024-12-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.291110 10.0.0.33 - - [2024-12-23 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.003189 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 632 0.541374 10.0.0.33 - - [2024-12-23 02:13:23] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001814 10.0.0.33 - - [2024-12-23 02:13:23] "POST /access-control-lists HTTP/1.1" 200 603 0.070756 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 634 0.102376 10.0.0.33 - - [2024-12-23 02:13:23] "POST /route-targets HTTP/1.1" 200 327 0.016202 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 5239 0.036058 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 680 0.006391 10.0.0.33 - - [2024-12-23 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.015618 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 151 0.065914 10.0.0.33 - - [2024-12-23 02:13:23] "POST /neutron/network HTTP/1.1" 200 682 0.006455 10.0.0.33 - - [2024-12-23 02:13:23] "POST /route-targets HTTP/1.1" 200 327 0.013834 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 151 0.056319 10.0.0.33 - - [2024-12-23 02:13:24] "POST /ref-update HTTP/1.1" 404 171 0.007036 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 4163 0.022457 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001147 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 678 0.078162 10.0.0.33 - - [2024-12-23 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001071 10.0.0.33 - - [2024-12-23 02:13:24] "DELETE /route-target/06278fc2-3045-4fe4-bb8e-a7928804ee53 HTTP/1.1" 200 115 0.024844 10.0.0.33 - - [2024-12-23 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 678 0.080115 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001087 10.0.0.33 - - [2024-12-23 02:13:24] "DELETE /route-target/b9671348-b7b0-4f9d-a55c-b0a3a8d985a5 HTTP/1.1" 200 115 0.030106 10.0.0.33 - - [2024-12-23 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.013347 10.0.0.33 - - [2024-12-23 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.024302 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 923 0.152018 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001262 10.0.0.33 - - [2024-12-23 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.013622 10.0.0.33 - - [2024-12-23 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.023989 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 948 0.146557 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 3774 0.025900 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 923 0.005563 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 151 0.039654 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 948 0.006393 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 151 0.031781 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/port HTTP/1.1" 200 2189 0.026999 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001248 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 680 0.068025 10.0.0.33 - - [2024-12-23 02:13:24] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000957 10.0.0.33 - - [2024-12-23 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.013511 10.0.0.33 - - [2024-12-23 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.019089 10.0.0.33 - - [2024-12-23 02:13:24] "POST /neutron/network HTTP/1.1" 200 680 0.074371 10.0.0.33 - - [2024-12-23 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.009766 10.0.0.33 - - [2024-12-23 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.010284 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003328 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 736 0.198142 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.144981 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 2909 0.021686 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 736 0.006585 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 151 0.178591 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.007653 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006825 10.0.0.33 - - [2024-12-23 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 151 0.181903 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 1745 0.022128 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/network HTTP/1.1" 200 747 0.004140 10.0.0.33 - - [2024-12-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/network HTTP/1.1" 200 151 0.071710 10.0.0.33 - - [2024-12-23 02:13:25] "POST /neutron/network HTTP/1.1" 200 747 0.007250 10.0.0.33 - - [2024-12-23 02:13:25] "DELETE /route-target/2acd3dc4-f9c3-4483-b617-eefbe4a91075 HTTP/1.1" 200 115 0.022470 10.0.0.33 - - [2024-12-23 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/network HTTP/1.1" 200 151 0.076748 10.0.0.33 - - [2024-12-23 02:13:26] "DELETE /route-target/59fdb2ca-ec38-43a0-ae09-1268b0ab6e17 HTTP/1.1" 200 115 0.016428 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/network HTTP/1.1" 200 726 0.003545 10.0.0.33 - - [2024-12-23 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/network HTTP/1.1" 200 151 0.060805 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/network HTTP/1.1" 200 726 0.004695 10.0.0.33 - - [2024-12-23 02:13:26] "DELETE /route-target/f2c26144-7721-4f1a-af09-532ffd00f0a7 HTTP/1.1" 200 115 0.016793 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/network HTTP/1.1" 200 151 0.049455 10.0.0.33 - - [2024-12-23 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.33 - - [2024-12-23 02:13:26] "DELETE /route-target/807b8b15-118e-4991-ad8b-28fba3dd7ec8 HTTP/1.1" 200 115 0.011958 10.0.0.33 - - [2024-12-23 02:13:26] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001230 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2103 0.051665 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2093 0.003969 10.0.0.33 - - [2024-12-23 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 151 0.038807 10.0.0.33 - - [2024-12-23 02:13:26] "DELETE /access-control-list/0b0f8fed-22f1-4fa6-90d0-802f2fc2ad55 HTTP/1.1" 200 115 0.019646 10.0.0.33 - - [2024-12-23 02:13:26] "DELETE /access-control-list/31ee3cd1-ed02-4ce6-a8fc-e9dabd9fc771 HTTP/1.1" 200 115 0.019022 10.0.0.33 - - [2024-12-23 02:13:28] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002600 10.0.0.33 - - [2024-12-23 02:13:28] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.33 - - [2024-12-23 02:13:28] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047900 10.0.0.33 - - [2024-12-23 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001512 10.0.0.33 - - [2024-12-23 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.002770 10.0.0.33 - - [2024-12-23 02:13:28] "POST /security-groups HTTP/1.1" 200 592 0.062580 10.0.0.33 - - [2024-12-23 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.003481 10.0.0.33 - - [2024-12-23 02:13:28] "POST /projects HTTP/1.1" 200 587 0.215710 10.0.0.33 - - [2024-12-23 02:13:28] "POST /access-control-lists HTTP/1.1" 200 597 0.059443 10.0.0.33 - - [2024-12-23 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.291149 10.0.0.33 - - [2024-12-23 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003746 10.0.0.33 - - [2024-12-23 02:13:28] "POST /access-control-lists HTTP/1.1" 200 595 0.064758 10.0.0.33 - - [2024-12-23 02:13:28] "POST /neutron/network HTTP/1.1" 200 660 0.574950 10.0.0.33 - - [2024-12-23 02:13:28] "POST /route-targets HTTP/1.1" 200 327 0.010066 10.0.0.33 - - [2024-12-23 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.014556 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.140202 10.0.0.33 - - [2024-12-23 02:13:29] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 660 0.101348 10.0.0.33 - - [2024-12-23 02:13:29] "POST /route-targets HTTP/1.1" 200 327 0.009506 10.0.0.33 - - [2024-12-23 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.013123 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/subnet HTTP/1.1" 200 750 0.191475 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 876 0.006327 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.33 - - [2024-12-23 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 151 0.078344 10.0.0.33 - - [2024-12-23 02:13:29] "DELETE /route-target/fdcff944-dad1-4e4c-bb65-ad212a2e5ca2 HTTP/1.1" 200 115 0.015300 10.0.0.33 - - [2024-12-23 02:13:29] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 660 0.121810 10.0.0.33 - - [2024-12-23 02:13:29] "POST /route-targets HTTP/1.1" 200 327 0.010015 10.0.0.33 - - [2024-12-23 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.013309 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.146653 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 876 0.005600 10.0.0.33 - - [2024-12-23 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 10.0.0.33 - - [2024-12-23 02:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 151 0.083678 10.0.0.33 - - [2024-12-23 02:13:29] "DELETE /route-target/d00359ac-a1b2-44b0-958a-94ef43e46d70 HTTP/1.1" 200 115 0.023398 10.0.0.33 - - [2024-12-23 02:13:29] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.33 - - [2024-12-23 02:13:29] "POST /neutron/network HTTP/1.1" 200 658 0.111346 10.0.0.33 - - [2024-12-23 02:13:29] "POST /route-targets HTTP/1.1" 200 327 0.011449 10.0.0.33 - - [2024-12-23 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.010446 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002881 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/subnet HTTP/1.1" 200 702 0.147475 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 874 0.005344 10.0.0.33 - - [2024-12-23 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002032 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003373 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.073268 10.0.0.33 - - [2024-12-23 02:13:30] "DELETE /route-target/09563338-82d2-4328-bf1e-736cd8437b42 HTTP/1.1" 200 115 0.020892 10.0.0.33 - - [2024-12-23 02:13:30] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 660 0.113676 10.0.0.33 - - [2024-12-23 02:13:30] "POST /route-targets HTTP/1.1" 200 327 0.008740 10.0.0.33 - - [2024-12-23 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/subnet HTTP/1.1" 200 710 0.158495 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 876 0.006177 10.0.0.33 - - [2024-12-23 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002267 10.0.0.33 - - [2024-12-23 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.085733 10.0.0.33 - - [2024-12-23 02:13:30] "DELETE /route-target/fc2ab31e-4acf-42b6-98c9-490f26e999cd HTTP/1.1" 200 115 0.017260 10.0.0.33 - - [2024-12-23 02:13:30] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.33 - - [2024-12-23 02:13:30] "POST /neutron/network HTTP/1.1" 200 660 0.112856 10.0.0.33 - - [2024-12-23 02:13:30] "POST /route-targets HTTP/1.1" 200 327 0.012844 10.0.0.33 - - [2024-12-23 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.011059 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003310 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 709 0.205019 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 876 0.005911 10.0.0.33 - - [2024-12-23 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 151 0.081957 10.0.0.33 - - [2024-12-23 02:13:31] "DELETE /route-target/52560f95-811d-43ac-bb7c-40c6146f1ba5 HTTP/1.1" 200 115 0.019901 10.0.0.33 - - [2024-12-23 02:13:31] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 660 0.115693 10.0.0.33 - - [2024-12-23 02:13:31] "POST /route-targets HTTP/1.1" 200 327 0.009862 10.0.0.33 - - [2024-12-23 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.014729 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002436 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 742 0.203120 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 876 0.005244 10.0.0.33 - - [2024-12-23 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004107 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 151 0.086385 10.0.0.33 - - [2024-12-23 02:13:31] "DELETE /route-target/a661a617-2336-4c63-81b7-111a18419d0e HTTP/1.1" 200 115 0.020962 10.0.0.33 - - [2024-12-23 02:13:31] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 660 0.105395 10.0.0.33 - - [2024-12-23 02:13:31] "POST /route-targets HTTP/1.1" 200 327 0.009236 10.0.0.33 - - [2024-12-23 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.33 - - [2024-12-23 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002816 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 702 0.146140 10.0.0.33 - - [2024-12-23 02:13:31] "POST /neutron/network HTTP/1.1" 200 876 0.006338 10.0.0.33 - - [2024-12-23 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004639 10.0.0.33 - - [2024-12-23 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.33 - - [2024-12-23 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001852 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 151 0.074404 10.0.0.33 - - [2024-12-23 02:13:32] "DELETE /route-target/cc6a55bb-9ee2-40cc-933f-ff545bfbc543 HTTP/1.1" 200 115 0.014269 10.0.0.33 - - [2024-12-23 02:13:32] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 660 0.104468 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 708 0.005054 10.0.0.33 - - [2024-12-23 02:13:32] "POST /route-targets HTTP/1.1" 200 327 0.014719 10.0.0.33 - - [2024-12-23 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.012735 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 675 0.037640 10.0.0.33 - - [2024-12-23 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.163266 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.006970 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.184975 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 843 0.006181 10.0.0.33 - - [2024-12-23 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.33 - - [2024-12-23 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.33 - - [2024-12-23 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 151 0.073393 10.0.0.33 - - [2024-12-23 02:13:32] "DELETE /route-target/f3077333-a712-40f6-afa5-ea62679f5995 HTTP/1.1" 200 115 0.015118 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 400 207 0.003018 10.0.0.33 - - [2024-12-23 02:13:32] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001232 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 658 0.108614 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 716 0.007281 10.0.0.33 - - [2024-12-23 02:13:32] "POST /route-targets HTTP/1.1" 200 327 0.011283 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 706 0.004446 10.0.0.33 - - [2024-12-23 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.012399 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 706 0.030853 10.0.0.33 - - [2024-12-23 02:13:32] "POST /neutron/network HTTP/1.1" 200 716 0.003588 10.0.0.33 - - [2024-12-23 02:13:32] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 660 0.066459 10.0.0.33 - - [2024-12-23 02:13:33] "POST /route-targets HTTP/1.1" 200 327 0.012010 10.0.0.33 - - [2024-12-23 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.33 - - [2024-12-23 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.191200 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 876 0.005358 10.0.0.33 - - [2024-12-23 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.33 - - [2024-12-23 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.33 - - [2024-12-23 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 151 0.075207 10.0.0.33 - - [2024-12-23 02:13:33] "DELETE /route-target/77b0d151-637a-4e03-a5d4-52eb1a643ebc HTTP/1.1" 200 115 0.012770 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.004582 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003419 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 766 0.011378 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 706 0.020194 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 5463 0.023466 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 2331 0.020809 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 2331 0.022180 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 880 0.005443 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.007116 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.007481 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.002974 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.002988 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 706 0.004102 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 200 151 0.052473 10.0.0.33 - - [2024-12-23 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.004214 10.0.0.33 - - [2024-12-23 02:13:33] "DELETE /route-target/58aaa147-af96-48e1-aaa7-7d70d80d23d1 HTTP/1.1" 200 115 0.015649 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003793 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.002957 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003191 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003215 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003321 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003063 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003066 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003239 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.002859 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003483 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.002901 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003012 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.002944 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 400 209 0.003831 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/network HTTP/1.1" 400 207 0.003749 10.0.0.33 - - [2024-12-23 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.007404 10.0.0.33 - - [2024-12-23 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.33 - - [2024-12-23 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001817 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 151 0.125500 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/network HTTP/1.1" 200 727 0.003734 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/network HTTP/1.1" 200 151 0.056848 10.0.0.33 - - [2024-12-23 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.33 - - [2024-12-23 02:13:34] "DELETE /route-target/bd2a6bf3-c012-48e1-8330-a941c9620f15 HTTP/1.1" 200 115 0.016060 10.0.0.33 - - [2024-12-23 02:13:34] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001396 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2095 0.063577 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2085 0.004128 10.0.0.33 - - [2024-12-23 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.043827 10.0.0.33 - - [2024-12-23 02:13:34] "DELETE /access-control-list/8e1aa033-9189-4d05-ba05-7517b67e85d4 HTTP/1.1" 200 115 0.023205 10.0.0.33 - - [2024-12-23 02:13:34] "DELETE /access-control-list/a31e8c4b-3aa1-42d9-bae2-885ac2ed6ecb HTTP/1.1" 200 115 0.018895 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/port HTTP/1.1" 400 207 0.052939 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/network HTTP/1.1" 400 207 0.003302 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/port HTTP/1.1" 400 205 0.003589 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003293 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/network HTTP/1.1" 400 207 0.003347 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/port HTTP/1.1" 400 205 0.003014 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003215 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/network HTTP/1.1" 400 207 0.004553 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/port HTTP/1.1" 400 205 0.003265 10.0.0.33 - - [2024-12-23 02:13:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003029 10.0.0.33 - - [2024-12-23 02:13:36] "GET /projects?obj_uuids=8d848b9b-a94c-42bf-9afa-b56c61e4310f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002745 10.0.0.33 - - [2024-12-23 02:13:36] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.33 - - [2024-12-23 02:13:36] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050005 10.0.0.33 - - [2024-12-23 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 205 0.001928 10.0.0.33 - - [2024-12-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 214 0.003695 10.0.0.33 - - [2024-12-23 02:13:37] "POST /security-groups HTTP/1.1" 200 606 0.063303 10.0.0.33 - - [2024-12-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 249 0.002852 10.0.0.33 - - [2024-12-23 02:13:37] "POST /projects HTTP/1.1" 200 615 0.226125 10.0.0.33 - - [2024-12-23 02:13:37] "POST /access-control-lists HTTP/1.1" 200 611 0.055814 10.0.0.33 - - [2024-12-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.302341 10.0.0.33 - - [2024-12-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 248 0.002805 10.0.0.33 - - [2024-12-23 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2109 0.474380 10.0.0.33 - - [2024-12-23 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2099 0.010042 10.0.0.33 - - [2024-12-23 02:13:37] "POST /access-control-lists HTTP/1.1" 200 609 0.072845 10.0.0.33 - - [2024-12-23 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.097476 10.0.0.33 - - [2024-12-23 02:13:37] "DELETE /access-control-list/0c79da17-68ce-445d-a210-10e93c77997d HTTP/1.1" 200 115 0.023299 10.0.0.33 - - [2024-12-23 02:13:37] "DELETE /access-control-list/3cd72647-54e8-4620-ad53-e24bc9f58986 HTTP/1.1" 200 115 0.026890 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.33 - - [2024-12-23 02:13:39] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.33 - - [2024-12-23 02:13:39] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051110 10.0.0.33 - - [2024-12-23 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 194 0.002106 10.0.0.33 - - [2024-12-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 203 0.003341 10.0.0.33 - - [2024-12-23 02:13:39] "POST /security-groups HTTP/1.1" 200 595 0.059891 10.0.0.33 - - [2024-12-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 238 0.003132 10.0.0.33 - - [2024-12-23 02:13:39] "POST /projects HTTP/1.1" 200 593 0.212667 10.0.0.33 - - [2024-12-23 02:13:39] "POST /access-control-lists HTTP/1.1" 200 600 0.058140 10.0.0.33 - - [2024-12-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.281741 10.0.0.33 - - [2024-12-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.003149 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/8d848b9ba94c42bf9afab56c61e4310f HTTP/1.1" 404 173 0.020889 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/205c2c17a3bc49f4b0c5d89666f71779 HTTP/1.1" 404 173 0.009870 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/aa915b17168a4071b38a2962e1075f32 HTTP/1.1" 404 173 0.013968 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/436236e9729d447fb4125c720e6715bd HTTP/1.1" 404 173 0.007544 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/860af1cf92834335905e665d67f36c11 HTTP/1.1" 404 173 0.012590 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f647aa85-7e91-4c59-8994-9394d99d6027&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000958 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=249da8f0-5ffc-4793-900d-13af42e5f483&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000872 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000920 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001027 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f56b76a3-1586-4b4f-ad20-c3ff55f68f36&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000947 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f1e77182-a0d1-429d-95fb-1afd6554c960&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001003 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000904 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/142ad3b1ab01403ea27262893ce0fab3 HTTP/1.1" 404 173 0.045291 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/91bae63e528548c8b6f4c116270cf170 HTTP/1.1" 404 173 0.044325 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/f0957951da0d452d896b645cc661c9b9 HTTP/1.1" 404 173 0.033424 10.0.0.33 - - [2024-12-23 02:13:39] "POST /access-control-lists HTTP/1.1" 200 598 0.151935 10.0.0.33 - - [2024-12-23 02:13:39] "POST /neutron/network HTTP/1.1" 200 663 0.662965 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/249da8f0-5ffc-4793-900d-13af42e5f483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.132003 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f647aa85-7e91-4c59-8994-9394d99d6027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.136234 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f56b76a3-1586-4b4f-ad20-c3ff55f68f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.142395 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f0957951-da0d-452d-896b-645cc661c9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.168016 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/205c2c17-a3bc-49f4-b0c5-d89666f71779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.174976 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001087 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f647aa85-7e91-4c59-8994-9394d99d6027&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001044 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=249da8f0-5ffc-4793-900d-13af42e5f483&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/f647aa857e914c5989949394d99d6027 HTTP/1.1" 404 173 0.031356 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/f1e77182a0d1429d95fb1afd6554c960 HTTP/1.1" 404 173 0.014392 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f56b76a3-1586-4b4f-ad20-c3ff55f68f36&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001080 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001103 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001049 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=c88aaa9f-ced3-46dc-8b66-1fbe8292a108&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000832 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f1e77182-a0d1-429d-95fb-1afd6554c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1557 0.209314 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/6c07f2fe-4ac6-472f-960c-35ba4b4821a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1528 0.206961 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/f56b76a315864b4fad20c3ff55f68f36 HTTP/1.1" 404 173 0.013221 10.0.0.33 - - [2024-12-23 02:13:39] "POST /route-targets HTTP/1.1" 200 327 0.132869 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/249da8f0-5ffc-4793-900d-13af42e5f483?fields=security_groups HTTP/1.1" 200 1110 0.124792 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001112 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f1e77182-a0d1-429d-95fb-1afd6554c960&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000973 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=5c12c439-9033-46fb-8970-157d46fe9a1a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001371 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f647aa85-7e91-4c59-8994-9394d99d6027?fields=security_groups HTTP/1.1" 200 1128 0.156524 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f56b76a3-1586-4b4f-ad20-c3ff55f68f36?fields=security_groups HTTP/1.1" 200 1129 0.153416 10.0.0.33 - - [2024-12-23 02:13:39] "DELETE /project/18989a886fe74c65b7d59c2339218043 HTTP/1.1" 404 173 0.015615 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=249da8f0-5ffc-4793-900d-13af42e5f483&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001827 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/c88aaa9f-ced3-46dc-8b66-1fbe8292a108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.185032 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/f0957951-da0d-452d-896b-645cc661c9b9?fields=security_groups HTTP/1.1" 200 1116 0.200554 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/205c2c17-a3bc-49f4-b0c5-d89666f71779?fields=security_groups HTTP/1.1" 200 1120 0.203596 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f56b76a3-1586-4b4f-ad20-c3ff55f68f36&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001195 10.0.0.33 - - [2024-12-23 02:13:39] "GET /projects?obj_uuids=f647aa85-7e91-4c59-8994-9394d99d6027&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000962 10.0.0.33 - - [2024-12-23 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.079763 10.0.0.33 - - [2024-12-23 02:13:39] "GET /project/5c12c439-9033-46fb-8970-157d46fe9a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.165504 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/f1e77182-a0d1-429d-95fb-1afd6554c960?fields=security_groups HTTP/1.1" 200 1148 0.169143 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/6c07f2fe-4ac6-472f-960c-35ba4b4821a0?fields=security_groups HTTP/1.1" 200 1132 0.172214 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=c88aaa9f-ced3-46dc-8b66-1fbe8292a108&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004237 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/c88aaa9fced346dc8b661fbe8292a108 HTTP/1.1" 404 173 0.017305 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=5c12c439-9033-46fb-8970-157d46fe9a1a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.068929 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=205c2c17-a3bc-49f4-b0c5-d89666f71779&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001346 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=f0957951-da0d-452d-896b-645cc661c9b9&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001221 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/249da8f0-5ffc-4793-900d-13af42e5f483?fields=application_policy_sets HTTP/1.1" 200 1414 0.243111 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/f56b76a3-1586-4b4f-ad20-c3ff55f68f36?fields=application_policy_sets HTTP/1.1" 200 1442 0.264787 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/f647aa85-7e91-4c59-8994-9394d99d6027?fields=application_policy_sets HTTP/1.1" 200 1441 0.274327 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=f1e77182-a0d1-429d-95fb-1afd6554c960&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001454 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=6c07f2fe-4ac6-472f-960c-35ba4b4821a0&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001994 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/c88aaa9f-ced3-46dc-8b66-1fbe8292a108?fields=security_groups HTTP/1.1" 200 1373 0.260014 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=8d848b9b-a94c-42bf-9afa-b56c61e4310f&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001437 10.0.0.33 - - [2024-12-23 02:13:40] "POST /neutron/port HTTP/1.1" 200 932 0.583341 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/205c2c17-a3bc-49f4-b0c5-d89666f71779?fields=application_policy_sets HTTP/1.1" 200 1429 0.239037 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/f0957951-da0d-452d-896b-645cc661c9b9?fields=application_policy_sets HTTP/1.1" 200 1423 0.246938 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/5c12c439-9033-46fb-8970-157d46fe9a1a?fields=security_groups HTTP/1.1" 200 1115 0.251965 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001131 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/f1e77182-a0d1-429d-95fb-1afd6554c960?fields=application_policy_sets HTTP/1.1" 200 1469 0.199554 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/f0957951-da0d-452d-896b-645cc661c9b9 HTTP/1.1" 409 272 0.846301 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/6c07f2fe-4ac6-472f-960c-35ba4b4821a0?fields=application_policy_sets HTTP/1.1" 200 1447 0.212998 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=5c12c439-9033-46fb-8970-157d46fe9a1a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001206 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/8d848b9b-a94c-42bf-9afa-b56c61e4310f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.184147 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/5c45b3db6f4546879d551b32cc589f2b HTTP/1.1" 404 173 0.011724 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=8d848b9b-a94c-42bf-9afa-b56c61e4310f&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001199 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/296a7c96511f41d5ae9456bbb812c8a8 HTTP/1.1" 404 173 0.009411 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/5c12c439-9033-46fb-8970-157d46fe9a1a?fields=application_policy_sets HTTP/1.1" 200 1422 0.163469 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/8d848b9b-a94c-42bf-9afa-b56c61e4310f?fields=security_groups HTTP/1.1" 200 1133 0.092978 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /access-control-list/277e2cbf-dac2-4345-a4ea-81bb0fd3b22f HTTP/1.1" 200 115 0.066404 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /security-group/a04fa65c-efc4-4276-b188-e7247c271f75 HTTP/1.1" 200 115 0.237510 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=c88aaa9f-ced3-46dc-8b66-1fbe8292a108&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001121 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/249da8f05ffc4793900d13af42e5f483 HTTP/1.1" 404 173 0.028818 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=8d848b9b-a94c-42bf-9afa-b56c61e4310f&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001135 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/c88aaa9f-ced3-46dc-8b66-1fbe8292a108?fields=application_policy_sets HTTP/1.1" 200 1412 0.085401 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001286 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/8d848b9b-a94c-42bf-9afa-b56c61e4310f?fields=application_policy_sets HTTP/1.1" 200 1448 0.103870 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /access-control-list/0c9f5236-8d47-4107-b86e-abdf5f8e82dd HTTP/1.1" 200 115 0.171134 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/5c45b3db-6f45-4687-9d55-1b32cc589f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1536 0.097136 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001045 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/f647aa85-7e91-4c59-8994-9394d99d6027 HTTP/1.1" 200 115 1.255449 10.0.0.33 - - [2024-12-23 02:13:40] "POST /neutron/network HTTP/1.1" 200 637 0.476005 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001854 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001268 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/f56b76a3-1586-4b4f-ad20-c3ff55f68f36 HTTP/1.1" 200 115 1.290641 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/205c2c17-a3bc-49f4-b0c5-d89666f71779 HTTP/1.1" 200 115 1.323823 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/18989a88-6fe7-4c65-b7d5-9c2339218043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1536 0.072213 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/5c45b3db-6f45-4687-9d55-1b32cc589f2b?fields=security_groups HTTP/1.1" 200 1136 0.111159 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/6c07f2fe4ac6472f960c35ba4b4821a0 HTTP/1.1" 404 173 0.005417 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001361 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/249da8f0-5ffc-4793-900d-13af42e5f483 HTTP/1.1" 200 115 1.378483 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001979 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/5c12c439903346fb8970157d46fe9a1a HTTP/1.1" 404 173 0.004925 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/f1e77182-a0d1-429d-95fb-1afd6554c960 HTTP/1.1" 200 115 1.351080 10.0.0.33 - - [2024-12-23 02:13:40] "DELETE /project/6c07f2fe-4ac6-472f-960c-35ba4b4821a0 HTTP/1.1" 200 115 1.359595 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=5c45b3db-6f45-4687-9d55-1b32cc589f2b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002029 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.33 - - [2024-12-23 02:13:40] "GET /projects?obj_uuids=860af1cf-9283-4335-905e-665d67f36c11&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001094 10.0.0.33 - - [2024-12-23 02:13:40] "POST /route-targets HTTP/1.1" 200 327 0.164855 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/18989a88-6fe7-4c65-b7d5-9c2339218043?fields=security_groups HTTP/1.1" 200 1136 0.087721 10.0.0.33 - - [2024-12-23 02:13:40] "GET /project/aa915b17-168a-4071-b38a-2962e1075f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1557 0.138366 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/5c45b3db-6f45-4687-9d55-1b32cc589f2b?fields=application_policy_sets HTTP/1.1" 200 1453 0.086412 10.0.0.33 - - [2024-12-23 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.047165 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/5c12c439-9033-46fb-8970-157d46fe9a1a HTTP/1.1" 200 115 1.228879 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=18989a88-6fe7-4c65-b7d5-9c2339218043&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001379 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001058 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/c88aaa9f-ced3-46dc-8b66-1fbe8292a108 HTTP/1.1" 200 115 1.332129 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/91bae63e-5285-48c8-b6f4-c116270cf170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.194288 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/860af1cf-9283-4335-905e-665d67f36c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.208455 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/aa915b17-168a-4071-b38a-2962e1075f32?fields=security_groups HTTP/1.1" 200 1148 0.146729 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/18989a88-6fe7-4c65-b7d5-9c2339218043?fields=application_policy_sets HTTP/1.1" 200 1453 0.166747 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=860af1cf-9283-4335-905e-665d67f36c11&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001258 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 942 0.430284 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/8d848b9b-a94c-42bf-9afa-b56c61e4310f HTTP/1.1" 200 115 1.049858 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001105 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/860af1cf-9283-4335-905e-665d67f36c11?fields=security_groups HTTP/1.1" 200 1112 0.083679 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/91bae63e-5285-48c8-b6f4-c116270cf170?fields=security_groups HTTP/1.1" 200 1105 0.072417 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=aa915b17-168a-4071-b38a-2962e1075f32&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001081 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=860af1cf-9283-4335-905e-665d67f36c11&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001192 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=91bae63e-5285-48c8-b6f4-c116270cf170&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/5c45b3db-6f45-4687-9d55-1b32cc589f2b HTTP/1.1" 200 115 0.716576 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/aa915b17-168a-4071-b38a-2962e1075f32?fields=application_policy_sets HTTP/1.1" 200 1469 0.110312 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/91bae63e-5285-48c8-b6f4-c116270cf170?fields=application_policy_sets HTTP/1.1" 200 1406 0.063196 10.0.0.33 - - [2024-12-23 02:13:41] "GET /project/860af1cf-9283-4335-905e-665d67f36c11?fields=application_policy_sets HTTP/1.1" 200 1417 0.106486 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/18989a88-6fe7-4c65-b7d5-9c2339218043 HTTP/1.1" 200 115 0.654358 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 942 0.231897 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 942 0.007133 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/aa915b17-168a-4071-b38a-2962e1075f32 HTTP/1.1" 200 115 0.709988 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.090894 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/91bae63e-5285-48c8-b6f4-c116270cf170 HTTP/1.1" 200 115 0.662635 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /project/860af1cf-9283-4335-905e-665d67f36c11 HTTP/1.1" 200 115 0.651395 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 3777 0.032747 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 942 0.004992 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.030046 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 200 2978 0.024153 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 400 205 0.003213 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/port HTTP/1.1" 400 205 0.003226 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 685 0.003566 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 151 0.051447 10.0.0.33 - - [2024-12-23 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.33 - - [2024-12-23 02:13:41] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001089 10.0.0.33 - - [2024-12-23 02:13:41] "DELETE /route-target/a7ad07ab-19ed-4789-8b1d-40641b41f309 HTTP/1.1" 200 115 0.028613 10.0.0.33 - - [2024-12-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 637 0.070243 10.0.0.33 - - [2024-12-23 02:13:41] "POST /route-targets HTTP/1.1" 200 327 0.013427 10.0.0.33 - - [2024-12-23 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.014218 10.0.0.33 - - [2024-12-23 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.206828 10.0.0.33 - - [2024-12-23 02:13:42] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001571 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/port HTTP/1.1" 200 1013 0.204666 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/port HTTP/1.1" 200 1013 0.006514 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/port HTTP/1.1" 200 151 0.061966 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/port HTTP/1.1" 400 205 0.003119 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/port HTTP/1.1" 400 205 0.002960 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.007179 10.0.0.33 - - [2024-12-23 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.33 - - [2024-12-23 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 151 0.169643 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/network HTTP/1.1" 200 704 0.004346 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/network HTTP/1.1" 200 151 0.056463 10.0.0.33 - - [2024-12-23 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.33 - - [2024-12-23 02:13:42] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001964 10.0.0.33 - - [2024-12-23 02:13:42] "DELETE /route-target/dfdd0a93-60f9-4f3f-9652-20ad5a13baca HTTP/1.1" 200 115 0.023877 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/network HTTP/1.1" 200 639 0.064897 10.0.0.33 - - [2024-12-23 02:13:42] "POST /route-targets HTTP/1.1" 200 327 0.013610 10.0.0.33 - - [2024-12-23 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.012810 10.0.0.33 - - [2024-12-23 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.33 - - [2024-12-23 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.167072 10.0.0.33 - - [2024-12-23 02:13:43] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001234 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 975 0.205619 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 975 0.007952 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 151 0.065945 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 400 205 0.003293 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 710 0.006652 10.0.0.33 - - [2024-12-23 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005106 10.0.0.33 - - [2024-12-23 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002067 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 151 0.177039 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/network HTTP/1.1" 200 706 0.004261 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.059349 10.0.0.33 - - [2024-12-23 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.33 - - [2024-12-23 02:13:43] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.33 - - [2024-12-23 02:13:43] "DELETE /route-target/631a72d9-5981-4f06-a182-295404997ef7 HTTP/1.1" 200 115 0.023145 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 934 0.124578 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 934 0.006001 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 151 0.040078 10.0.0.33 - - [2024-12-23 02:13:43] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 934 0.121431 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 934 0.005288 10.0.0.33 - - [2024-12-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 934 0.004885 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.035021 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 400 205 0.003526 10.0.0.33 - - [2024-12-23 02:13:44] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001584 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 934 0.115311 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 934 0.005507 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 934 0.005567 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 911 0.039156 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 911 0.011490 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.035892 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 2978 0.031063 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 400 205 0.003636 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 2978 0.028898 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 2978 0.028333 10.0.0.33 - - [2024-12-23 02:13:44] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/network HTTP/1.1" 200 635 0.077405 10.0.0.33 - - [2024-12-23 02:13:44] "POST /route-targets HTTP/1.1" 200 327 0.009674 10.0.0.33 - - [2024-12-23 02:13:44] "POST /ref-update HTTP/1.1" 200 156 0.012284 10.0.0.33 - - [2024-12-23 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003048 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 710 0.173936 10.0.0.33 - - [2024-12-23 02:13:44] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.33 - - [2024-12-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 1015 0.227671 10.0.0.33 - - [2024-12-23 02:13:44] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001170 10.0.0.33 - - [2024-12-23 02:13:45] "GET /obj-perms HTTP/1.1" 200 5056 0.059831 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1015 0.183915 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1025 0.032400 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1015 0.010847 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 151 0.064567 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 400 205 0.003369 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1015 0.007929 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 151 0.070340 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/port HTTP/1.1" 400 205 0.003511 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/subnet HTTP/1.1" 200 710 0.008651 10.0.0.33 - - [2024-12-23 02:13:45] "GET /obj-perms HTTP/1.1" 200 5056 0.046136 10.0.0.33 - - [2024-12-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.33 - - [2024-12-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.33 - - [2024-12-23 02:13:45] "POST /chown HTTP/1.1" 200 109 0.015854 10.0.0.33 - - [2024-12-23 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004357 10.0.0.33 - - [2024-12-23 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004209 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/subnet HTTP/1.1" 200 151 0.150408 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/network HTTP/1.1" 200 702 0.003887 10.0.0.33 - - [2024-12-23 02:13:45] "POST /instance-ips HTTP/1.1" 400 213 0.019764 10.0.0.33 - - [2024-12-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/network HTTP/1.1" 200 151 0.067631 10.0.0.33 - - [2024-12-23 02:13:45] "POST /chown HTTP/1.1" 200 109 0.010644 10.0.0.33 - - [2024-12-23 02:13:45] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001526 10.0.0.33 - - [2024-12-23 02:13:45] "DELETE /route-target/01bb66a0-74d9-464a-a00c-523cd8891cd3 HTTP/1.1" 200 115 0.024971 10.0.0.33 - - [2024-12-23 02:13:45] "POST /neutron/network HTTP/1.1" 200 637 0.125386 10.0.0.33 - - [2024-12-23 02:13:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.102576 10.0.0.33 - - [2024-12-23 02:13:45] "POST /route-targets HTTP/1.1" 200 327 0.017166 10.0.0.33 - - [2024-12-23 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.010574 10.0.0.33 - - [2024-12-23 02:13:45] "POST /chown HTTP/1.1" 200 109 0.007410 10.0.0.33 - - [2024-12-23 02:13:45] "POST /instance-ips HTTP/1.1" 200 557 0.026881 10.0.0.33 - - [2024-12-23 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.190375 10.0.0.33 - - [2024-12-23 02:13:46] "POST /instance-ips HTTP/1.1" 400 320 0.025117 10.0.0.33 - - [2024-12-23 02:13:46] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249 10.0.0.33 - - [2024-12-23 02:13:46] "POST /chown HTTP/1.1" 200 109 0.009305 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 621 0.089598 10.0.0.33 - - [2024-12-23 02:13:46] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001185 10.0.0.33 - - [2024-12-23 02:13:46] "PUT /virtual-machine-interface/5649585e-3196-4d02-9482-9740fee0e67a HTTP/1.1" 200 284 0.027227 10.0.0.33 - - [2024-12-23 02:13:46] "POST /route-targets HTTP/1.1" 200 327 0.034672 10.0.0.33 - - [2024-12-23 02:13:46] "PUT /logical-router/74d4bc94-d732-4b70-a75b-0ac12501b9ae HTTP/1.1" 200 262 0.051656 10.0.0.33 - - [2024-12-23 02:13:46] "PUT /instance-ip/6870bab0-7c01-4ca6-b964-95b642f2b206 HTTP/1.1" 200 256 0.019012 10.0.0.33 - - [2024-12-23 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.020604 10.0.0.33 - - [2024-12-23 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.010710 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/port HTTP/1.1" 200 1011 0.244896 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 621 0.006793 10.0.0.33 - - [2024-12-23 02:13:46] "POST /virtual-machines HTTP/1.1" 200 561 0.020120 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 344 0.057746 10.0.0.33 - - [2024-12-23 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.015119 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/port HTTP/1.1" 200 1047 0.032824 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 621 0.032539 10.0.0.33 - - [2024-12-23 02:13:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.116289 10.0.0.33 - - [2024-12-23 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.011783 10.0.0.33 - - [2024-12-23 02:13:46] "POST /chown HTTP/1.1" 200 109 0.006479 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 344 0.133605 10.0.0.33 - - [2024-12-23 02:13:46] "POST /instance-ips HTTP/1.1" 400 213 0.016327 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/port HTTP/1.1" 400 205 0.003211 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 621 0.004621 10.0.0.33 - - [2024-12-23 02:13:46] "POST /chown HTTP/1.1" 200 109 0.012257 10.0.0.33 - - [2024-12-23 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.33 - - [2024-12-23 02:13:46] "GET /logical-router/74d4bc94-d732-4b70-a75b-0ac12501b9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003335 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/router HTTP/1.1" 200 151 0.054896 10.0.0.33 - - [2024-12-23 02:13:46] "DELETE /route-target/984d90b9-feb3-4922-8670-a23c4c2e0987 HTTP/1.1" 200 115 0.018776 10.0.0.33 - - [2024-12-23 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.017784 10.0.0.33 - - [2024-12-23 02:13:46] "PUT /virtual-machine-interface/74c52812-42ec-4bd9-92e3-54a52f840713 HTTP/1.1" 200 284 0.023795 10.0.0.33 - - [2024-12-23 02:13:46] "PUT /instance-ip/1748a72c-4c8e-431c-93ac-3e5093985106 HTTP/1.1" 200 256 0.012760 10.0.0.33 - - [2024-12-23 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.022804 10.0.0.33 - - [2024-12-23 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006749 10.0.0.33 - - [2024-12-23 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 151 0.206279 10.0.0.33 - - [2024-12-23 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.023561 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/network HTTP/1.1" 200 704 0.003732 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.067832 10.0.0.33 - - [2024-12-23 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 200 932 0.020068 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 200 932 0.006921 10.0.0.33 - - [2024-12-23 02:13:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.097440 10.0.0.33 - - [2024-12-23 02:13:47] "DELETE /route-target/fb4e055a-7605-4eba-b536-db52ee67d6dd HTTP/1.1" 200 115 0.060159 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 200 117 0.008573 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/router HTTP/1.1" 400 209 0.003177 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/subnet HTTP/1.1" 400 209 0.003026 10.0.0.33 - - [2024-12-23 02:13:47] "POST /chown HTTP/1.1" 200 109 0.009510 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/subnet HTTP/1.1" 400 209 0.003137 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 400 205 0.003739 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/subnet HTTP/1.1" 400 209 0.003117 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/subnet HTTP/1.1" 400 209 0.002979 10.0.0.33 - - [2024-12-23 02:13:47] "POST /instance-ips HTTP/1.1" 400 320 0.015952 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 200 932 0.006540 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/port HTTP/1.1" 200 151 0.037089 10.0.0.33 - - [2024-12-23 02:13:47] "POST /chown HTTP/1.1" 200 109 0.012084 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/network HTTP/1.1" 200 711 0.004951 10.0.0.33 - - [2024-12-23 02:13:47] "PUT /virtual-machine-interface/c63575c7-763a-47ec-ab22-bc0c1805fb9d HTTP/1.1" 200 284 0.011154 10.0.0.33 - - [2024-12-23 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.062298 10.0.0.33 - - [2024-12-23 02:13:47] "DELETE /route-target/4da0992a-9588-49cb-8476-2ff454410432 HTTP/1.1" 200 115 0.014556 10.0.0.33 - - [2024-12-23 02:13:47] "PUT /instance-ip/6870bab0-7c01-4ca6-b964-95b642f2b206 HTTP/1.1" 200 256 0.010997 10.0.0.33 - - [2024-12-23 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.011477 10.0.0.33 - - [2024-12-23 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.012111 10.0.0.33 - - [2024-12-23 02:13:47] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001533 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2098 0.056216 10.0.0.33 - - [2024-12-23 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2088 0.003781 10.0.0.33 - - [2024-12-23 02:13:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.046501 10.0.0.33 - - [2024-12-23 02:13:48] "DELETE /access-control-list/3282dc01-2ec5-4462-82b5-cac974266f93 HTTP/1.1" 200 115 0.020132 10.0.0.33 - - [2024-12-23 02:13:48] "DELETE /access-control-list/5b48bf93-ddde-4de3-9f73-eaec6b2d5010 HTTP/1.1" 200 115 0.020941 10.0.0.33 - - [2024-12-23 02:13:49] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002858 10.0.0.33 - - [2024-12-23 02:13:49] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.33 - - [2024-12-23 02:13:49] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051390 10.0.0.33 - - [2024-12-23 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.002896 10.0.0.33 - - [2024-12-23 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.003806 10.0.0.33 - - [2024-12-23 02:13:49] "POST /security-groups HTTP/1.1" 200 593 0.066796 10.0.0.33 - - [2024-12-23 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.002805 10.0.0.33 - - [2024-12-23 02:13:50] "POST /projects HTTP/1.1" 200 589 0.226926 10.0.0.33 - - [2024-12-23 02:13:50] "POST /access-control-lists HTTP/1.1" 200 598 0.059546 10.0.0.33 - - [2024-12-23 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.300934 10.0.0.33 - - [2024-12-23 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002836 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/network HTTP/1.1" 200 633 0.600878 10.0.0.33 - - [2024-12-23 02:13:50] "POST /access-control-lists HTTP/1.1" 200 596 0.068841 10.0.0.33 - - [2024-12-23 02:13:50] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001639 10.0.0.33 - - [2024-12-23 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.011499 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/network HTTP/1.1" 200 629 0.075247 10.0.0.33 - - [2024-12-23 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.33 - - [2024-12-23 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.011064 10.0.0.33 - - [2024-12-23 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.010987 10.0.0.33 - - [2024-12-23 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 710 0.200141 10.0.0.33 - - [2024-12-23 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 710 0.139647 10.0.0.33 - - [2024-12-23 02:13:50] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/router HTTP/1.1" 200 615 0.088186 10.0.0.33 - - [2024-12-23 02:13:50] "POST /neutron/router HTTP/1.1" 200 615 0.004212 10.0.0.33 - - [2024-12-23 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.015763 10.0.0.33 - - [2024-12-23 02:13:50] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.33 - - [2024-12-23 02:13:50] "PUT /logical-router/d8bf2dce-4b8d-4aba-a393-ebe6e88ecef5 HTTP/1.1" 200 262 0.021776 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 344 0.192271 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/port HTTP/1.1" 200 1027 0.008139 10.0.0.33 - - [2024-12-23 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.013327 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 615 0.003671 10.0.0.33 - - [2024-12-23 02:13:51] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 344 0.188877 10.0.0.33 - - [2024-12-23 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.012928 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/port HTTP/1.1" 200 1027 0.013525 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 615 0.005957 10.0.0.33 - - [2024-12-23 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.011679 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 344 0.101201 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 615 0.005395 10.0.0.33 - - [2024-12-23 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 344 0.117227 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.006483 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 615 0.003065 10.0.0.33 - - [2024-12-23 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.33 - - [2024-12-23 02:13:51] "GET /logical-router/d8bf2dce-4b8d-4aba-a393-ebe6e88ecef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002203 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/router HTTP/1.1" 200 151 0.039313 10.0.0.33 - - [2024-12-23 02:13:51] "DELETE /route-target/e7a4e5a0-62b1-43f6-adea-8829566b7c16 HTTP/1.1" 200 115 0.016078 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.008658 10.0.0.33 - - [2024-12-23 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.33 - - [2024-12-23 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 151 0.144176 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.007008 10.0.0.33 - - [2024-12-23 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005602 10.0.0.33 - - [2024-12-23 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 151 0.178919 10.0.0.33 - - [2024-12-23 02:13:51] "POST /neutron/network HTTP/1.1" 200 696 0.003806 10.0.0.33 - - [2024-12-23 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/network HTTP/1.1" 200 151 0.071393 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/network HTTP/1.1" 200 700 0.004294 10.0.0.33 - - [2024-12-23 02:13:52] "DELETE /route-target/fc94c2c9-fee8-4a2d-abf8-1b9a94e018f1 HTTP/1.1" 200 115 0.016218 10.0.0.33 - - [2024-12-23 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/network HTTP/1.1" 200 151 0.065611 10.0.0.33 - - [2024-12-23 02:13:52] "DELETE /route-target/3c68bc40-e12e-46ad-ab58-68b861a7f6c2 HTTP/1.1" 200 115 0.018786 10.0.0.33 - - [2024-12-23 02:13:52] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/network HTTP/1.1" 200 631 0.071391 10.0.0.33 - - [2024-12-23 02:13:52] "POST /route-targets HTTP/1.1" 200 327 0.010533 10.0.0.33 - - [2024-12-23 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.010787 10.0.0.33 - - [2024-12-23 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.157547 10.0.0.33 - - [2024-12-23 02:13:52] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 613 0.085584 10.0.0.33 - - [2024-12-23 02:13:52] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.33 - - [2024-12-23 02:13:52] "POST /route-targets HTTP/1.1" 200 327 0.018582 10.0.0.33 - - [2024-12-23 02:13:52] "PUT /logical-router/950a2ad0-ec5d-42dd-8a27-7540f980f228 HTTP/1.1" 200 262 0.031910 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/port HTTP/1.1" 200 1007 0.181776 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 613 0.004922 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 344 0.048786 10.0.0.33 - - [2024-12-23 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.010928 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/port HTTP/1.1" 200 1069 0.012461 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 613 0.006122 10.0.0.33 - - [2024-12-23 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.011791 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 344 0.091757 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 613 0.005573 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 400 205 0.005706 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.006200 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 613 0.004189 10.0.0.33 - - [2024-12-23 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.33 - - [2024-12-23 02:13:52] "GET /logical-router/950a2ad0-ec5d-42dd-8a27-7540f980f228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003042 10.0.0.33 - - [2024-12-23 02:13:52] "POST /neutron/router HTTP/1.1" 200 151 0.047204 10.0.0.33 - - [2024-12-23 02:13:53] "DELETE /route-target/be28adf2-7ed3-41f3-b7d7-66d40089212a HTTP/1.1" 200 115 0.023124 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.013825 10.0.0.33 - - [2024-12-23 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003394 10.0.0.33 - - [2024-12-23 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002367 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 151 0.161267 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/network HTTP/1.1" 200 698 0.004984 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/network HTTP/1.1" 200 151 0.060429 10.0.0.33 - - [2024-12-23 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.33 - - [2024-12-23 02:13:53] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.33 - - [2024-12-23 02:13:53] "DELETE /route-target/4b54843b-32b6-45ba-be43-dd6897c49256 HTTP/1.1" 200 115 0.021801 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/network HTTP/1.1" 200 633 0.078203 10.0.0.33 - - [2024-12-23 02:13:53] "POST /route-targets HTTP/1.1" 200 327 0.012271 10.0.0.33 - - [2024-12-23 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.012480 10.0.0.33 - - [2024-12-23 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.177306 10.0.0.33 - - [2024-12-23 02:13:53] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001415 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/router HTTP/1.1" 200 613 0.093851 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/router HTTP/1.1" 200 613 0.003217 10.0.0.33 - - [2024-12-23 02:13:53] "POST /route-targets HTTP/1.1" 200 327 0.011348 10.0.0.33 - - [2024-12-23 02:13:53] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003033 10.0.0.33 - - [2024-12-23 02:13:53] "PUT /logical-router/8bfc5d37-5104-4522-8c30-556fc55f4fbf HTTP/1.1" 200 262 0.028802 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/router HTTP/1.1" 200 344 0.192623 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/port HTTP/1.1" 200 1027 0.021710 10.0.0.33 - - [2024-12-23 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.027095 10.0.0.33 - - [2024-12-23 02:13:53] "POST /neutron/router HTTP/1.1" 200 613 0.003798 10.0.0.33 - - [2024-12-23 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.013671 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 344 0.113687 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.009342 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 613 0.003565 10.0.0.33 - - [2024-12-23 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.33 - - [2024-12-23 02:13:54] "GET /logical-router/8bfc5d37-5104-4522-8c30-556fc55f4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004349 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 151 0.046100 10.0.0.33 - - [2024-12-23 02:13:54] "DELETE /route-target/5f106b7e-b024-416c-8325-ffb26b82f2fa HTTP/1.1" 200 115 0.019121 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.010217 10.0.0.33 - - [2024-12-23 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004232 10.0.0.33 - - [2024-12-23 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 151 0.184976 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/network HTTP/1.1" 200 700 0.003631 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/network HTTP/1.1" 200 151 0.067244 10.0.0.33 - - [2024-12-23 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007525 10.0.0.33 - - [2024-12-23 02:13:54] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001320 10.0.0.33 - - [2024-12-23 02:13:54] "DELETE /route-target/f0a56b70-4bf3-472f-ab75-4037cf20d845 HTTP/1.1" 200 115 0.022779 10.0.0.33 - - [2024-12-23 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.013259 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 684 0.077077 10.0.0.33 - - [2024-12-23 02:13:54] "GET /logical-router/12ab341b-25d9-4854-b0d7-d40efb43ef2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.003916 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 684 0.004346 10.0.0.33 - - [2024-12-23 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 694 0.007688 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 684 0.004474 10.0.0.33 - - [2024-12-23 02:13:54] "PUT /logical-router/12ab341b-25d9-4854-b0d7-d40efb43ef2e HTTP/1.1" 200 262 0.016894 10.0.0.33 - - [2024-12-23 02:13:54] "GET /service-template/41c3da19-8457-450f-8b8a-586d365dc0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003142 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 620 0.033582 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 620 0.004128 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.005198 10.0.0.33 - - [2024-12-23 02:13:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.002813 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 620 0.003732 10.0.0.33 - - [2024-12-23 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/router HTTP/1.1" 200 151 0.041087 10.0.0.33 - - [2024-12-23 02:13:54] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001495 10.0.0.33 - - [2024-12-23 02:13:54] "DELETE /route-target/a15b6319-99db-4b88-9b13-42a080ee0282 HTTP/1.1" 200 115 0.042461 10.0.0.33 - - [2024-12-23 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005787 10.0.0.33 - - [2024-12-23 02:13:54] "POST /virtual-networks HTTP/1.1" 200 693 0.172003 10.0.0.33 - - [2024-12-23 02:13:54] "POST /neutron/network HTTP/1.1" 200 631 0.159385 10.0.0.33 - - [2024-12-23 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.023421 10.0.0.33 - - [2024-12-23 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.012064 10.0.0.33 - - [2024-12-23 02:13:54] "POST /service-instances HTTP/1.1" 200 669 0.074362 10.0.0.33 - - [2024-12-23 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.022804 10.0.0.33 - - [2024-12-23 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.018879 10.0.0.33 - - [2024-12-23 02:13:55] "POST /route-tables HTTP/1.1" 200 581 0.033088 10.0.0.33 - - [2024-12-23 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004591 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.221324 10.0.0.33 - - [2024-12-23 02:13:55] "PUT /logical-router/12ab341b-25d9-4854-b0d7-d40efb43ef2e HTTP/1.1" 404 171 0.002892 10.0.0.33 - - [2024-12-23 02:13:55] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001757 10.0.0.33 - - [2024-12-23 02:13:55] "GET /logical-router/12ab341b-25d9-4854-b0d7-d40efb43ef2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002784 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 615 0.085823 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 615 0.005722 10.0.0.33 - - [2024-12-23 02:13:55] "POST /route-targets HTTP/1.1" 200 327 0.020427 10.0.0.33 - - [2024-12-23 02:13:55] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.33 - - [2024-12-23 02:13:55] "PUT /logical-router/c72e75f9-4e30-46b6-b636-35a653dbaf03 HTTP/1.1" 200 262 0.027036 10.0.0.33 - - [2024-12-23 02:13:55] "DELETE /route-table/ff12022d-d751-4ad5-8ed0-6d60c6d473ab HTTP/1.1" 200 115 0.053165 10.0.0.33 - - [2024-12-23 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.33 - - [2024-12-23 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.33 - - [2024-12-23 02:13:55] "POST /virtual-machines HTTP/1.1" 200 551 0.019140 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 344 0.220663 10.0.0.33 - - [2024-12-23 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.007448 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/port HTTP/1.1" 200 1027 0.006695 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/port HTTP/1.1" 200 1027 0.010814 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/port HTTP/1.1" 200 1027 0.049565 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/port HTTP/1.1" 200 1027 0.013756 10.0.0.33 - - [2024-12-23 02:13:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.100799 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 615 0.003489 10.0.0.33 - - [2024-12-23 02:13:55] "POST /chown HTTP/1.1" 200 109 0.014896 10.0.0.33 - - [2024-12-23 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.016002 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 344 0.090815 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.007063 10.0.0.33 - - [2024-12-23 02:13:55] "POST /instance-ips HTTP/1.1" 200 549 0.023856 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 615 0.003719 10.0.0.33 - - [2024-12-23 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/router HTTP/1.1" 200 151 0.035952 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.007330 10.0.0.33 - - [2024-12-23 02:13:55] "DELETE /route-target/9ee85c73-8b90-4fc8-8905-6008a97278de HTTP/1.1" 200 115 0.023622 10.0.0.33 - - [2024-12-23 02:13:55] "POST /instance-ips HTTP/1.1" 400 213 0.026828 10.0.0.33 - - [2024-12-23 02:13:55] "POST /chown HTTP/1.1" 200 109 0.007906 10.0.0.33 - - [2024-12-23 02:13:55] "PUT /virtual-machine-interface/15db085d-831b-467e-b232-aad196edf86c HTTP/1.1" 200 284 0.015809 10.0.0.33 - - [2024-12-23 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.33 - - [2024-12-23 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002522 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 151 0.147156 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/network HTTP/1.1" 200 698 0.003758 10.0.0.33 - - [2024-12-23 02:13:55] "PUT /instance-ip/b672fe3b-48c2-44b0-bfcd-708096a94461 HTTP/1.1" 200 256 0.017568 10.0.0.33 - - [2024-12-23 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.33 - - [2024-12-23 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.069480 10.0.0.33 - - [2024-12-23 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.015471 10.0.0.33 - - [2024-12-23 02:13:56] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.33 - - [2024-12-23 02:13:56] "DELETE /route-target/79b662ac-0e46-4ab7-8249-685183f3786e HTTP/1.1" 200 115 0.025984 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 615 0.059217 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 615 0.003106 10.0.0.33 - - [2024-12-23 02:13:56] "POST /route-targets HTTP/1.1" 200 327 0.015790 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 614 0.033814 10.0.0.33 - - [2024-12-23 02:13:56] "PUT /logical-router/d682eab9-b2e8-4fee-aa72-c4f6028bde05 HTTP/1.1" 200 262 0.038074 10.0.0.33 - - [2024-12-23 02:13:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.080947 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 615 0.007472 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005418 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 615 0.003482 10.0.0.33 - - [2024-12-23 02:13:56] "POST /chown HTTP/1.1" 200 109 0.010543 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 200 151 0.043719 10.0.0.33 - - [2024-12-23 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.009427 10.0.0.33 - - [2024-12-23 02:13:56] "DELETE /route-target/39b83b22-54dc-4ae4-ba94-d0c16fa889ba HTTP/1.1" 200 115 0.025523 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.003078 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.33 - - [2024-12-23 02:13:56] "POST /instance-ips HTTP/1.1" 200 547 0.040038 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.003049 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.003089 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005057 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.005440 10.0.0.33 - - [2024-12-23 02:13:56] "POST /instance-ips HTTP/1.1" 400 315 0.014190 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.003755 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.004193 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005771 10.0.0.33 - - [2024-12-23 02:13:56] "POST /chown HTTP/1.1" 200 109 0.013843 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.003507 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.004706 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.010001 10.0.0.33 - - [2024-12-23 02:13:56] "PUT /virtual-machine-interface/39a3a269-fe2d-46f2-b1cd-bf8f92967e3d HTTP/1.1" 200 284 0.016055 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/router HTTP/1.1" 400 209 0.003149 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.003181 10.0.0.33 - - [2024-12-23 02:13:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.003099 10.0.0.33 - - [2024-12-23 02:13:56] "PUT /instance-ip/2564ea27-914e-4008-8220-503b10097fa8 HTTP/1.1" 200 256 0.014212 10.0.0.33 - - [2024-12-23 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.33 - - [2024-12-23 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.33 - - [2024-12-23 02:13:56] "POST /virtual-machines HTTP/1.1" 200 551 0.012209 10.0.0.33 - - [2024-12-23 02:13:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.081808 10.0.0.33 - - [2024-12-23 02:13:56] "POST /chown HTTP/1.1" 200 109 0.007326 10.0.0.33 - - [2024-12-23 02:13:56] "POST /instance-ips HTTP/1.1" 400 213 0.016203 10.0.0.33 - - [2024-12-23 02:13:56] "GET /projects?obj_uuids=1dca83ef-9527-4bf3-98bc-dc6a0031c593&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.33 - - [2024-12-23 02:13:56] "POST /chown HTTP/1.1" 200 109 0.013682 10.0.0.33 - - [2024-12-23 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2096 0.059195 10.0.0.33 - - [2024-12-23 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2086 0.004204 10.0.0.33 - - [2024-12-23 02:13:57] "POST /neutron/security_group HTTP/1.1" 400 206 0.015414 10.0.0.33 - - [2024-12-23 02:13:57] "PUT /virtual-machine-interface/c24e7fcd-fb7c-4401-bb27-922b16b2c4e4 HTTP/1.1" 200 284 0.013977 10.0.0.33 - - [2024-12-23 02:13:57] "PUT /instance-ip/b672fe3b-48c2-44b0-bfcd-708096a94461 HTTP/1.1" 200 256 0.012277 10.0.0.33 - - [2024-12-23 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.011051 10.0.0.33 - - [2024-12-23 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.012073 10.0.0.33 - - [2024-12-23 02:13:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.085392 10.0.0.33 - - [2024-12-23 02:13:57] "POST /chown HTTP/1.1" 200 109 0.008625 10.0.0.33 - - [2024-12-23 02:13:57] "POST /instance-ips HTTP/1.1" 400 315 0.015672 10.0.0.33 - - [2024-12-23 02:13:57] "POST /chown HTTP/1.1" 200 109 0.008026 10.0.0.33 - - [2024-12-23 02:13:57] "PUT /virtual-machine-interface/d3b7f4a5-7ccb-4998-a409-0f000c003efb HTTP/1.1" 200 284 0.010612 10.0.0.33 - - [2024-12-23 02:13:57] "PUT /instance-ip/2564ea27-914e-4008-8220-503b10097fa8 HTTP/1.1" 200 256 0.013184 10.0.0.33 - - [2024-12-23 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.011016 10.0.0.33 - - [2024-12-23 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.011517 10.0.0.33 - - [2024-12-23 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.33 - - [2024-12-23 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2024-12-23 02:13:57] "POST /chown HTTP/1.1" 200 109 0.007714 10.0.0.33 - - [2024-12-23 02:13:57] "POST /instance-ips HTTP/1.1" 400 213 0.015350 10.0.0.33 - - [2024-12-23 02:13:58] "POST /chown HTTP/1.1" 200 109 0.008251 10.0.0.33 - - [2024-12-23 02:13:58] "PUT /instance-ip/b672fe3b-48c2-44b0-bfcd-708096a94461 HTTP/1.1" 200 256 0.012007 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.012518 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.020002 10.0.0.33 - - [2024-12-23 02:13:58] "POST /chown HTTP/1.1" 200 109 0.007784 10.0.0.33 - - [2024-12-23 02:13:58] "POST /instance-ips HTTP/1.1" 400 315 0.022139 10.0.0.33 - - [2024-12-23 02:13:58] "POST /chown HTTP/1.1" 200 109 0.008927 10.0.0.33 - - [2024-12-23 02:13:58] "PUT /instance-ip/2564ea27-914e-4008-8220-503b10097fa8 HTTP/1.1" 200 256 0.011642 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.014389 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.012387 10.0.0.33 - - [2024-12-23 02:13:58] "POST /chown HTTP/1.1" 200 109 0.007406 10.0.0.33 - - [2024-12-23 02:13:58] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002569 10.0.0.33 - - [2024-12-23 02:13:58] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.33 - - [2024-12-23 02:13:58] "POST /instance-ips HTTP/1.1" 400 213 0.022913 10.0.0.33 - - [2024-12-23 02:13:58] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052027 10.0.0.33 - - [2024-12-23 02:13:58] "POST /chown HTTP/1.1" 200 109 0.007905 10.0.0.33 - - [2024-12-23 02:13:58] "PUT /instance-ip/b672fe3b-48c2-44b0-bfcd-708096a94461 HTTP/1.1" 200 256 0.015603 10.0.0.33 - - [2024-12-23 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 200 0.001268 10.0.0.33 - - [2024-12-23 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 209 0.003705 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.33 - - [2024-12-23 02:13:58] "POST /security-groups HTTP/1.1" 200 601 0.065925 10.0.0.33 - - [2024-12-23 02:13:58] "POST /ref-update HTTP/1.1" 200 156 0.043698 10.0.0.33 - - [2024-12-23 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.002609 10.0.0.33 - - [2024-12-23 02:13:58] "POST /projects HTTP/1.1" 200 605 0.219221 10.0.0.33 - - [2024-12-23 02:13:59] "POST /access-control-lists HTTP/1.1" 200 606 0.058318 10.0.0.33 - - [2024-12-23 02:13:59] "POST /chown HTTP/1.1" 200 109 0.027860 10.0.0.33 - - [2024-12-23 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.299983 10.0.0.33 - - [2024-12-23 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 243 0.003232 10.0.0.33 - - [2024-12-23 02:13:59] "POST /instance-ips HTTP/1.1" 400 315 0.019072 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/router HTTP/1.1" 200 637 0.528321 10.0.0.33 - - [2024-12-23 02:13:59] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001590 10.0.0.33 - - [2024-12-23 02:13:59] "POST /access-control-lists HTTP/1.1" 200 604 0.075803 10.0.0.33 - - [2024-12-23 02:13:59] "POST /chown HTTP/1.1" 200 109 0.060941 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/network HTTP/1.1" 200 683 0.114557 10.0.0.33 - - [2024-12-23 02:13:59] "PUT /instance-ip/2564ea27-914e-4008-8220-503b10097fa8 HTTP/1.1" 200 256 0.018196 10.0.0.33 - - [2024-12-23 02:13:59] "POST /route-targets HTTP/1.1" 200 327 0.023483 10.0.0.33 - - [2024-12-23 02:13:59] "POST /ref-update HTTP/1.1" 200 156 0.011810 10.0.0.33 - - [2024-12-23 02:13:59] "PUT /logical-router/dd603262-ca33-427c-9b66-67a30c27cbd3 HTTP/1.1" 200 262 0.012965 10.0.0.33 - - [2024-12-23 02:13:59] "POST /ref-update HTTP/1.1" 200 156 0.010942 10.0.0.33 - - [2024-12-23 02:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.33 - - [2024-12-23 02:13:59] "POST /route-targets HTTP/1.1" 200 327 0.019301 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.156839 10.0.0.33 - - [2024-12-23 02:13:59] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001097 10.0.0.33 - - [2024-12-23 02:13:59] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/network HTTP/1.1" 200 651 0.109291 10.0.0.33 - - [2024-12-23 02:13:59] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001262 10.0.0.33 - - [2024-12-23 02:13:59] "POST /route-targets HTTP/1.1" 200 327 0.011063 10.0.0.33 - - [2024-12-23 02:13:59] "POST /ref-update HTTP/1.1" 200 156 0.018937 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/network HTTP/1.1" 200 651 0.084675 10.0.0.33 - - [2024-12-23 02:13:59] "POST /route-targets HTTP/1.1" 200 327 0.010319 10.0.0.33 - - [2024-12-23 02:13:59] "POST /ref-update HTTP/1.1" 200 156 0.013101 10.0.0.33 - - [2024-12-23 02:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.33 - - [2024-12-23 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.174268 10.0.0.33 - - [2024-12-23 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.183599 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.004898 10.0.0.33 - - [2024-12-23 02:14:00] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001673 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 344 0.184306 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.005399 10.0.0.33 - - [2024-12-23 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.010721 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 400 331 0.033558 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.004145 10.0.0.33 - - [2024-12-23 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.014755 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 344 0.096591 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 400 208 0.003210 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.005907 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 400 207 0.003518 10.0.0.33 - - [2024-12-23 02:14:00] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001704 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/network HTTP/1.1" 200 681 0.071908 10.0.0.33 - - [2024-12-23 02:14:00] "POST /route-targets HTTP/1.1" 200 327 0.012994 10.0.0.33 - - [2024-12-23 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.33 - - [2024-12-23 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.165030 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.004467 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 400 262 0.007375 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.004780 10.0.0.33 - - [2024-12-23 02:14:00] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001462 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 344 0.208780 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 200 637 0.004457 10.0.0.33 - - [2024-12-23 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.011912 10.0.0.33 - - [2024-12-23 02:14:00] "POST /neutron/router HTTP/1.1" 400 206 0.006171 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/router HTTP/1.1" 200 637 0.003937 10.0.0.33 - - [2024-12-23 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.012150 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/router HTTP/1.1" 200 344 0.111413 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/router HTTP/1.1" 400 207 0.003637 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/router HTTP/1.1" 400 207 0.003016 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.008037 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003939 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001993 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 151 0.130920 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 748 0.003901 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.058132 10.0.0.33 - - [2024-12-23 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.006685 10.0.0.33 - - [2024-12-23 02:14:01] "DELETE /route-target/6c90642b-f0ad-4936-8cbf-9dc0040c6ddc HTTP/1.1" 200 115 0.021931 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002079 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 151 0.171864 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.007588 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004587 10.0.0.33 - - [2024-12-23 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 151 0.159528 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 718 0.004247 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.058213 10.0.0.33 - - [2024-12-23 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 718 0.004159 10.0.0.33 - - [2024-12-23 02:14:01] "DELETE /route-target/1bd4ee6f-db89-4792-8c22-7b43e8aace04 HTTP/1.1" 200 115 0.018638 10.0.0.33 - - [2024-12-23 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.072775 10.0.0.33 - - [2024-12-23 02:14:01] "DELETE /route-target/eab4694d-312b-46dd-81ac-41a012ac51e9 HTTP/1.1" 200 115 0.021285 10.0.0.33 - - [2024-12-23 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.014664 10.0.0.33 - - [2024-12-23 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.33 - - [2024-12-23 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002056 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 151 0.177089 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/network HTTP/1.1" 200 750 0.006040 10.0.0.33 - - [2024-12-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/network HTTP/1.1" 200 151 0.066584 10.0.0.33 - - [2024-12-23 02:14:02] "DELETE /route-target/37b400e4-42be-4e08-8678-b077d5b54eee HTTP/1.1" 200 115 0.024988 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.010536 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/router HTTP/1.1" 200 637 0.005193 10.0.0.33 - - [2024-12-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.33 - - [2024-12-23 02:14:02] "GET /logical-router/dd603262-ca33-427c-9b66-67a30c27cbd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003231 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/router HTTP/1.1" 200 151 0.045719 10.0.0.33 - - [2024-12-23 02:14:02] "DELETE /route-target/b5c75615-54b9-43f5-83af-3af65da5a0eb HTTP/1.1" 200 115 0.013321 10.0.0.33 - - [2024-12-23 02:14:02] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001169 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2104 0.054672 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2094 0.004124 10.0.0.33 - - [2024-12-23 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.041488 10.0.0.33 - - [2024-12-23 02:14:02] "DELETE /access-control-list/4159122e-a76a-478a-9687-d8f3ba3541b3 HTTP/1.1" 200 115 0.023635 10.0.0.33 - - [2024-12-23 02:14:02] "DELETE /access-control-list/e22e52eb-7260-4255-bd41-f3e8aaafa16f HTTP/1.1" 200 115 0.022752 10.0.0.33 - - [2024-12-23 02:14:04] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003071 10.0.0.33 - - [2024-12-23 02:14:04] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002236 10.0.0.33 - - [2024-12-23 02:14:04] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050930 10.0.0.33 - - [2024-12-23 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 193 0.001794 10.0.0.33 - - [2024-12-23 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.002137 10.0.0.33 - - [2024-12-23 02:14:04] "POST /security-groups HTTP/1.1" 200 594 0.063425 10.0.0.33 - - [2024-12-23 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.002595 10.0.0.33 - - [2024-12-23 02:14:04] "POST /projects HTTP/1.1" 200 591 0.215228 10.0.0.33 - - [2024-12-23 02:14:04] "POST /access-control-lists HTTP/1.1" 200 599 0.059919 10.0.0.33 - - [2024-12-23 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.289106 10.0.0.33 - - [2024-12-23 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.003047 10.0.0.33 - - [2024-12-23 02:14:04] "POST /access-control-lists HTTP/1.1" 200 597 0.068094 10.0.0.33 - - [2024-12-23 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 256 0.005015 10.0.0.33 - - [2024-12-23 02:14:05] "POST /access-control-lists HTTP/1.1" 200 618 0.016265 10.0.0.33 - - [2024-12-23 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 255 0.003563 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1367 0.756955 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 11045 0.012006 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1367 0.004823 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1406 0.016376 10.0.0.33 - - [2024-12-23 02:14:05] "POST /access-control-lists HTTP/1.1" 200 616 0.024466 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1406 0.003701 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1406 0.003904 10.0.0.33 - - [2024-12-23 02:14:05] "PUT /access-control-list/d349f242-53bf-4531-a54a-ee2acf020590 HTTP/1.1" 200 272 0.009763 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 151 0.051104 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 9821 0.010865 10.0.0.33 - - [2024-12-23 02:14:05] "PUT /access-control-list/e007d3db-8631-4d33-b6d9-d89f140bf7ef HTTP/1.1" 200 272 0.012235 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 400 209 0.006423 10.0.0.33 - - [2024-12-23 02:14:05] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.33 - - [2024-12-23 02:14:05] "DELETE /access-control-list/d349f242-53bf-4531-a54a-ee2acf020590 HTTP/1.1" 200 115 0.023025 10.0.0.33 - - [2024-12-23 02:14:05] "DELETE /access-control-list/e007d3db-8631-4d33-b6d9-d89f140bf7ef HTTP/1.1" 200 115 0.019156 10.0.0.33 - - [2024-12-23 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 258 0.002787 10.0.0.33 - - [2024-12-23 02:14:05] "POST /access-control-lists HTTP/1.1" 200 620 0.016289 10.0.0.33 - - [2024-12-23 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 257 0.003472 10.0.0.33 - - [2024-12-23 02:14:05] "POST /access-control-lists HTTP/1.1" 200 618 0.014988 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1371 0.311953 10.0.0.33 - - [2024-12-23 02:14:05] "PUT /access-control-list/ce4520fc-0514-4874-8d6b-842f7270a240 HTTP/1.1" 200 272 0.009238 10.0.0.33 - - [2024-12-23 02:14:05] "PUT /access-control-list/8128941f-9b9d-4769-a458-32b52a61ff26 HTTP/1.1" 200 272 0.009615 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.150108 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 1803 0.004663 10.0.0.33 - - [2024-12-23 02:14:05] "PUT /access-control-list/ce4520fc-0514-4874-8d6b-842f7270a240 HTTP/1.1" 200 272 0.016235 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 151 0.041042 10.0.0.33 - - [2024-12-23 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 9821 0.011305 10.0.0.33 - - [2024-12-23 02:14:05] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001181 10.0.0.33 - - [2024-12-23 02:14:05] "DELETE /access-control-list/ce4520fc-0514-4874-8d6b-842f7270a240 HTTP/1.1" 200 115 0.034843 10.0.0.33 - - [2024-12-23 02:14:05] "DELETE /access-control-list/8128941f-9b9d-4769-a458-32b52a61ff26 HTTP/1.1" 200 115 0.027446 10.0.0.33 - - [2024-12-23 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 257 0.005821 10.0.0.33 - - [2024-12-23 02:14:06] "POST /access-control-lists HTTP/1.1" 200 619 0.017284 10.0.0.33 - - [2024-12-23 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 256 0.002618 10.0.0.33 - - [2024-12-23 02:14:06] "POST /access-control-lists HTTP/1.1" 200 617 0.018485 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/d859e489-88ab-4da0-ada9-8782c1c4d67a HTTP/1.1" 200 272 0.008908 10.0.0.33 - - [2024-12-23 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 1369 0.334404 10.0.0.33 - - [2024-12-23 02:14:06] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001969 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/3722392a-b45d-4451-84eb-634bad88331a HTTP/1.1" 200 272 0.011573 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/3722392a-b45d-4451-84eb-634bad88331a HTTP/1.1" 200 272 0.012391 10.0.0.33 - - [2024-12-23 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 258 0.002791 10.0.0.33 - - [2024-12-23 02:14:06] "POST /access-control-lists HTTP/1.1" 200 620 0.020927 10.0.0.33 - - [2024-12-23 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 257 0.002985 10.0.0.33 - - [2024-12-23 02:14:06] "POST /access-control-lists HTTP/1.1" 200 618 0.020207 10.0.0.33 - - [2024-12-23 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 1371 0.353682 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/fefb80b3-90e9-4d62-a62e-952dc99c34ad HTTP/1.1" 200 272 0.008704 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/56a12441-d889-4420-b032-aaae58b416cb HTTP/1.1" 200 272 0.009375 10.0.0.33 - - [2024-12-23 02:14:06] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.152818 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/d859e489-88ab-4da0-ada9-8782c1c4d67a HTTP/1.1" 200 272 0.020315 10.0.0.33 - - [2024-12-23 02:14:06] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.015876 10.0.0.33 - - [2024-12-23 02:14:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158541 10.0.0.33 - - [2024-12-23 02:14:06] "PUT /access-control-list/d859e489-88ab-4da0-ada9-8782c1c4d67a HTTP/1.1" 200 272 0.009567 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group_rule HTTP/1.1" 200 9811 0.015436 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 1371 0.004838 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 151 0.044870 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/fefb80b3-90e9-4d62-a62e-952dc99c34ad HTTP/1.1" 200 115 0.022472 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 11047 0.013116 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/56a12441-d889-4420-b032-aaae58b416cb HTTP/1.1" 200 115 0.025076 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 1369 0.004889 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 151 0.052451 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/d859e489-88ab-4da0-ada9-8782c1c4d67a HTTP/1.1" 200 115 0.021956 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 9821 0.015857 10.0.0.33 - - [2024-12-23 02:14:07] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001255 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/3722392a-b45d-4451-84eb-634bad88331a HTTP/1.1" 200 115 0.044904 10.0.0.33 - - [2024-12-23 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 257 0.003227 10.0.0.33 - - [2024-12-23 02:14:07] "POST /access-control-lists HTTP/1.1" 200 619 0.014858 10.0.0.33 - - [2024-12-23 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 256 0.002777 10.0.0.33 - - [2024-12-23 02:14:07] "POST /access-control-lists HTTP/1.1" 200 617 0.018208 10.0.0.33 - - [2024-12-23 02:14:07] "PUT /access-control-list/e45970c2-a5b5-4483-b456-d086544499d2 HTTP/1.1" 200 272 0.007976 10.0.0.33 - - [2024-12-23 02:14:07] "PUT /access-control-list/c4ab5006-46c9-4e01-acf7-9eb87d355504 HTTP/1.1" 200 272 0.008338 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 1369 0.346268 10.0.0.33 - - [2024-12-23 02:14:07] "PUT /access-control-list/c4ab5006-46c9-4e01-acf7-9eb87d355504 HTTP/1.1" 200 272 0.010305 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group_rule HTTP/1.1" 200 578 0.102620 10.0.0.33 - - [2024-12-23 02:14:07] "PUT /access-control-list/e45970c2-a5b5-4483-b456-d086544499d2 HTTP/1.1" 200 272 0.009657 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group_rule HTTP/1.1" 200 542 0.010416 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164777 10.0.0.33 - - [2024-12-23 02:14:07] "PUT /access-control-list/e45970c2-a5b5-4483-b456-d086544499d2 HTTP/1.1" 200 272 0.013377 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group_rule HTTP/1.1" 200 8952 0.011409 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 1369 0.003695 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 151 0.043921 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/e45970c2-a5b5-4483-b456-d086544499d2 HTTP/1.1" 200 115 0.023480 10.0.0.33 - - [2024-12-23 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 9821 0.014825 10.0.0.33 - - [2024-12-23 02:14:07] "DELETE /access-control-list/c4ab5006-46c9-4e01-acf7-9eb87d355504 HTTP/1.1" 200 115 0.026957 10.0.0.33 - - [2024-12-23 02:14:07] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001085 10.0.0.33 - - [2024-12-23 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 256 0.002699 10.0.0.33 - - [2024-12-23 02:14:08] "POST /access-control-lists HTTP/1.1" 200 618 0.013491 10.0.0.33 - - [2024-12-23 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 255 0.003014 10.0.0.33 - - [2024-12-23 02:14:08] "POST /access-control-lists HTTP/1.1" 200 616 0.018175 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.007467 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/56a6557d-b1d7-4d55-b3ee-8b118355626f HTTP/1.1" 200 272 0.010389 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 1367 0.354391 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/56a6557d-b1d7-4d55-b3ee-8b118355626f HTTP/1.1" 200 272 0.014937 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.125953 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.010812 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.015560 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 9385 0.009530 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.010982 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114942 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.019818 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 8952 0.021704 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.174162 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.009641 10.0.0.33 - - [2024-12-23 02:14:08] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.021057 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 9385 0.009872 10.0.0.33 - - [2024-12-23 02:14:08] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.009095 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155574 10.0.0.33 - - [2024-12-23 02:14:09] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.016747 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 8952 0.011521 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 577 0.168402 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 541 0.014787 10.0.0.33 - - [2024-12-23 02:14:09] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.032011 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 9386 0.018040 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 541 0.011678 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162611 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group_rule HTTP/1.1" 200 8952 0.012043 10.0.0.33 - - [2024-12-23 02:14:09] "PUT /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 272 0.017961 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 1367 0.003924 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 151 0.047930 10.0.0.33 - - [2024-12-23 02:14:09] "DELETE /access-control-list/a06d0511-4390-474b-b5fc-30443ea907cd HTTP/1.1" 200 115 0.023062 10.0.0.33 - - [2024-12-23 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 9821 0.012500 10.0.0.33 - - [2024-12-23 02:14:09] "DELETE /access-control-list/56a6557d-b1d7-4d55-b3ee-8b118355626f HTTP/1.1" 200 115 0.029894 10.0.0.33 - - [2024-12-23 02:14:09] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001654 10.0.0.33 - - [2024-12-23 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 257 0.002668 10.0.0.33 - - [2024-12-23 02:14:09] "POST /access-control-lists HTTP/1.1" 200 619 0.016158 10.0.0.33 - - [2024-12-23 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 256 0.003432 10.0.0.33 - - [2024-12-23 02:14:09] "POST /access-control-lists HTTP/1.1" 200 617 0.018048 10.0.0.33 - - [2024-12-23 02:14:09] "PUT /access-control-list/a3b23d3e-0e75-4096-b8ee-21885c815cc5 HTTP/1.1" 200 272 0.009263 10.0.0.33 - - [2024-12-23 02:14:09] "PUT /access-control-list/10c2f8f2-5f90-46f7-9dc8-ceea5d3686f1 HTTP/1.1" 200 272 0.012377 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 1369 0.338026 10.0.0.33 - - [2024-12-23 02:14:10] "PUT /access-control-list/10c2f8f2-5f90-46f7-9dc8-ceea5d3686f1 HTTP/1.1" 200 272 0.012662 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.148901 10.0.0.33 - - [2024-12-23 02:14:10] "PUT /access-control-list/a3b23d3e-0e75-4096-b8ee-21885c815cc5 HTTP/1.1" 200 272 0.014147 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 1802 0.006346 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.040653 10.0.0.33 - - [2024-12-23 02:14:10] "DELETE /access-control-list/a3b23d3e-0e75-4096-b8ee-21885c815cc5 HTTP/1.1" 200 115 0.025278 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 9821 0.013244 10.0.0.33 - - [2024-12-23 02:14:10] "DELETE /access-control-list/10c2f8f2-5f90-46f7-9dc8-ceea5d3686f1 HTTP/1.1" 200 115 0.025136 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group_rule HTTP/1.1" 200 8093 0.013828 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 400 209 0.003289 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 9821 0.012291 10.0.0.33 - - [2024-12-23 02:14:10] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 2097 0.060041 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 2087 0.003923 10.0.0.33 - - [2024-12-23 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.041845 10.0.0.33 - - [2024-12-23 02:14:10] "DELETE /access-control-list/fde002d7-c48b-4fc2-acd6-bc8af672e6cb HTTP/1.1" 200 115 0.021011 10.0.0.33 - - [2024-12-23 02:14:10] "DELETE /access-control-list/ecba0790-5fa6-4834-b8c4-e1b80bb5744f HTTP/1.1" 200 115 0.020668 10.0.0.33 - - [2024-12-23 02:14:12] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002447 10.0.0.33 - - [2024-12-23 02:14:12] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003075 10.0.0.33 - - [2024-12-23 02:14:12] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053508 10.0.0.33 - - [2024-12-23 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 199 0.001409 10.0.0.33 - - [2024-12-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.002314 10.0.0.33 - - [2024-12-23 02:14:12] "POST /security-groups HTTP/1.1" 200 600 0.067922 10.0.0.33 - - [2024-12-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 243 0.003146 10.0.0.33 - - [2024-12-23 02:14:12] "POST /projects HTTP/1.1" 200 603 0.217702 10.0.0.33 - - [2024-12-23 02:14:12] "POST /access-control-lists HTTP/1.1" 200 605 0.059773 10.0.0.33 - - [2024-12-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.290009 10.0.0.33 - - [2024-12-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.002826 10.0.0.33 - - [2024-12-23 02:14:13] "POST /access-control-lists HTTP/1.1" 200 603 0.059609 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 1375 0.824253 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group_rule HTTP/1.1" 200 574 0.167811 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group_rule HTTP/1.1" 400 298 0.091462 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 1806 0.004172 10.0.0.33 - - [2024-12-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 263 0.003747 10.0.0.33 - - [2024-12-23 02:14:13] "POST /access-control-lists HTTP/1.1" 200 625 0.020280 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.042033 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 9827 0.012011 10.0.0.33 - - [2024-12-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 262 0.002621 10.0.0.33 - - [2024-12-23 02:14:13] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001089 10.0.0.33 - - [2024-12-23 02:14:13] "POST /access-control-lists HTTP/1.1" 404 230 0.005077 10.0.0.33 - - [2024-12-23 02:14:13] "DELETE /access-control-list/dc81812a-abcd-4f67-8add-9eda81bdb9cd HTTP/1.1" 200 115 0.018024 10.0.0.33 - - [2024-12-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 264 0.002690 10.0.0.33 - - [2024-12-23 02:14:13] "POST /access-control-lists HTTP/1.1" 200 626 0.019610 10.0.0.33 - - [2024-12-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 263 0.002962 10.0.0.33 - - [2024-12-23 02:14:13] "POST /access-control-lists HTTP/1.1" 200 624 0.018475 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 1377 0.335489 10.0.0.33 - - [2024-12-23 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 1377 0.004267 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/e6f17024-ae7f-458f-946b-1dad5e88eed7 HTTP/1.1" 200 272 0.007758 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.042495 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 9827 0.011243 10.0.0.33 - - [2024-12-23 02:14:14] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001069 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/3cdf42ea-c2f7-4bbf-bc67-7dc1a5fed01f HTTP/1.1" 200 272 0.014548 10.0.0.33 - - [2024-12-23 02:14:14] "DELETE /access-control-list/e6f17024-ae7f-458f-946b-1dad5e88eed7 HTTP/1.1" 200 115 0.021749 10.0.0.33 - - [2024-12-23 02:14:14] "DELETE /access-control-list/3cdf42ea-c2f7-4bbf-bc67-7dc1a5fed01f HTTP/1.1" 200 115 0.015755 10.0.0.33 - - [2024-12-23 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 264 0.002629 10.0.0.33 - - [2024-12-23 02:14:14] "POST /access-control-lists HTTP/1.1" 200 626 0.018877 10.0.0.33 - - [2024-12-23 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 263 0.002621 10.0.0.33 - - [2024-12-23 02:14:14] "POST /access-control-lists HTTP/1.1" 200 624 0.014641 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/4f91ea27-e05f-4113-aa75-fc8a5e76a00b HTTP/1.1" 200 272 0.012016 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 1377 0.378823 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 1377 0.004001 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/ae330cf5-0686-4eab-b7f3-b560ca4dd75a HTTP/1.1" 200 272 0.008336 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.037314 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 9827 0.012057 10.0.0.33 - - [2024-12-23 02:14:14] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001143 10.0.0.33 - - [2024-12-23 02:14:14] "DELETE /access-control-list/4f91ea27-e05f-4113-aa75-fc8a5e76a00b HTTP/1.1" 200 115 0.026591 10.0.0.33 - - [2024-12-23 02:14:14] "DELETE /access-control-list/ae330cf5-0686-4eab-b7f3-b560ca4dd75a HTTP/1.1" 200 115 0.029003 10.0.0.33 - - [2024-12-23 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 263 0.003219 10.0.0.33 - - [2024-12-23 02:14:14] "POST /access-control-lists HTTP/1.1" 200 625 0.017330 10.0.0.33 - - [2024-12-23 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 262 0.002764 10.0.0.33 - - [2024-12-23 02:14:14] "POST /access-control-lists HTTP/1.1" 200 623 0.015744 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/c0212fc7-f567-4a32-9a8c-a49cb5e6b968 HTTP/1.1" 200 272 0.008183 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/aeb53e63-3a6f-448a-acab-c5692ed43b95 HTTP/1.1" 200 272 0.014584 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 1375 0.387861 10.0.0.33 - - [2024-12-23 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 1375 0.003469 10.0.0.33 - - [2024-12-23 02:14:14] "PUT /access-control-list/aeb53e63-3a6f-448a-acab-c5692ed43b95 HTTP/1.1" 200 272 0.011909 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.035756 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 9827 0.013951 10.0.0.33 - - [2024-12-23 02:14:15] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001101 10.0.0.33 - - [2024-12-23 02:14:15] "DELETE /access-control-list/c0212fc7-f567-4a32-9a8c-a49cb5e6b968 HTTP/1.1" 200 115 0.025103 10.0.0.33 - - [2024-12-23 02:14:15] "DELETE /access-control-list/aeb53e63-3a6f-448a-acab-c5692ed43b95 HTTP/1.1" 200 115 0.026475 10.0.0.33 - - [2024-12-23 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 262 0.002936 10.0.0.33 - - [2024-12-23 02:14:15] "POST /access-control-lists HTTP/1.1" 200 624 0.015373 10.0.0.33 - - [2024-12-23 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 261 0.003402 10.0.0.33 - - [2024-12-23 02:14:15] "POST /access-control-lists HTTP/1.1" 200 622 0.018492 10.0.0.33 - - [2024-12-23 02:14:15] "PUT /access-control-list/30602e41-5331-4e6d-935b-342cdc8149ba HTTP/1.1" 200 272 0.008033 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 1373 0.326797 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001379 10.0.0.33 - - [2024-12-23 02:14:15] "PUT /access-control-list/d8166bd4-a2a3-4add-b045-9c2fbf311b87 HTTP/1.1" 200 272 0.007790 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.002159 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 400 229 0.001391 Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/lib/python3.6/site-packages/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/lib/python3.6/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/lib/python3.6/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 638, in plugin_http_post_securitygrouprule return self.plugin_create_sec_group_rule(context, sg_rule) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 613, in plugin_create_sec_group_rule sg_rule_info = cfgdb.security_group_rule_create(sg_rule['resource']) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 3525, in wrapper return func(self, *args, **kwargs) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5462, in security_group_rule_create self._validate_port_range(sgr_q) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5451, in _validate_port_range if rule[attr] > 255: TypeError: '>' not supported between instances of 'NoneType' and 'int' 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 500 156 0.011036 10.0.0.33 - - [2024-12-23 02:14:15] "PUT /access-control-list/d8166bd4-a2a3-4add-b045-9c2fbf311b87 HTTP/1.1" 200 272 0.010028 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 1373 0.003743 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.039787 10.0.0.33 - - [2024-12-23 02:14:15] "DELETE /access-control-list/30602e41-5331-4e6d-935b-342cdc8149ba HTTP/1.1" 200 115 0.019138 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 9827 0.013881 10.0.0.33 - - [2024-12-23 02:14:15] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002095 10.0.0.33 - - [2024-12-23 02:14:15] "DELETE /access-control-list/d8166bd4-a2a3-4add-b045-9c2fbf311b87 HTTP/1.1" 200 115 0.041102 10.0.0.33 - - [2024-12-23 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 262 0.003182 10.0.0.33 - - [2024-12-23 02:14:15] "POST /access-control-lists HTTP/1.1" 200 624 0.016622 10.0.0.33 - - [2024-12-23 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 261 0.002943 10.0.0.33 - - [2024-12-23 02:14:15] "POST /access-control-lists HTTP/1.1" 200 622 0.017337 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 1373 0.284102 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 400 185 0.002911 10.0.0.33 - - [2024-12-23 02:14:15] "PUT /access-control-list/0bf15a56-61b5-448e-8188-460dfdcb647e HTTP/1.1" 200 272 0.009898 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.003773 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 1373 0.003996 10.0.0.33 - - [2024-12-23 02:14:15] "PUT /access-control-list/6e0e9403-17ea-4352-bf5a-27a440dc6b3c HTTP/1.1" 200 272 0.009944 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.041216 10.0.0.33 - - [2024-12-23 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 9827 0.011864 10.0.0.33 - - [2024-12-23 02:14:15] "DELETE /access-control-list/0bf15a56-61b5-448e-8188-460dfdcb647e HTTP/1.1" 200 115 0.015470 10.0.0.33 - - [2024-12-23 02:14:16] "DELETE /access-control-list/6e0e9403-17ea-4352-bf5a-27a440dc6b3c HTTP/1.1" 200 115 0.018376 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.146965 10.0.0.33 - - [2024-12-23 02:14:16] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001243 10.0.0.33 - - [2024-12-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 264 0.003042 10.0.0.33 - - [2024-12-23 02:14:16] "POST /access-control-lists HTTP/1.1" 200 626 0.016926 10.0.0.33 - - [2024-12-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 263 0.004092 10.0.0.33 - - [2024-12-23 02:14:16] "POST /access-control-lists HTTP/1.1" 200 624 0.035005 10.0.0.33 - - [2024-12-23 02:14:16] "PUT /access-control-list/56a60b13-bf8b-4824-9728-f07e82dbf49a HTTP/1.1" 200 272 0.008138 10.0.0.33 - - [2024-12-23 02:14:16] "PUT /access-control-list/97c097a7-2071-4c0b-b455-578a2d532efd HTTP/1.1" 200 272 0.009827 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 1377 0.357363 10.0.0.33 - - [2024-12-23 02:14:16] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001449 10.0.0.33 - - [2024-12-23 02:14:16] "PUT /access-control-list/97c097a7-2071-4c0b-b455-578a2d532efd HTTP/1.1" 200 272 0.012284 10.0.0.33 - - [2024-12-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 264 0.002755 10.0.0.33 - - [2024-12-23 02:14:16] "POST /access-control-lists HTTP/1.1" 200 626 0.015010 10.0.0.33 - - [2024-12-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 263 0.002461 10.0.0.33 - - [2024-12-23 02:14:16] "POST /access-control-lists HTTP/1.1" 200 624 0.016252 10.0.0.33 - - [2024-12-23 02:14:16] "PUT /access-control-list/29b358c6-bf12-4bdc-ae5f-734c161394b1 HTTP/1.1" 200 272 0.008069 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 1377 0.343953 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group_rule HTTP/1.1" 400 183 0.001224 10.0.0.33 - - [2024-12-23 02:14:16] "PUT /access-control-list/f03cbb95-bcbb-4f74-ae85-345f5373e523 HTTP/1.1" 200 272 0.015331 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 1377 0.003494 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.037018 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 11061 0.012880 10.0.0.33 - - [2024-12-23 02:14:16] "DELETE /access-control-list/29b358c6-bf12-4bdc-ae5f-734c161394b1 HTTP/1.1" 200 115 0.026201 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 1377 0.004518 10.0.0.33 - - [2024-12-23 02:14:16] "DELETE /access-control-list/f03cbb95-bcbb-4f74-ae85-345f5373e523 HTTP/1.1" 200 115 0.026574 10.0.0.33 - - [2024-12-23 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.053525 10.0.0.33 - - [2024-12-23 02:14:16] "DELETE /access-control-list/56a60b13-bf8b-4824-9728-f07e82dbf49a HTTP/1.1" 200 115 0.019284 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 9827 0.010491 10.0.0.33 - - [2024-12-23 02:14:17] "DELETE /access-control-list/97c097a7-2071-4c0b-b455-578a2d532efd HTTP/1.1" 200 115 0.030031 10.0.0.33 - - [2024-12-23 02:14:17] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001287 10.0.0.33 - - [2024-12-23 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 264 0.002743 10.0.0.33 - - [2024-12-23 02:14:17] "POST /access-control-lists HTTP/1.1" 200 626 0.016822 10.0.0.33 - - [2024-12-23 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 263 0.003017 10.0.0.33 - - [2024-12-23 02:14:17] "POST /access-control-lists HTTP/1.1" 200 624 0.019285 10.0.0.33 - - [2024-12-23 02:14:17] "PUT /access-control-list/b205133b-e9b4-4c22-a651-1460997d7a1f HTTP/1.1" 200 272 0.008956 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 1377 0.304242 10.0.0.33 - - [2024-12-23 02:14:17] "PUT /access-control-list/51f90420-5df3-4c96-a622-510a2452c500 HTTP/1.1" 200 272 0.013551 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 1377 0.003675 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.033511 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 9827 0.011232 10.0.0.33 - - [2024-12-23 02:14:17] "DELETE /access-control-list/b205133b-e9b4-4c22-a651-1460997d7a1f HTTP/1.1" 200 115 0.023776 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 400 209 0.005470 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 400 209 0.002712 10.0.0.33 - - [2024-12-23 02:14:17] "DELETE /access-control-list/51f90420-5df3-4c96-a622-510a2452c500 HTTP/1.1" 200 115 0.024453 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group_rule HTTP/1.1" 400 213 0.013448 10.0.0.33 - - [2024-12-23 02:14:17] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001193 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2103 0.052038 10.0.0.33 - - [2024-12-23 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2093 0.004552 10.0.0.33 - - [2024-12-23 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.044783 10.0.0.33 - - [2024-12-23 02:14:18] "DELETE /access-control-list/bed9529c-8fe8-42d0-9235-d7034a39eab9 HTTP/1.1" 200 115 0.028475 10.0.0.33 - - [2024-12-23 02:14:18] "DELETE /access-control-list/0f5d6985-3220-4406-8f56-1ea4fdb70e2a HTTP/1.1" 200 115 0.024242 10.0.0.33 - - [2024-12-23 02:14:20] "GET /projects?obj_uuids=92809ee6-e3c0-4084-b648-02d7a5714762&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002320 10.0.0.33 - - [2024-12-23 02:14:20] "GET /domains?obj_uuids=501571f1-ecf6-47c2-ab89-5f6cd2133d00&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001921 10.0.0.33 - - [2024-12-23 02:14:20] "GET /domain/501571f1-ecf6-47c2-ab89-5f6cd2133d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048911 10.0.0.33 - - [2024-12-23 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.002179 10.0.0.33 - - [2024-12-23 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.003437 10.0.0.33 - - [2024-12-23 02:14:20] "POST /security-groups HTTP/1.1" 200 602 0.063433 10.0.0.33 - - [2024-12-23 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002406 10.0.0.33 - - [2024-12-23 02:14:20] "POST /projects HTTP/1.1" 200 607 0.223960 10.0.0.33 - - [2024-12-23 02:14:20] "POST /access-control-lists HTTP/1.1" 200 607 0.057597 10.0.0.33 - - [2024-12-23 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.300185 10.0.0.33 - - [2024-12-23 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.003139 10.0.0.33 - - [2024-12-23 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 2105 0.466232 10.0.0.33 - - [2024-12-23 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 2095 0.003695 10.0.0.33 - - [2024-12-23 02:14:20] "POST /access-control-lists HTTP/1.1" 200 605 0.064079 10.0.0.33 - - [2024-12-23 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.089999 10.0.0.33 - - [2024-12-23 02:14:20] "DELETE /access-control-list/4f613e8d-8ccf-4e0d-9d90-3a6a41a35443 HTTP/1.1" 200 115 0.016845 10.0.0.33 - - [2024-12-23 02:14:20] "DELETE /access-control-list/03c7b918-800d-46c3-b7bb-659eb5b4993c HTTP/1.1" 200 115 0.036592 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:14:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000853 [Introspect:8084]10.0.0.33 - - [2024-12-23 02:14:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000901 10.0.0.33 - - [2024-12-23 02:14:41] "DELETE /project/4ab577673863493d8836e8f1b0dc890d HTTP/1.1" 404 173 0.034688 10.0.0.33 - - [2024-12-23 02:14:41] "DELETE /project/584d20f784f24db090a3f310a4e48194 HTTP/1.1" 404 173 0.031175 10.0.0.33 - - [2024-12-23 02:14:41] "DELETE /project/92809ee6e3c04084b64802d7a5714762 HTTP/1.1" 404 173 0.029817 10.0.0.33 - - [2024-12-23 02:14:41] "DELETE /project/1dca83ef95274bf398bcdc6a0031c593 HTTP/1.1" 404 173 0.018075 10.0.0.33 - - [2024-12-23 02:14:41] "DELETE /project/ff848aa6797846f2b97006b220493513 HTTP/1.1" 404 173 0.011656 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000985 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000847 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.000823 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=92809ee6-e3c0-4084-b648-02d7a5714762&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001390 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000839 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/ff848aa6-7978-46f2-b970-06b220493513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.074813 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/142ad3b1-ab01-403e-a272-62893ce0fab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.082098 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/584d20f7-84f2-4db0-90a3-f310a4e48194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.088054 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/4ab57767-3863-493d-8836-e8f1b0dc890d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.102087 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/92809ee6-e3c0-4084-b648-02d7a5714762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.098937 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=142ad3b1-ab01-403e-a272-62893ce0fab3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000981 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=ff848aa6-7978-46f2-b970-06b220493513&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.000862 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=92809ee6-e3c0-4084-b648-02d7a5714762&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000914 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=4ab57767-3863-493d-8836-e8f1b0dc890d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000815 10.0.0.33 - - [2024-12-23 02:14:41] "GET /projects?obj_uuids=584d20f7-84f2-4db0-90a3-f310a4e48194&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000797 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/ff848aa6-7978-46f2-b970-06b220493513?fields=security_groups HTTP/1.1" 200 1123 0.083876 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/584d20f7-84f2-4db0-90a3-f310a4e48194?fields=security_groups HTTP/1.1" 200 1108 0.094826 10.0.0.33 - - [2024-12-23 02:14:41] "GET /project/142ad3b1-ab01-403e-a272-62893ce0fab3?fields=security_groups HTTP/1.1" 200 1110 0.104703