++ 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 Jan 13 02:09:02 UTC 2025 ===================' INFO: =================== Mon Jan 13 02:09:02 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.12 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.12 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.12 ++ ANALYTICSDB_NODES=10.0.0.12 ++ ANALYTICS_SNMP_NODES=10.0.0.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8081 ' +++ '[' -n '10.0.0.12:8081 ' ']' +++ echo 10.0.0.12:8081 ++ ANALYTICS_SERVERS=10.0.0.12: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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9042 ' +++ '[' -n '10.0.0.12:9042 ' ']' +++ echo 10.0.0.12:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.12:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8086 ' +++ '[' -n '10.0.0.12:8086 ' ']' +++ echo 10.0.0.12:8086 ++ COLLECTOR_SERVERS=10.0.0.12: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.12 ++ CONFIGDB_NODES=10.0.0.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8082 ' +++ '[' -n '10.0.0.12:8082 ' ']' +++ echo 10.0.0.12:8082 ++ CONFIG_SERVERS=10.0.0.12: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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9161 ' +++ '[' -n '10.0.0.12:9161 ' ']' +++ echo 10.0.0.12:9161 ++ CONFIGDB_SERVERS=10.0.0.12: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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9041 ' +++ '[' -n '10.0.0.12:9041 ' ']' +++ echo 10.0.0.12:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.12:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.12 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.12 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:2181, +++ '[' -n 10.0.0.12:2181, ']' +++ echo 10.0.0.12:2181 ++ ZOOKEEPER_SERVERS=10.0.0.12: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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:2181 ' +++ '[' -n '10.0.0.12:2181 ' ']' +++ echo 10.0.0.12:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.12:2181 ++ RABBITMQ_NODES=10.0.0.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:5673, +++ '[' -n 10.0.0.12:5673, ']' +++ echo 10.0.0.12:5673 ++ RABBITMQ_SERVERS=10.0.0.12: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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:6379 ' +++ '[' -n '10.0.0.12:6379 ' ']' +++ echo 10.0.0.12:6379 ++ REDIS_SERVERS=10.0.0.12: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.12 ++ 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.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9092 ' +++ '[' -n '10.0.0.12:9092 ' ']' +++ echo 10.0.0.12:9092 ++ KAFKA_SERVERS=10.0.0.12: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.12 ++ 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.12 ++ 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.12 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.12 + local cassandra=10.0.0.12 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.12 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.12 +++ local servers=10.0.0.12 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.12,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.12'\''))' +++ local server_ip=10.0.0.12 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.12 ]] +++ [[ ,10.0.0.12,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.12, ]] +++ echo 10.0.0.12 1 +++ return ++ local ip=10.0.0.12 ++ [[ -z 10.0.0.12 ]] ++ echo 10.0.0.12 + host_ip=10.0.0.12 + [[ cql == \c\q\l ]] ++ echo 10.0.0.12:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.12:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.12: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 ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 01/13/2025 02:09:11.475 7f106f42e748 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/13/2025 02:09:11.672 7f106f42e748 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/13/2025 02:09:11.694 7f106f42e748 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/13/2025 02:09:11.694 7f106f42e748 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.12:8082/ Hit Ctrl-C to quit. 10.0.0.12 - - [2025-01-13 02:09:16] "GET / HTTP/1.1" 503 181 0.000411 10.0.0.12 - - [2025-01-13 02:09:16] "GET / HTTP/1.1" 503 181 0.000206 10.0.0.12 - - [2025-01-13 02:09:16] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.12 - - [2025-01-13 02:09:17] "GET / HTTP/1.1" 200 45871 0.001922 10.0.0.12 - - [2025-01-13 02:09:17] "GET / HTTP/1.1" 200 45871 0.001492 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.12 - - [2025-01-13 02:09:17] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000712 10.0.0.12 - - [2025-01-13 02:09:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.12 - - [2025-01-13 02:09:17] "GET / HTTP/1.1" 200 35931 0.053179 10.0.0.12 - - [2025-01-13 02:09:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.001090 10.0.0.12 - - [2025-01-13 02:09:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.12 - - [2025-01-13 02:09:18] "GET / HTTP/1.1" 200 35931 0.003212 10.0.0.12 - - [2025-01-13 02:09:18] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.12 - - [2025-01-13 02:09:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.12 - - [2025-01-13 02:09:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000778 10.0.0.12 - - [2025-01-13 02:09:18] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.12 - - [2025-01-13 02:09:19] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.049243 10.0.0.12 - - [2025-01-13 02:09:19] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003425 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 1.718756 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009972 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.732639 10.0.0.12 - - [2025-01-13 02:09:19] "GET /network-ipam/bb94c2fa-2f17-4853-9baa-99456e36e89d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005387 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.433174 10.0.0.12 - - [2025-01-13 02:09:19] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011626 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 1.116878 10.0.0.12 - - [2025-01-13 02:09:19] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.018619 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.156515 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006065 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.004034 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.004474 10.0.0.12 - - [2025-01-13 02:09:19] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012724 10.0.0.12 - - [2025-01-13 02:09:19] "POST /config-database-nodes HTTP/1.1" 200 617 0.029867 10.0.0.12 - - [2025-01-13 02:09:19] "POST /config-nodes HTTP/1.1" 200 599 0.040639 10.0.0.12 - - [2025-01-13 02:09:19] "POST /service-appliance-sets HTTP/1.1" 200 553 0.039922 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.004176 10.0.0.12 - - [2025-01-13 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.12 - - [2025-01-13 02:09:20] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011971 /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.12 - - [2025-01-13 02:09:20] "POST /service-appliance-sets HTTP/1.1" 200 541 0.050433 10.0.0.12 - - [2025-01-13 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.12 - - [2025-01-13 02:09:20] "GET /network-ipam/bb94c2fa-2f17-4853-9baa-99456e36e89d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006358 10.0.0.12 - - [2025-01-13 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 225 0.004920 10.0.0.12 - - [2025-01-13 02:09:20] "POST /access-control-lists HTTP/1.1" 200 587 0.024462 10.0.0.12 - - [2025-01-13 02:09:20] "GET / HTTP/1.1" 200 35931 0.003977 10.0.0.12 - - [2025-01-13 02:09:20] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000442 10.0.0.12 - - [2025-01-13 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 224 0.003340 10.0.0.12 - - [2025-01-13 02:09:20] "POST /access-control-lists HTTP/1.1" 200 585 0.035050 10.0.0.12 - - [2025-01-13 02:09:20] "POST /service-templates HTTP/1.1" 200 511 0.045085 10.0.0.12 - - [2025-01-13 02:09:20] "POST /service-templates HTTP/1.1" 200 501 0.026079 10.0.0.12 - - [2025-01-13 02:09:20] "POST /route-targets HTTP/1.1" 200 327 0.013435 10.0.0.12 - - [2025-01-13 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.12 - - [2025-01-13 02:09:20] "POST /service-templates HTTP/1.1" 200 515 0.024382 10.0.0.12 - - [2025-01-13 02:09:20] "POST /route-targets HTTP/1.1" 200 327 0.013122 10.0.0.12 - - [2025-01-13 02:09:20] "POST /service-templates HTTP/1.1" 200 535 0.021617 10.0.0.12 - - [2025-01-13 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.015296 10.0.0.12 - - [2025-01-13 02:09:20] "POST /service-templates HTTP/1.1" 200 507 0.034242 10.0.0.12 - - [2025-01-13 02:09:20] "POST /route-targets HTTP/1.1" 200 327 0.017599 10.0.0.12 - - [2025-01-13 02:09:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.043354 10.0.0.12 - - [2025-01-13 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.014810 10.0.0.12 - - [2025-01-13 02:09:20] "POST /route-targets HTTP/1.1" 200 327 0.014567 10.0.0.12 - - [2025-01-13 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.013431 10.0.0.12 - - [2025-01-13 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003823 10.0.0.12 - - [2025-01-13 02:09:21] "POST /access-control-lists HTTP/1.1" 200 551 0.077436 10.0.0.12 - - [2025-01-13 02:09:21] "PUT /access-control-list/2952cf22-8d8c-4f81-97be-d5ba3b120288 HTTP/1.1" 200 272 0.013990 10.0.0.12 - - [2025-01-13 02:09:21] "PUT /access-control-list/49250e09-aaa9-4c03-908f-6e91d606de47 HTTP/1.1" 200 272 0.013529 10.0.0.12 - - [2025-01-13 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.12 - - [2025-01-13 02:09:25] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.005686 10.0.0.12 - - [2025-01-13 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.12 - - [2025-01-13 02:09:25] "PUT /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 276 0.013897 10.0.0.12 - - [2025-01-13 02:09:26] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 401 292 0.000640 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 200 581 0.052547 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 200 575 0.023247 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 200 575 0.023513 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 200 559 0.022280 10.0.0.12 - - [2025-01-13 02:09:26] "POST /alarms HTTP/1.1" 200 555 0.027200 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 557 0.023742 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 565 0.024397 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 549 0.026085 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 557 0.023562 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 567 0.023782 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 555 0.024986 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 567 0.024501 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 575 0.070321 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 569 0.022782 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 561 0.022855 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 561 0.024147 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 561 0.031443 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 547 0.024435 10.0.0.12 - - [2025-01-13 02:09:27] "POST /alarms HTTP/1.1" 200 595 0.023324 10.0.0.12 - - [2025-01-13 02:09:28] "POST /alarms HTTP/1.1" 200 575 0.026447 10.0.0.12 - - [2025-01-13 02:09:28] "POST /alarms HTTP/1.1" 200 571 0.024560 10.0.0.12 - - [2025-01-13 02:09:28] "POST /alarms HTTP/1.1" 200 583 0.023540 10.0.0.12 - - [2025-01-13 02:09:28] "POST /alarms HTTP/1.1" 200 609 0.030608 10.0.0.12 - - [2025-01-13 02:09:28] "GET / HTTP/1.1" 200 35931 0.003200 10.0.0.12 - - [2025-01-13 02:09:28] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000734 10.0.0.12 - - [2025-01-13 02:09:29] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034776 10.0.0.12 - - [2025-01-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.12 - - [2025-01-13 02:09:29] "PUT /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 276 0.009910 10.0.0.12 - - [2025-01-13 02:09:29] "GET / HTTP/1.1" 200 35931 0.002719 10.0.0.12 - - [2025-01-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.12 - - [2025-01-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032979 10.0.0.12 - - [2025-01-13 02:09:29] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004792 10.0.0.12 - - [2025-01-13 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.12 - - [2025-01-13 02:09:30] "PUT /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 276 0.011628 10.0.0.12 - - [2025-01-13 02:09:30] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.12 - - [2025-01-13 02:09:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.12 - - [2025-01-13 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.033427 10.0.0.12 - - [2025-01-13 02:09:31] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007145 10.0.0.12 - - [2025-01-13 02:09:31] "PUT /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa HTTP/1.1" 200 274 0.021915 10.0.0.12 - - [2025-01-13 02:10:05] "GET /global-system-configs HTTP/1.1" 200 322 0.994011 10.0.0.12 - - [2025-01-13 02:10:06] "GET /global-system-configs HTTP/1.1" 200 322 0.027654 10.0.0.12 - - [2025-01-13 02:11:10] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.12 - - [2025-01-13 02:11:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000836 10.0.0.12 - - [2025-01-13 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.038226 10.0.0.12 - - [2025-01-13 02:11:11] "GET /routing-instance/c805f20f-4ef0-459e-92c5-611647a984b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005704 10.0.0.12 - - [2025-01-13 02:11:11] "POST /bgp-routers HTTP/1.1" 200 622 0.031603 10.0.0.12 - - [2025-01-13 02:11:11] "GET /bgp-router/20905cbc-93c9-4f84-ba91-bfd75135526c?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.007468 10.0.0.12 - - [2025-01-13 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.12 - - [2025-01-13 02:11:11] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009186 10.0.0.12 - - [2025-01-13 02:11:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005560 10.0.0.12 - - [2025-01-13 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.011466 10.0.0.12 - - [2025-01-13 02:12:14] "GET / HTTP/1.1" 200 35931 0.002654 10.0.0.12 - - [2025-01-13 02:12:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.12 - - [2025-01-13 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.037119 10.0.0.12 - - [2025-01-13 02:12:15] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.010318 10.0.0.12 - - [2025-01-13 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.003785 10.0.0.12 - - [2025-01-13 02:12:15] "POST /database-nodes HTTP/1.1" 200 603 0.033514 10.0.0.12 - - [2025-01-13 02:13:19] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.12 - - [2025-01-13 02:13:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.12 - - [2025-01-13 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.039874 10.0.0.12 - - [2025-01-13 02:13:19] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008189 10.0.0.12 - - [2025-01-13 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.004076 10.0.0.12 - - [2025-01-13 02:13:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.026839 10.0.0.12 - - [2025-01-13 02:13:25] "GET / HTTP/1.1" 200 35931 0.002071 10.0.0.12 - - [2025-01-13 02:13:39] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.12 - - [2025-01-13 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.12 - - [2025-01-13 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024225 10.0.0.12 - - [2025-01-13 02:13:39] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006727 10.0.0.12 - - [2025-01-13 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003343 10.0.0.12 - - [2025-01-13 02:13:39] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.029629 10.0.0.12 - - [2025-01-13 02:13:53] "GET / HTTP/1.1" 200 35931 0.002393 10.0.0.12 - - [2025-01-13 02:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.12 - - [2025-01-13 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025720 10.0.0.12 - - [2025-01-13 02:13:54] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006411 10.0.0.12 - - [2025-01-13 02:13:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003393 10.0.0.12 - - [2025-01-13 02:13:54] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.026942 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.12 - - [2025-01-13 02:14:23] "GET /obj-perms HTTP/1.1" 200 5056 0.415606 10.0.0.12 - - [2025-01-13 02:14:23] "GET /obj-perms HTTP/1.1" 200 5056 0.056731 10.0.0.12 - - [2025-01-13 02:15:02] "GET /global-system-configs HTTP/1.1" 200 322 0.065539 10.0.0.12 - - [2025-01-13 02:15:02] "GET /obj-perms HTTP/1.1" 200 5056 0.113566 10.0.0.12 - - [2025-01-13 02:15:03] "GET /global-system-configs HTTP/1.1" 200 322 0.003462 10.0.0.12 - - [2025-01-13 02:15:03] "GET /obj-perms HTTP/1.1" 200 5056 0.028242 10.0.0.12 - - [2025-01-13 02:15:24] "GET /obj-perms HTTP/1.1" 200 5056 0.058566 10.0.0.12 - - [2025-01-13 02:15:24] "GET /obj-perms HTTP/1.1" 200 5056 0.063951 10.0.0.12 - - [2025-01-13 02:16:24] "GET /obj-perms HTTP/1.1" 200 5056 0.054612 10.0.0.12 - - [2025-01-13 02:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.066084 10.0.0.12 - - [2025-01-13 02:16:33] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.12 - - [2025-01-13 02:16:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.029230 10.0.0.12 - - [2025-01-13 02:16:34] "GET /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006895 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.12 - - [2025-01-13 02:16:34] "GET /routing-instance/c805f20f-4ef0-459e-92c5-611647a984b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004683 10.0.0.12 - - [2025-01-13 02:16:34] "PUT /global-system-config/8e04c6ad-09f9-4e00-91e1-30ce92403efa HTTP/1.1" 200 274 0.014008 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003991 10.0.0.12 - - [2025-01-13 02:16:34] "POST /virtual-routers HTTP/1.1" 200 605 0.022595 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.12 - - [2025-01-13 02:16:34] "GET /virtual-router/eebbad13-1e8b-4180-a660-a580b7c27a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006449 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.003742 10.0.0.12 - - [2025-01-13 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.12 - - [2025-01-13 02:16:34] "GET /virtual-network/0494bab4-a41b-4c61-b58d-7d77bac8636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.006379 10.0.0.12 - - [2025-01-13 02:16:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.078136 10.0.0.12 - - [2025-01-13 02:16:35] "PUT /access-control-list/71817c14-5420-4444-81e2-4d0881a70d42 HTTP/1.1" 200 272 0.040207 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:16:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001274 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:16:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001265 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:16:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001323 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:16:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001221 10.0.0.12 - - [2025-01-13 02:17:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056552 10.0.0.12 - - [2025-01-13 02:17:26] "GET /obj-perms HTTP/1.1" 200 5056 0.063017 10.0.0.12 - - [2025-01-13 02:17:45] "GET / HTTP/1.1" 200 35931 0.002757 10.0.0.12 - - [2025-01-13 02:17:45] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000528 10.0.0.12 - - [2025-01-13 02:17:46] "GET /projects?obj_uuids=c67d091a-6618-4ded-81de-6e14f0cd4b6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026204 10.0.0.12 - - [2025-01-13 02:17:46] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.12 - - [2025-01-13 02:17:46] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033142 10.0.0.12 - - [2025-01-13 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 167 0.001394 10.0.0.12 - - [2025-01-13 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 176 0.004422 10.0.0.12 - - [2025-01-13 02:17:46] "POST /security-groups HTTP/1.1" 200 568 0.064557 10.0.0.12 - - [2025-01-13 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003246 10.0.0.12 - - [2025-01-13 02:17:46] "POST /projects HTTP/1.1" 200 539 0.232419 10.0.0.12 - - [2025-01-13 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.305083 10.0.0.12 - - [2025-01-13 02:17:46] "POST /access-control-lists HTTP/1.1" 200 573 0.064206 10.0.0.12 - - [2025-01-13 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.004310 10.0.0.12 - - [2025-01-13 02:17:46] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.485514 10.0.0.12 - - [2025-01-13 02:17:46] "POST /access-control-lists HTTP/1.1" 200 571 0.075755 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:17:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001489 10.0.0.12 - - [2025-01-13 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.027874 10.0.0.12 - - [2025-01-13 02:17:47] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004150 10.0.0.12 - - [2025-01-13 02:17:47] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001944 10.0.0.12 - - [2025-01-13 02:17:47] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012377 10.0.0.12 - - [2025-01-13 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.001994 10.0.0.12 - - [2025-01-13 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.004369 10.0.0.12 - - [2025-01-13 02:17:48] "POST /security-groups HTTP/1.1" 200 602 0.076406 10.0.0.12 - - [2025-01-13 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.004259 10.0.0.12 - - [2025-01-13 02:17:48] "POST /projects HTTP/1.1" 200 607 0.324944 10.0.0.12 - - [2025-01-13 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.360872 10.0.0.12 - - [2025-01-13 02:17:48] "POST /access-control-lists HTTP/1.1" 200 607 0.073413 10.0.0.12 - - [2025-01-13 02:17:48] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.546605 10.0.0.12 - - [2025-01-13 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.003868 10.0.0.12 - - [2025-01-13 02:17:48] "POST /access-control-lists HTTP/1.1" 200 605 0.079662 10.0.0.12 - - [2025-01-13 02:17:49] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.12 - - [2025-01-13 02:17:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000734 10.0.0.12 - - [2025-01-13 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.070528 10.0.0.12 - - [2025-01-13 02:17:50] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001886 10.0.0.12 - - [2025-01-13 02:17:50] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043983 10.0.0.12 - - [2025-01-13 02:17:50] "POST /neutron/network HTTP/1.1" 200 117 0.049691 10.0.0.12 - - [2025-01-13 02:17:50] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001282 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/network HTTP/1.1" 200 620 0.125036 10.0.0.12 - - [2025-01-13 02:17:51] "POST /route-targets HTTP/1.1" 200 327 0.016289 10.0.0.12 - - [2025-01-13 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.018027 10.0.0.12 - - [2025-01-13 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006284 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.237252 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/network HTTP/1.1" 200 839 0.006778 10.0.0.12 - - [2025-01-13 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001446 10.0.0.12 - - [2025-01-13 02:17:51] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006271 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/network HTTP/1.1" 200 839 0.007605 10.0.0.12 - - [2025-01-13 02:17:51] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006015 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/network HTTP/1.1" 200 839 0.006761 10.0.0.12 - - [2025-01-13 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.011743 10.0.0.12 - - [2025-01-13 02:17:51] "GET /domains HTTP/1.1" 401 292 0.000718 10.0.0.12 - - [2025-01-13 02:17:51] "GET /domains HTTP/1.1" 200 280 0.038330 10.0.0.12 - - [2025-01-13 02:17:51] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002511 10.0.0.12 - - [2025-01-13 02:17:51] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2584 0.017547 10.0.0.12 - - [2025-01-13 02:17:51] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001376 10.0.0.12 - - [2025-01-13 02:17:52] "GET /project/0d196370-2b10-4811-8463-1d8134037030 HTTP/1.1" 200 2166 0.082669 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d HTTP/1.1" 200 2343 0.011045 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d HTTP/1.1" 200 2343 0.008883 10.0.0.12 - - [2025-01-13 02:17:52] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 200 1494 0.006604 10.0.0.12 - - [2025-01-13 02:17:52] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 200 1494 0.005078 10.0.0.12 - - [2025-01-13 02:17:52] "GET /route-target/442a45c0-e03e-4003-8740-a33628102269 HTTP/1.1" 200 1218 0.005858 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d HTTP/1.1" 200 2343 0.005620 10.0.0.12 - - [2025-01-13 02:17:52] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 200 1494 0.005654 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008682 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d HTTP/1.1" 200 2343 0.008685 10.0.0.12 - - [2025-01-13 02:17:52] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 200 1494 0.005697 10.0.0.12 - - [2025-01-13 02:17:52] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 200 1494 0.005932 10.0.0.12 - - [2025-01-13 02:17:52] "GET /route-target/442a45c0-e03e-4003-8740-a33628102269 HTTP/1.1" 200 1218 0.004848 10.0.0.12 - - [2025-01-13 02:17:52] "GET /domains HTTP/1.1" 200 280 0.004698 10.0.0.12 - - [2025-01-13 02:17:52] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001824 10.0.0.12 - - [2025-01-13 02:17:52] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2584 0.011791 10.0.0.12 - - [2025-01-13 02:17:52] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001856 10.0.0.12 - - [2025-01-13 02:17:52] "GET /project/0d196370-2b10-4811-8463-1d8134037030 HTTP/1.1" 200 2166 0.075122 10.0.0.12 - - [2025-01-13 02:17:52] "GET /virtual-network/8e928903-0a5c-453a-a4a4-ee4e8039fd1d HTTP/1.1" 200 2343 0.006984 10.0.0.12 - - [2025-01-13 02:17:52] "GET /obj-perms HTTP/1.1" 200 5052 0.050507 10.0.0.12 - - [2025-01-13 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001999 10.0.0.12 - - [2025-01-13 02:17:54] "POST /neutron/network HTTP/1.1" 200 849 0.008401 10.0.0.12 - - [2025-01-13 02:17:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000555 10.0.0.12 - - [2025-01-13 02:17:54] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.12 - - [2025-01-13 02:17:54] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.12 - - [2025-01-13 02:17:55] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001511 10.0.0.12 - - [2025-01-13 02:17:55] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.062005 10.0.0.12 - - [2025-01-13 02:17:56] "POST /neutron/network HTTP/1.1" 200 839 0.031739 10.0.0.12 - - [2025-01-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.006082 10.0.0.12 - - [2025-01-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.006046 10.0.0.12 - - [2025-01-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.013927 10.0.0.12 - - [2025-01-13 02:17:57] "POST /neutron/network HTTP/1.1" 200 849 0.009257 10.0.0.12 - - [2025-01-13 02:17:57] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001581 10.0.0.12 - - [2025-01-13 02:17:57] "POST /neutron/port HTTP/1.1" 200 1071 0.319343 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/port HTTP/1.1" 200 1071 0.036350 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/port HTTP/1.1" 200 1071 0.010254 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/port HTTP/1.1" 200 1125 0.103699 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/port HTTP/1.1" 200 1099 0.017783 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.010858 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.12 - - [2025-01-13 02:17:58] "POST /neutron/network HTTP/1.1" 200 839 0.007085 10.0.0.12 - - [2025-01-13 02:18:01] "POST /neutron/port HTTP/1.1" 200 1099 0.018574 10.0.0.12 - - [2025-01-13 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007851 10.0.0.12 - - [2025-01-13 02:18:06] "POST /neutron/port HTTP/1.1" 200 1099 0.016897 10.0.0.12 - - [2025-01-13 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008106 10.0.0.12 - - [2025-01-13 02:18:06] "GET /obj-perms HTTP/1.1" 200 5052 0.003778 10.0.0.12 - - [2025-01-13 02:18:07] "GET /obj-perms HTTP/1.1" 200 5052 0.004694 10.0.0.12 - - [2025-01-13 02:18:08] "GET /obj-perms HTTP/1.1" 200 5052 0.004657 10.0.0.12 - - [2025-01-13 02:18:09] "GET /obj-perms HTTP/1.1" 200 5052 0.004188 10.0.0.12 - - [2025-01-13 02:18:10] "GET /obj-perms HTTP/1.1" 200 5052 0.007114 10.0.0.12 - - [2025-01-13 02:18:11] "POST /neutron/network HTTP/1.1" 200 839 0.009692 10.0.0.12 - - [2025-01-13 02:18:12] "POST /neutron/network HTTP/1.1" 400 204 0.023101 10.0.0.12 - - [2025-01-13 02:18:12] "POST /neutron/port HTTP/1.1" 200 1099 0.022164 10.0.0.12 - - [2025-01-13 02:18:12] "POST /neutron/port HTTP/1.1" 200 1125 0.015039 10.0.0.12 - - [2025-01-13 02:18:12] "POST /neutron/port HTTP/1.1" 200 151 0.153801 10.0.0.12 - - [2025-01-13 02:18:14] "POST /neutron/network HTTP/1.1" 200 839 0.008367 10.0.0.12 - - [2025-01-13 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.12 - - [2025-01-13 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014532 10.0.0.12 - - [2025-01-13 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004127 10.0.0.12 - - [2025-01-13 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.158725 10.0.0.12 - - [2025-01-13 02:18:14] "GET /routing-instance/54bbadf7-690f-46e8-a0f7-f3be182f5cab HTTP/1.1" 404 171 0.003737 10.0.0.12 - - [2025-01-13 02:18:14] "GET /domains HTTP/1.1" 200 280 0.003076 10.0.0.12 - - [2025-01-13 02:18:14] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001915 10.0.0.12 - - [2025-01-13 02:18:14] "DELETE /route-target/442a45c0-e03e-4003-8740-a33628102269 HTTP/1.1" 200 115 0.050264 10.0.0.12 - - [2025-01-13 02:18:14] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2584 0.054439 10.0.0.12 - - [2025-01-13 02:18:14] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002252 10.0.0.12 - - [2025-01-13 02:18:14] "GET /project/0d196370-2b10-4811-8463-1d8134037030 HTTP/1.1" 200 1916 0.083534 10.0.0.12 - - [2025-01-13 02:18:14] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002159 10.0.0.12 - - [2025-01-13 02:18:14] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064522 10.0.0.12 - - [2025-01-13 02:18:14] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001836 10.0.0.12 - - [2025-01-13 02:18:14] "GET /project/0d196370-2b10-4811-8463-1d8134037030?fields=virtual_networks HTTP/1.1" 200 1052 0.068973 10.0.0.12 - - [2025-01-13 02:18:14] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001986 10.0.0.12 - - [2025-01-13 02:18:14] "GET /project/0d196370-2b10-4811-8463-1d8134037030?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.043759 10.0.0.12 - - [2025-01-13 02:18:14] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.12 - - [2025-01-13 02:18:14] "GET /project/0d196370-2b10-4811-8463-1d8134037030?fields=security_groups HTTP/1.1" 200 1289 0.039371 10.0.0.12 - - [2025-01-13 02:18:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.027092 10.0.0.12 - - [2025-01-13 02:18:15] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.12 - - [2025-01-13 02:18:16] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.12 - - [2025-01-13 02:18:16] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009840 10.0.0.12 - - [2025-01-13 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.001529 10.0.0.12 - - [2025-01-13 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.004806 10.0.0.12 - - [2025-01-13 02:18:16] "POST /security-groups HTTP/1.1" 200 603 0.072411 10.0.0.12 - - [2025-01-13 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 246 0.007052 10.0.0.12 - - [2025-01-13 02:18:16] "POST /projects HTTP/1.1" 200 609 0.271286 10.0.0.12 - - [2025-01-13 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.345876 10.0.0.12 - - [2025-01-13 02:18:16] "POST /access-control-lists HTTP/1.1" 200 608 0.077872 10.0.0.12 - - [2025-01-13 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.003464 10.0.0.12 - - [2025-01-13 02:18:16] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.511990 10.0.0.12 - - [2025-01-13 02:18:16] "POST /access-control-lists HTTP/1.1" 200 606 0.071514 10.0.0.12 - - [2025-01-13 02:18:17] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.12 - - [2025-01-13 02:18:18] "GET /projects?obj_uuids=c67d091a-6618-4ded-81de-6e14f0cd4b6a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002018 10.0.0.12 - - [2025-01-13 02:18:18] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.046009 10.0.0.12 - - [2025-01-13 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.12 - - [2025-01-13 02:18:19] "GET /security-group/10b9fb2b-4962-4735-80d8-425a9b71e547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.006684 10.0.0.12 - - [2025-01-13 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.12 - - [2025-01-13 02:18:19] "GET /projects?obj_uuids=c67d091a-6618-4ded-81de-6e14f0cd4b6a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002033 10.0.0.12 - - [2025-01-13 02:18:19] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.043297 10.0.0.12 - - [2025-01-13 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.12 - - [2025-01-13 02:18:19] "GET /security-group/10b9fb2b-4962-4735-80d8-425a9b71e547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007738 10.0.0.12 - - [2025-01-13 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.12 - - [2025-01-13 02:18:19] "PUT /security-group/10b9fb2b-4962-4735-80d8-425a9b71e547 HTTP/1.1" 200 262 0.026234 10.0.0.12 - - [2025-01-13 02:18:19] "PUT /access-control-list/055beddb-10d7-45b5-85c3-39b46594fb39 HTTP/1.1" 200 272 0.011774 10.0.0.12 - - [2025-01-13 02:18:19] "PUT /access-control-list/d61c5d43-0865-4974-a9bf-7bd50b0e8f51 HTTP/1.1" 200 272 0.029995 10.0.0.12 - - [2025-01-13 02:18:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.12 - - [2025-01-13 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.072992 10.0.0.12 - - [2025-01-13 02:18:20] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002846 10.0.0.12 - - [2025-01-13 02:18:20] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047251 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/network HTTP/1.1" 200 117 0.034570 10.0.0.12 - - [2025-01-13 02:18:20] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/network HTTP/1.1" 200 619 0.080016 10.0.0.12 - - [2025-01-13 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.012537 10.0.0.12 - - [2025-01-13 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.016613 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /project/c67d091a66184ded81de6e14f0cd4b6a HTTP/1.1" 404 173 0.010814 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /project/0d1963702b10481184631d8134037030 HTTP/1.1" 404 173 0.010414 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /project/79c526e34ae04df890fd253936a89562 HTTP/1.1" 404 173 0.015655 10.0.0.12 - - [2025-01-13 02:18:20] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001927 10.0.0.12 - - [2025-01-13 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005058 10.0.0.12 - - [2025-01-13 02:18:20] "GET /project/0d196370-2b10-4811-8463-1d8134037030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.066027 10.0.0.12 - - [2025-01-13 02:18:20] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.290633 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/network HTTP/1.1" 200 837 0.007025 10.0.0.12 - - [2025-01-13 02:18:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001748 10.0.0.12 - - [2025-01-13 02:18:20] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008617 10.0.0.12 - - [2025-01-13 02:18:20] "GET /project/0d196370-2b10-4811-8463-1d8134037030?fields=security_groups HTTP/1.1" 200 1394 0.072458 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/network HTTP/1.1" 200 837 0.007154 10.0.0.12 - - [2025-01-13 02:18:20] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008175 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /security-group/0fb45f1b-854a-4f83-a735-43e3995d02fa HTTP/1.1" 200 115 0.044014 10.0.0.12 - - [2025-01-13 02:18:20] "GET /projects?obj_uuids=0d196370-2b10-4811-8463-1d8134037030&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001429 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/network HTTP/1.1" 200 837 0.005724 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /access-control-list/7b816e85-5d17-4cbf-9037-40adbdc02653 HTTP/1.1" 200 115 0.043386 10.0.0.12 - - [2025-01-13 02:18:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.021976 10.0.0.12 - - [2025-01-13 02:18:20] "GET /domains HTTP/1.1" 401 292 0.001154 10.0.0.12 - - [2025-01-13 02:18:20] "GET /project/0d196370-2b10-4811-8463-1d8134037030?fields=application_policy_sets HTTP/1.1" 200 1433 0.075876 10.0.0.12 - - [2025-01-13 02:18:20] "DELETE /access-control-list/79dd24c1-12e5-4f71-a6f0-d2306e6ef5e8 HTTP/1.1" 200 115 0.043521 10.0.0.12 - - [2025-01-13 02:18:21] "DELETE /project/0d196370-2b10-4811-8463-1d8134037030 HTTP/1.1" 200 115 0.453316 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domains HTTP/1.1" 200 280 0.032428 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.010001 10.0.0.12 - - [2025-01-13 02:18:21] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001919 10.0.0.12 - - [2025-01-13 02:18:21] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 2174 0.119706 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2336 0.008391 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2336 0.009351 10.0.0.12 - - [2025-01-13 02:18:21] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 200 1492 0.005203 10.0.0.12 - - [2025-01-13 02:18:21] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 200 1492 0.004491 10.0.0.12 - - [2025-01-13 02:18:21] "GET /route-target/7aa9da58-2c98-4072-bcd6-7da688e8a4bf HTTP/1.1" 200 1218 0.004470 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2336 0.006280 10.0.0.12 - - [2025-01-13 02:18:21] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 200 1492 0.004807 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006428 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2336 0.006667 10.0.0.12 - - [2025-01-13 02:18:21] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 200 1492 0.004433 10.0.0.12 - - [2025-01-13 02:18:21] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 200 1492 0.004357 10.0.0.12 - - [2025-01-13 02:18:21] "GET /route-target/7aa9da58-2c98-4072-bcd6-7da688e8a4bf HTTP/1.1" 200 1218 0.004305 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domains HTTP/1.1" 200 280 0.003616 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.12 - - [2025-01-13 02:18:21] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.008762 10.0.0.12 - - [2025-01-13 02:18:21] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002131 10.0.0.12 - - [2025-01-13 02:18:21] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 2174 0.075429 10.0.0.12 - - [2025-01-13 02:18:21] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2336 0.006223 10.0.0.12 - - [2025-01-13 02:18:22] "GET /obj-perms HTTP/1.1" 200 5054 0.060830 10.0.0.12 - - [2025-01-13 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.12 - - [2025-01-13 02:18:22] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.12 - - [2025-01-13 02:18:22] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040137 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/network HTTP/1.1" 200 117 0.020295 10.0.0.12 - - [2025-01-13 02:18:22] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001489 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/network HTTP/1.1" 200 619 0.103870 10.0.0.12 - - [2025-01-13 02:18:22] "POST /route-targets HTTP/1.1" 200 327 0.014402 10.0.0.12 - - [2025-01-13 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.017845 10.0.0.12 - - [2025-01-13 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004944 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.176491 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/network HTTP/1.1" 200 839 0.008181 10.0.0.12 - - [2025-01-13 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.002016 10.0.0.12 - - [2025-01-13 02:18:22] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006839 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/network HTTP/1.1" 200 839 0.007298 10.0.0.12 - - [2025-01-13 02:18:22] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006140 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/network HTTP/1.1" 200 839 0.007149 10.0.0.12 - - [2025-01-13 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.011350 10.0.0.12 - - [2025-01-13 02:18:22] "GET /domains HTTP/1.1" 200 280 0.004125 10.0.0.12 - - [2025-01-13 02:18:22] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002022 10.0.0.12 - - [2025-01-13 02:18:22] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.011835 10.0.0.12 - - [2025-01-13 02:18:22] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001842 10.0.0.12 - - [2025-01-13 02:18:22] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 2402 0.076998 10.0.0.12 - - [2025-01-13 02:18:22] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580 HTTP/1.1" 200 2344 0.008220 10.0.0.12 - - [2025-01-13 02:18:22] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580 HTTP/1.1" 200 2344 0.006890 10.0.0.12 - - [2025-01-13 02:18:22] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 200 1492 0.005100 10.0.0.12 - - [2025-01-13 02:18:23] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 200 1492 0.004556 10.0.0.12 - - [2025-01-13 02:18:23] "GET /route-target/0f50d355-3a7f-4158-9b9c-1229beee7d39 HTTP/1.1" 200 1218 0.004071 10.0.0.12 - - [2025-01-13 02:18:23] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580 HTTP/1.1" 200 2344 0.006098 10.0.0.12 - - [2025-01-13 02:18:23] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 200 1492 0.005058 10.0.0.12 - - [2025-01-13 02:18:23] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007877 10.0.0.12 - - [2025-01-13 02:18:23] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580 HTTP/1.1" 200 2344 0.007952 10.0.0.12 - - [2025-01-13 02:18:23] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 200 1492 0.006005 10.0.0.12 - - [2025-01-13 02:18:23] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 200 1492 0.004978 10.0.0.12 - - [2025-01-13 02:18:23] "GET /route-target/0f50d355-3a7f-4158-9b9c-1229beee7d39 HTTP/1.1" 200 1218 0.004756 10.0.0.12 - - [2025-01-13 02:18:23] "GET /domains HTTP/1.1" 200 280 0.003242 10.0.0.12 - - [2025-01-13 02:18:23] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001501 10.0.0.12 - - [2025-01-13 02:18:23] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.009695 10.0.0.12 - - [2025-01-13 02:18:23] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.12 - - [2025-01-13 02:18:23] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 2402 0.084907 10.0.0.12 - - [2025-01-13 02:18:23] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580 HTTP/1.1" 200 2344 0.005981 10.0.0.12 - - [2025-01-13 02:18:23] "GET /obj-perms HTTP/1.1" 200 5054 0.004220 10.0.0.12 - - [2025-01-13 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001553 10.0.0.12 - - [2025-01-13 02:18:23] "POST /neutron/network HTTP/1.1" 200 849 0.007790 10.0.0.12 - - [2025-01-13 02:18:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000546 10.0.0.12 - - [2025-01-13 02:18:23] "GET / HTTP/1.1" 200 35931 0.002174 10.0.0.12 - - [2025-01-13 02:18:23] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.12 - - [2025-01-13 02:18:24] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001376 10.0.0.12 - - [2025-01-13 02:18:24] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071704 10.0.0.12 - - [2025-01-13 02:18:24] "POST /neutron/network HTTP/1.1" 200 839 0.007243 10.0.0.12 - - [2025-01-13 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006396 10.0.0.12 - - [2025-01-13 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006383 10.0.0.12 - - [2025-01-13 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001860 10.0.0.12 - - [2025-01-13 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006731 10.0.0.12 - - [2025-01-13 02:18:24] "POST /neutron/network HTTP/1.1" 200 847 0.008009 10.0.0.12 - - [2025-01-13 02:18:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000760 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/network HTTP/1.1" 200 849 0.009645 10.0.0.12 - - [2025-01-13 02:18:25] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001768 10.0.0.12 - - [2025-01-13 02:18:25] "GET / HTTP/1.1" 200 35931 0.002638 10.0.0.12 - - [2025-01-13 02:18:25] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 1073 0.326241 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 1073 0.014049 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 1073 0.012596 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 1127 0.111881 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 1101 0.029275 10.0.0.12 - - [2025-01-13 02:18:25] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006481 10.0.0.12 - - [2025-01-13 02:18:25] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.086221 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.030731 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/network HTTP/1.1" 200 837 0.007892 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001589 10.0.0.12 - - [2025-01-13 02:18:25] "POST /neutron/network HTTP/1.1" 200 839 0.009767 10.0.0.12 - - [2025-01-13 02:18:26] "POST /neutron/port HTTP/1.1" 200 1101 0.030578 10.0.0.12 - - [2025-01-13 02:18:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015137 10.0.0.12 - - [2025-01-13 02:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.010786 10.0.0.12 - - [2025-01-13 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008996 10.0.0.12 - - [2025-01-13 02:18:26] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002337 10.0.0.12 - - [2025-01-13 02:18:26] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061192 10.0.0.12 - - [2025-01-13 02:18:26] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009324 10.0.0.12 - - [2025-01-13 02:18:26] "GET /floating-ip-pools?parent_id=236f8edf-0555-47e6-819f-357bf4e96c27&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005151 10.0.0.12 - - [2025-01-13 02:18:26] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009938 10.0.0.12 - - [2025-01-13 02:18:26] "POST /floating-ip-pools HTTP/1.1" 200 609 0.035642 10.0.0.12 - - [2025-01-13 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.016748 10.0.0.12 - - [2025-01-13 02:18:26] "POST /neutron/network HTTP/1.1" 200 847 0.008814 10.0.0.12 - - [2025-01-13 02:18:26] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.013459 10.0.0.12 - - [2025-01-13 02:18:26] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.12 - - [2025-01-13 02:18:26] "GET /obj-perms HTTP/1.1" 200 5056 0.080012 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domains HTTP/1.1" 200 280 0.005146 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.015310 10.0.0.12 - - [2025-01-13 02:18:26] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001801 10.0.0.12 - - [2025-01-13 02:18:26] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 3244 0.179759 10.0.0.12 - - [2025-01-13 02:18:26] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 2927 0.020246 10.0.0.12 - - [2025-01-13 02:18:26] "GET /floating-ip-pool/a8a487b3-1c15-4b15-a964-59d49897b039 HTTP/1.1" 200 1442 0.009181 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domains HTTP/1.1" 200 280 0.006880 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002210 10.0.0.12 - - [2025-01-13 02:18:26] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.019483 10.0.0.12 - - [2025-01-13 02:18:27] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003165 10.0.0.12 - - [2025-01-13 02:18:27] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 3244 0.201525 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27 HTTP/1.1" 200 3148 0.029430 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1071 0.594287 10.0.0.12 - - [2025-01-13 02:18:27] "GET /obj-perms HTTP/1.1" 200 5056 0.121009 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007902 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1071 0.017461 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1071 0.034110 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1101 0.037550 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010384 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1125 0.134088 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1101 0.041582 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007804 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1099 0.020116 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004474 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.015150 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.001924 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/port HTTP/1.1" 200 1101 0.029408 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/network HTTP/1.1" 200 837 0.008418 10.0.0.12 - - [2025-01-13 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011350 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-machine/73f4d845-baed-4629-8548-db79311af6a8 HTTP/1.1" 200 1303 0.007309 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-machine-interface/483c210c-35d3-41ae-b92c-1f207233a652 HTTP/1.1" 200 3004 0.006970 10.0.0.12 - - [2025-01-13 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.12 - - [2025-01-13 02:18:27] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006202 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-networks?parent_id=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004829 10.0.0.12 - - [2025-01-13 02:18:27] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008249 10.0.0.12 - - [2025-01-13 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.12 - - [2025-01-13 02:18:30] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006372 10.0.0.12 - - [2025-01-13 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.12 - - [2025-01-13 02:18:35] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006347 10.0.0.12 - - [2025-01-13 02:18:37] "POST /neutron/port HTTP/1.1" 200 1101 0.044485 10.0.0.12 - - [2025-01-13 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007535 10.0.0.12 - - [2025-01-13 02:18:37] "POST /neutron/port HTTP/1.1" 200 1099 0.016984 10.0.0.12 - - [2025-01-13 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013134 10.0.0.12 - - [2025-01-13 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.12 - - [2025-01-13 02:18:39] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005453 10.0.0.12 - - [2025-01-13 02:18:39] "GET /virtual-networks?parent_id=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004778 10.0.0.12 - - [2025-01-13 02:18:39] "GET /virtual-network/ef70934b-1345-4d3e-a3c8-c8eed77ba580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006900 10.0.0.12 - - [2025-01-13 02:18:39] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002833 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.093809 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/port HTTP/1.1" 200 1101 0.016635 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006950 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/floatingip HTTP/1.1" 200 577 0.049233 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/port HTTP/1.1" 200 1099 0.021451 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009996 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/port HTTP/1.1" 200 1099 0.019139 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007998 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/port HTTP/1.1" 200 1099 0.018224 10.0.0.12 - - [2025-01-13 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007021 10.0.0.12 - - [2025-01-13 02:18:39] "GET /virtual-machine/7d0915b3-a38b-419b-84d2-5c72ad3dc9e8 HTTP/1.1" 200 1303 0.006050 10.0.0.12 - - [2025-01-13 02:18:39] "GET /virtual-machine-interface/8ad613d4-9cc4-420e-aaa8-8c1812f8e968 HTTP/1.1" 200 3005 0.005928 10.0.0.12 - - [2025-01-13 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.12 - - [2025-01-13 02:18:39] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003772 10.0.0.12 - - [2025-01-13 02:18:39] "GET /virtual-networks?parent_id=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003322 10.0.0.12 - - [2025-01-13 02:18:40] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006325 10.0.0.12 - - [2025-01-13 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.12 - - [2025-01-13 02:18:41] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004417 10.0.0.12 - - [2025-01-13 02:18:41] "GET /virtual-networks?parent_id=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003557 10.0.0.12 - - [2025-01-13 02:18:41] "GET /virtual-network/236f8edf-0555-47e6-819f-357bf4e96c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006015 10.0.0.12 - - [2025-01-13 02:18:41] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012706 10.0.0.12 - - [2025-01-13 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.12 - - [2025-01-13 02:18:41] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003828 10.0.0.12 - - [2025-01-13 02:18:41] "GET /route-target/7aa9da58-2c98-4072-bcd6-7da688e8a4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004888 10.0.0.12 - - [2025-01-13 02:18:41] "GET /floating-ip/1612da55-e5a3-4621-9909-215728d99087 HTTP/1.1" 200 1889 0.005434 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011719 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 529 0.021502 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006396 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 115 0.043355 10.0.0.12 - - [2025-01-13 02:18:44] "GET /floating-ip-pool/a8a487b3-1c15-4b15-a964-59d49897b039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004458 10.0.0.12 - - [2025-01-13 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.12 - - [2025-01-13 02:18:44] "DELETE /floating-ip-pool/a8a487b3-1c15-4b15-a964-59d49897b039 HTTP/1.1" 200 115 0.031025 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/network HTTP/1.1" 200 839 0.006720 10.0.0.12 - - [2025-01-13 02:18:44] "POST /neutron/network HTTP/1.1" 400 204 0.012672 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 1099 0.016197 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 1125 0.015556 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 1101 0.020459 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 1127 0.012229 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.182583 10.0.0.12 - - [2025-01-13 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.167924 10.0.0.12 - - [2025-01-13 02:18:47] "POST /neutron/network HTTP/1.1" 200 839 0.007760 10.0.0.12 - - [2025-01-13 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004515 10.0.0.12 - - [2025-01-13 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.12 - - [2025-01-13 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004839 10.0.0.12 - - [2025-01-13 02:18:47] "POST /neutron/network HTTP/1.1" 200 151 0.108940 10.0.0.12 - - [2025-01-13 02:18:47] "GET /routing-instance/92c77743-c312-4f1c-bc88-86d27dae2037 HTTP/1.1" 404 171 0.002345 10.0.0.12 - - [2025-01-13 02:18:47] "DELETE /route-target/0f50d355-3a7f-4158-9b9c-1229beee7d39 HTTP/1.1" 200 115 0.022523 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domains HTTP/1.1" 200 280 0.003750 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.052772 10.0.0.12 - - [2025-01-13 02:18:47] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001273 10.0.0.12 - - [2025-01-13 02:18:47] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 2174 0.072327 10.0.0.12 - - [2025-01-13 02:18:47] "POST /neutron/network HTTP/1.1" 200 837 0.007064 10.0.0.12 - - [2025-01-13 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006129 10.0.0.12 - - [2025-01-13 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009640 10.0.0.12 - - [2025-01-13 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003834 10.0.0.12 - - [2025-01-13 02:18:47] "POST /neutron/network HTTP/1.1" 200 151 0.126214 10.0.0.12 - - [2025-01-13 02:18:47] "GET /routing-instance/b8586ace-682c-46b5-b80c-2d5cc0effc47 HTTP/1.1" 404 171 0.004013 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domains HTTP/1.1" 200 280 0.004214 10.0.0.12 - - [2025-01-13 02:18:47] "DELETE /route-target/7aa9da58-2c98-4072-bcd6-7da688e8a4bf HTTP/1.1" 200 115 0.037935 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.12 - - [2025-01-13 02:18:47] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2585 0.052564 10.0.0.12 - - [2025-01-13 02:18:47] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001894 10.0.0.12 - - [2025-01-13 02:18:47] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 1924 0.092648 10.0.0.12 - - [2025-01-13 02:18:47] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001439 10.0.0.12 - - [2025-01-13 02:18:48] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040416 10.0.0.12 - - [2025-01-13 02:18:48] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001545 10.0.0.12 - - [2025-01-13 02:18:48] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?fields=virtual_networks HTTP/1.1" 200 1056 0.032125 10.0.0.12 - - [2025-01-13 02:18:48] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001486 10.0.0.12 - - [2025-01-13 02:18:48] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.047208 10.0.0.12 - - [2025-01-13 02:18:48] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.12 - - [2025-01-13 02:18:48] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?fields=security_groups HTTP/1.1" 200 1294 0.031899 10.0.0.12 - - [2025-01-13 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.034691 10.0.0.12 - - [2025-01-13 02:18:49] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003410 10.0.0.12 - - [2025-01-13 02:18:49] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.12 - - [2025-01-13 02:18:49] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008676 10.0.0.12 - - [2025-01-13 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.001390 10.0.0.12 - - [2025-01-13 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.007521 10.0.0.12 - - [2025-01-13 02:18:49] "POST /security-groups HTTP/1.1" 200 586 0.071248 10.0.0.12 - - [2025-01-13 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.003254 10.0.0.12 - - [2025-01-13 02:18:49] "POST /projects HTTP/1.1" 200 575 0.248141 10.0.0.12 - - [2025-01-13 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.317619 10.0.0.12 - - [2025-01-13 02:18:49] "POST /access-control-lists HTTP/1.1" 200 591 0.068400 10.0.0.12 - - [2025-01-13 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.004977 10.0.0.12 - - [2025-01-13 02:18:49] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.475994 10.0.0.12 - - [2025-01-13 02:18:49] "POST /access-control-lists HTTP/1.1" 200 589 0.077769 10.0.0.12 - - [2025-01-13 02:18:51] "GET / HTTP/1.1" 200 35931 0.002399 10.0.0.12 - - [2025-01-13 02:18:52] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.12 - - [2025-01-13 02:18:52] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030662 10.0.0.12 - - [2025-01-13 02:18:52] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001488 10.0.0.12 - - [2025-01-13 02:18:52] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?fields=virtual_networks HTTP/1.1" 200 1022 0.077601 10.0.0.12 - - [2025-01-13 02:18:52] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001440 10.0.0.12 - - [2025-01-13 02:18:52] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.063978 10.0.0.12 - - [2025-01-13 02:18:52] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001363 10.0.0.12 - - [2025-01-13 02:18:52] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?fields=security_groups HTTP/1.1" 200 1243 0.035704 10.0.0.12 - - [2025-01-13 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.027550 10.0.0.12 - - [2025-01-13 02:18:53] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002823 10.0.0.12 - - [2025-01-13 02:18:53] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.12 - - [2025-01-13 02:18:53] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008011 10.0.0.12 - - [2025-01-13 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.003677 10.0.0.12 - - [2025-01-13 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.003352 10.0.0.12 - - [2025-01-13 02:18:53] "POST /security-groups HTTP/1.1" 200 594 0.071902 10.0.0.12 - - [2025-01-13 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.003377 10.0.0.12 - - [2025-01-13 02:18:53] "POST /projects HTTP/1.1" 200 591 0.248116 10.0.0.12 - - [2025-01-13 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.318450 10.0.0.12 - - [2025-01-13 02:18:53] "POST /access-control-lists HTTP/1.1" 200 599 0.062612 10.0.0.12 - - [2025-01-13 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.004063 10.0.0.12 - - [2025-01-13 02:18:54] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.461452 10.0.0.12 - - [2025-01-13 02:18:54] "POST /access-control-lists HTTP/1.1" 200 597 0.065476 10.0.0.12 - - [2025-01-13 02:18:55] "GET / HTTP/1.1" 200 35931 0.003243 10.0.0.12 - - [2025-01-13 02:18:56] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000525 10.0.0.12 - - [2025-01-13 02:18:56] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.12 - - [2025-01-13 02:18:56] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055347 10.0.0.12 - - [2025-01-13 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.12 - - [2025-01-13 02:18:56] "GET /security-group/34205cdf-83ef-4508-9aca-325e70aed554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006251 10.0.0.12 - - [2025-01-13 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.12 - - [2025-01-13 02:18:56] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002849 10.0.0.12 - - [2025-01-13 02:18:56] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028102 10.0.0.12 - - [2025-01-13 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.12 - - [2025-01-13 02:18:56] "GET /security-group/34205cdf-83ef-4508-9aca-325e70aed554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004251 10.0.0.12 - - [2025-01-13 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.12 - - [2025-01-13 02:18:57] "PUT /security-group/34205cdf-83ef-4508-9aca-325e70aed554 HTTP/1.1" 200 262 0.017608 10.0.0.12 - - [2025-01-13 02:18:57] "PUT /access-control-list/eeaf4d07-df05-41d4-aac2-227ef0255cc9 HTTP/1.1" 200 272 0.009491 10.0.0.12 - - [2025-01-13 02:18:57] "PUT /access-control-list/b93f8529-392f-458e-95ce-6a592aad88ad HTTP/1.1" 200 272 0.009859 10.0.0.12 - - [2025-01-13 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.002854 10.0.0.12 - - [2025-01-13 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.12 - - [2025-01-13 02:18:57] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001881 10.0.0.12 - - [2025-01-13 02:18:57] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032770 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/network HTTP/1.1" 200 117 0.033180 10.0.0.12 - - [2025-01-13 02:18:57] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001661 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/network HTTP/1.1" 200 608 0.089866 10.0.0.12 - - [2025-01-13 02:18:57] "POST /route-targets HTTP/1.1" 200 327 0.013260 10.0.0.12 - - [2025-01-13 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.015209 10.0.0.12 - - [2025-01-13 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006777 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.199372 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/network HTTP/1.1" 200 828 0.006128 10.0.0.12 - - [2025-01-13 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001406 10.0.0.12 - - [2025-01-13 02:18:57] "GET /virtual-network/ae659c25-49fa-405c-9d32-ee9033e1d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005487 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/network HTTP/1.1" 200 828 0.009079 10.0.0.12 - - [2025-01-13 02:18:57] "GET /virtual-network/ae659c25-49fa-405c-9d32-ee9033e1d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005730 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/network HTTP/1.1" 200 828 0.008058 10.0.0.12 - - [2025-01-13 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.010533 10.0.0.12 - - [2025-01-13 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.12 - - [2025-01-13 02:18:57] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001776 10.0.0.12 - - [2025-01-13 02:18:57] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035649 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 117 0.010288 10.0.0.12 - - [2025-01-13 02:18:58] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001227 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 615 0.126832 10.0.0.12 - - [2025-01-13 02:18:58] "POST /route-targets HTTP/1.1" 200 327 0.019588 10.0.0.12 - - [2025-01-13 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.019019 10.0.0.12 - - [2025-01-13 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006414 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.180291 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 834 0.008389 10.0.0.12 - - [2025-01-13 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.002054 10.0.0.12 - - [2025-01-13 02:18:58] "GET /virtual-network/e3ae2ced-c83f-4d15-85c1-e23a705caef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006007 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 834 0.006230 10.0.0.12 - - [2025-01-13 02:18:58] "GET /virtual-network/e3ae2ced-c83f-4d15-85c1-e23a705caef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005683 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 834 0.006991 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.007841 10.0.0.12 - - [2025-01-13 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001333 10.0.0.12 - - [2025-01-13 02:18:58] "POST /neutron/network HTTP/1.1" 200 838 0.006433 10.0.0.12 - - [2025-01-13 02:18:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.12 - - [2025-01-13 02:18:59] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.12 - - [2025-01-13 02:18:59] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.12 - - [2025-01-13 02:18:59] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.12 - - [2025-01-13 02:18:59] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055476 10.0.0.12 - - [2025-01-13 02:18:59] "POST /neutron/network HTTP/1.1" 200 828 0.006234 10.0.0.12 - - [2025-01-13 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006024 10.0.0.12 - - [2025-01-13 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.007545 10.0.0.12 - - [2025-01-13 02:18:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001986 10.0.0.12 - - [2025-01-13 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006197 10.0.0.12 - - [2025-01-13 02:18:59] "POST /neutron/network HTTP/1.1" 200 844 0.006833 10.0.0.12 - - [2025-01-13 02:18:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000603 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/network HTTP/1.1" 200 838 0.007361 10.0.0.12 - - [2025-01-13 02:19:00] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001989 10.0.0.12 - - [2025-01-13 02:19:00] "GET / HTTP/1.1" 200 35931 0.003232 10.0.0.12 - - [2025-01-13 02:19:00] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000675 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 1064 0.293668 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 1064 0.014091 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 1064 0.013541 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 1118 0.112712 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 1092 0.027481 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008672 10.0.0.12 - - [2025-01-13 02:19:00] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.12 - - [2025-01-13 02:19:00] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.081843 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.030662 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/network HTTP/1.1" 200 834 0.008610 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.001935 10.0.0.12 - - [2025-01-13 02:19:00] "POST /neutron/network HTTP/1.1" 200 828 0.006787 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/port HTTP/1.1" 200 1092 0.025540 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010269 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.12 - - [2025-01-13 02:19:01] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002458 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/router HTTP/1.1" 200 585 0.118423 10.0.0.12 - - [2025-01-13 02:19:01] "POST /route-targets HTTP/1.1" 200 327 0.026822 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/router HTTP/1.1" 200 585 0.011671 10.0.0.12 - - [2025-01-13 02:19:01] "PUT /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705 HTTP/1.1" 200 262 0.039257 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/router HTTP/1.1" 200 656 0.036857 10.0.0.12 - - [2025-01-13 02:19:01] "GET /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.015285 10.0.0.12 - - [2025-01-13 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007834 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/router HTTP/1.1" 200 656 0.017465 10.0.0.12 - - [2025-01-13 02:19:01] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002310 10.0.0.12 - - [2025-01-13 02:19:01] "GET /service-template/36d67422-4d7d-4b3f-870c-d66e504d0135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1690 0.005326 10.0.0.12 - - [2025-01-13 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.002767 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/network HTTP/1.1" 200 844 0.017103 10.0.0.12 - - [2025-01-13 02:19:01] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001647 10.0.0.12 - - [2025-01-13 02:19:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005476 10.0.0.12 - - [2025-01-13 02:19:01] "POST /virtual-networks HTTP/1.1" 200 694 0.280693 10.0.0.12 - - [2025-01-13 02:19:01] "POST /neutron/router HTTP/1.1" 200 344 0.469159 10.0.0.12 - - [2025-01-13 02:19:01] "POST /route-targets HTTP/1.1" 200 327 0.065180 10.0.0.12 - - [2025-01-13 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.046720 10.0.0.12 - - [2025-01-13 02:19:01] "POST /service-instances HTTP/1.1" 200 670 0.128891 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1092 0.087250 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010041 10.0.0.12 - - [2025-01-13 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.049849 10.0.0.12 - - [2025-01-13 02:19:02] "POST /route-tables HTTP/1.1" 200 582 0.051866 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.564411 10.0.0.12 - - [2025-01-13 02:19:02] "PUT /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705 HTTP/1.1" 200 262 0.059115 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.025484 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.018611 10.0.0.12 - - [2025-01-13 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.042564 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1117 0.130336 10.0.0.12 - - [2025-01-13 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.12 - - [2025-01-13 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 1091 0.020326 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005379 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.019184 10.0.0.12 - - [2025-01-13 02:19:02] "POST /virtual-machines HTTP/1.1" 200 553 0.019809 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.12 - - [2025-01-13 02:19:02] "POST /neutron/network HTTP/1.1" 200 834 0.007543 10.0.0.12 - - [2025-01-13 02:19:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.129826 10.0.0.12 - - [2025-01-13 02:19:02] "POST /chown HTTP/1.1" 200 109 0.009053 10.0.0.12 - - [2025-01-13 02:19:02] "POST /instance-ips HTTP/1.1" 200 551 0.024200 10.0.0.12 - - [2025-01-13 02:19:02] "POST /instance-ips HTTP/1.1" 400 246 0.019460 10.0.0.12 - - [2025-01-13 02:19:02] "POST /chown HTTP/1.1" 200 109 0.010351 10.0.0.12 - - [2025-01-13 02:19:02] "PUT /virtual-machine-interface/d6929f1d-2491-4791-b29a-b91aa52b4b7f HTTP/1.1" 200 284 0.017154 10.0.0.12 - - [2025-01-13 02:19:03] "PUT /instance-ip/e2c9220d-8a9b-4969-9854-ec290ad812cd HTTP/1.1" 200 256 0.017264 10.0.0.12 - - [2025-01-13 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.012877 10.0.0.12 - - [2025-01-13 02:19:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.109283 10.0.0.12 - - [2025-01-13 02:19:03] "POST /chown HTTP/1.1" 200 109 0.009488 10.0.0.12 - - [2025-01-13 02:19:03] "POST /instance-ips HTTP/1.1" 200 549 0.052677 10.0.0.12 - - [2025-01-13 02:19:03] "POST /instance-ips HTTP/1.1" 400 316 0.039508 10.0.0.12 - - [2025-01-13 02:19:03] "POST /chown HTTP/1.1" 200 109 0.010406 10.0.0.12 - - [2025-01-13 02:19:03] "PUT /virtual-machine-interface/626955b8-7147-4381-9579-7c70f1bc7807 HTTP/1.1" 200 284 0.013796 10.0.0.12 - - [2025-01-13 02:19:03] "PUT /instance-ip/1dabb6f5-5580-44c9-bfbe-ba3b8dee9005 HTTP/1.1" 200 256 0.020515 10.0.0.12 - - [2025-01-13 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.015184 10.0.0.12 - - [2025-01-13 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.013379 10.0.0.12 - - [2025-01-13 02:19:03] "PUT /routing-instance/acc8a112-d4d5-4535-8748-66b100118c6c HTTP/1.1" 200 266 0.026660 10.0.0.12 - - [2025-01-13 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.011617 10.0.0.12 - - [2025-01-13 02:19:03] "POST /virtual-machines HTTP/1.1" 200 553 0.015918 10.0.0.12 - - [2025-01-13 02:19:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.114985 10.0.0.12 - - [2025-01-13 02:19:04] "POST /chown HTTP/1.1" 200 109 0.009339 10.0.0.12 - - [2025-01-13 02:19:04] "POST /instance-ips HTTP/1.1" 400 246 0.017526 10.0.0.12 - - [2025-01-13 02:19:04] "POST /chown HTTP/1.1" 200 109 0.009312 10.0.0.12 - - [2025-01-13 02:19:04] "PUT /virtual-machine-interface/6b3c2b34-366e-4c57-bb98-b938e1e1fdde HTTP/1.1" 200 284 0.012272 10.0.0.12 - - [2025-01-13 02:19:04] "PUT /instance-ip/e2c9220d-8a9b-4969-9854-ec290ad812cd HTTP/1.1" 200 256 0.016577 10.0.0.12 - - [2025-01-13 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.012374 10.0.0.12 - - [2025-01-13 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.016937 10.0.0.12 - - [2025-01-13 02:19:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.121009 10.0.0.12 - - [2025-01-13 02:19:04] "POST /chown HTTP/1.1" 200 109 0.009892 10.0.0.12 - - [2025-01-13 02:19:04] "POST /instance-ips HTTP/1.1" 400 316 0.016583 10.0.0.12 - - [2025-01-13 02:19:04] "POST /chown HTTP/1.1" 200 109 0.009950 10.0.0.12 - - [2025-01-13 02:19:04] "PUT /virtual-machine-interface/f395fd27-4649-46d3-b4eb-2fa3f7e13002 HTTP/1.1" 200 284 0.015935 10.0.0.12 - - [2025-01-13 02:19:04] "PUT /instance-ip/1dabb6f5-5580-44c9-bfbe-ba3b8dee9005 HTTP/1.1" 200 256 0.022149 10.0.0.12 - - [2025-01-13 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.021698 10.0.0.12 - - [2025-01-13 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.017123 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/port HTTP/1.1" 200 1092 0.018607 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007381 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/port HTTP/1.1" 200 1092 0.015818 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006715 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/port HTTP/1.1" 200 1092 0.016182 10.0.0.12 - - [2025-01-13 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007796 10.0.0.12 - - [2025-01-13 02:19:07] "GET /virtual-machine/4c265adb-1ca6-48a3-b56b-409205325cbd HTTP/1.1" 401 292 0.000772 10.0.0.12 - - [2025-01-13 02:19:07] "GET /virtual-machine/4c265adb-1ca6-48a3-b56b-409205325cbd HTTP/1.1" 200 1295 0.033511 10.0.0.12 - - [2025-01-13 02:19:07] "GET /virtual-machine-interface/8960aa4e-6ebe-47b3-871e-441056a25be1 HTTP/1.1" 200 2955 0.006075 10.0.0.12 - - [2025-01-13 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.12 - - [2025-01-13 02:19:07] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004210 10.0.0.12 - - [2025-01-13 02:19:07] "GET /virtual-networks?parent_id=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003194 10.0.0.12 - - [2025-01-13 02:19:07] "GET /virtual-network/ae659c25-49fa-405c-9d32-ee9033e1d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006012 10.0.0.12 - - [2025-01-13 02:19:10] "POST /neutron/port HTTP/1.1" 200 1092 0.023644 10.0.0.12 - - [2025-01-13 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006875 10.0.0.12 - - [2025-01-13 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.12 - - [2025-01-13 02:19:11] "GET /virtual-network/ae659c25-49fa-405c-9d32-ee9033e1d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006146 10.0.0.12 - - [2025-01-13 02:19:12] "POST /neutron/port HTTP/1.1" 200 1091 0.020050 10.0.0.12 - - [2025-01-13 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008685 10.0.0.12 - - [2025-01-13 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.12 - - [2025-01-13 02:19:13] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004505 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-networks?parent_id=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005580 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-network/ae659c25-49fa-405c-9d32-ee9033e1d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006569 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/port HTTP/1.1" 200 1091 0.020340 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008363 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/port HTTP/1.1" 200 1091 0.023611 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009830 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/port HTTP/1.1" 200 1091 0.020674 10.0.0.12 - - [2025-01-13 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009148 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-machine/263ae3e9-6ad4-4992-841c-b5d75164ebd0 HTTP/1.1" 200 1294 0.006618 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-machine-interface/d185a6fe-d01c-4e20-90e7-893c25787c3d HTTP/1.1" 200 2969 0.006820 10.0.0.12 - - [2025-01-13 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.12 - - [2025-01-13 02:19:13] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004460 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-networks?parent_id=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004514 10.0.0.12 - - [2025-01-13 02:19:13] "GET /virtual-network/e3ae2ced-c83f-4d15-85c1-e23a705caef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006986 10.0.0.12 - - [2025-01-13 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.12 - - [2025-01-13 02:19:15] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004726 10.0.0.12 - - [2025-01-13 02:19:15] "GET /virtual-networks?parent_id=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003992 10.0.0.12 - - [2025-01-13 02:19:15] "GET /virtual-network/e3ae2ced-c83f-4d15-85c1-e23a705caef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007562 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/router HTTP/1.1" 200 656 0.005878 10.0.0.12 - - [2025-01-13 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.017744 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/router HTTP/1.1" 200 344 0.159654 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/router HTTP/1.1" 200 656 0.006572 10.0.0.12 - - [2025-01-13 02:19:19] "GET /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.010358 10.0.0.12 - - [2025-01-13 02:19:19] "GET /service-instance/9a8ab695-3ce4-4c2e-9749-6ae89539b85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.005378 10.0.0.12 - - [2025-01-13 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006172 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/router HTTP/1.1" 200 151 0.112189 10.0.0.12 - - [2025-01-13 02:19:19] "PUT /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705 HTTP/1.1" 404 171 0.005707 10.0.0.12 - - [2025-01-13 02:19:19] "DELETE /route-target/3409e228-7d90-4f51-bce4-1fed1c478a31 HTTP/1.1" 409 239 0.010552 10.0.0.12 - - [2025-01-13 02:19:19] "DELETE /route-table/19b5b44d-7141-4beb-bfad-af8fbcd0bf76 HTTP/1.1" 200 115 0.050939 10.0.0.12 - - [2025-01-13 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.032354 10.0.0.12 - - [2025-01-13 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006632 10.0.0.12 - - [2025-01-13 02:19:19] "GET /virtual-network/9b711632-17c2-4037-8993-378bb7bcb6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008852 10.0.0.12 - - [2025-01-13 02:19:19] "PUT /routing-instance/acc8a112-d4d5-4535-8748-66b100118c6c HTTP/1.1" 200 266 0.025107 10.0.0.12 - - [2025-01-13 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.013442 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/network HTTP/1.1" 200 834 0.009005 10.0.0.12 - - [2025-01-13 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.015359 10.0.0.12 - - [2025-01-13 02:19:19] "POST /neutron/network HTTP/1.1" 400 204 0.070279 10.0.0.12 - - [2025-01-13 02:19:19] "DELETE /instance-ip/1dabb6f5-5580-44c9-bfbe-ba3b8dee9005 HTTP/1.1" 200 115 0.059901 10.0.0.12 - - [2025-01-13 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.011446 10.0.0.12 - - [2025-01-13 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007224 10.0.0.12 - - [2025-01-13 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003976 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /virtual-network/9b711632-17c2-4037-8993-378bb7bcb6a7 HTTP/1.1" 200 115 0.184898 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /route-target/2c18cd59-6519-4dae-9932-80e219c4f2ff HTTP/1.1" 200 115 0.026056 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /service-instance/9a8ab695-3ce4-4c2e-9749-6ae89539b85e HTTP/1.1" 200 115 0.044499 10.0.0.12 - - [2025-01-13 02:19:20] "GET /logical-router/116f94f1-b7fc-4e03-92bb-d0f0f38c6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002759 10.0.0.12 - - [2025-01-13 02:19:20] "GET /service-instance/9a8ab695-3ce4-4c2e-9749-6ae89539b85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003032 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 1091 0.021553 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 1117 0.017811 10.0.0.12 - - [2025-01-13 02:19:20] "GET /virtual-machine-interface/f395fd27-4649-46d3-b4eb-2fa3f7e13002?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.011204 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /virtual-machine-interface/f395fd27-4649-46d3-b4eb-2fa3f7e13002 HTTP/1.1" 200 115 0.081745 10.0.0.12 - - [2025-01-13 02:19:20] "GET /virtual-machine-interface/6b3c2b34-366e-4c57-bb98-b938e1e1fdde?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.008607 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 1092 0.059428 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 1118 0.015243 10.0.0.12 - - [2025-01-13 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.038800 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.213037 10.0.0.12 - - [2025-01-13 02:19:20] "GET /instance-ip/e2c9220d-8a9b-4969-9854-ec290ad812cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006912 10.0.0.12 - - [2025-01-13 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.167624 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /virtual-machine-interface/6b3c2b34-366e-4c57-bb98-b938e1e1fdde HTTP/1.1" 200 115 0.075725 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /virtual-machine/3e99e80d-9b7b-41b7-91d2-a9f38ceea7b1 HTTP/1.1" 200 115 0.040051 10.0.0.12 - - [2025-01-13 02:19:20] "GET /virtual-machine-interface/d6929f1d-2491-4791-b29a-b91aa52b4b7f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.008907 10.0.0.12 - - [2025-01-13 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.017908 10.0.0.12 - - [2025-01-13 02:19:20] "GET /instance-ip/e2c9220d-8a9b-4969-9854-ec290ad812cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006254 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /instance-ip/e2c9220d-8a9b-4969-9854-ec290ad812cd HTTP/1.1" 200 115 0.048315 10.0.0.12 - - [2025-01-13 02:19:20] "DELETE /virtual-machine-interface/d6929f1d-2491-4791-b29a-b91aa52b4b7f HTTP/1.1" 200 115 0.050655 10.0.0.12 - - [2025-01-13 02:19:20] "GET /virtual-machine-interface/626955b8-7147-4381-9579-7c70f1bc7807?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.007179 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /virtual-machine-interface/626955b8-7147-4381-9579-7c70f1bc7807 HTTP/1.1" 200 115 0.036568 10.0.0.12 - - [2025-01-13 02:19:21] "POST /ref-update HTTP/1.1" 200 156 0.013335 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /project/1a84c33542014763a1ca054c9c82afc6 HTTP/1.1" 404 173 0.013411 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /project/5b951eee4070418e8285d6e137078b8e HTTP/1.1" 404 173 0.012933 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.063107 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.072695 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /virtual-machine/1db2df65-45bb-454d-84d5-a81ccda14c16 HTTP/1.1" 200 115 0.081250 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003134 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002148 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?fields=security_groups HTTP/1.1" 200 1399 0.065610 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?fields=security_groups HTTP/1.1" 200 1348 0.069985 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /security-group/ec288b49-c3ac-4478-b3c5-c255789b37a6 HTTP/1.1" 200 115 0.063977 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=79c526e3-4ae0-4df8-90fd-253936a89562&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001600 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /security-group/736e3d47-1634-45be-9e09-0ee633d3a94d HTTP/1.1" 200 115 0.075820 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /access-control-list/75945e9f-f258-4182-801a-813a46ba91e4 HTTP/1.1" 200 115 0.060039 10.0.0.12 - - [2025-01-13 02:19:21] "GET /projects?obj_uuids=1a84c335-4201-4763-a1ca-054c9c82afc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001699 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/79c526e3-4ae0-4df8-90fd-253936a89562?fields=application_policy_sets HTTP/1.1" 200 1438 0.053343 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /access-control-list/b6d56201-8ace-4e07-81fd-290bd1cdfe2e HTTP/1.1" 200 115 0.038106 10.0.0.12 - - [2025-01-13 02:19:21] "GET /project/1a84c335-4201-4763-a1ca-054c9c82afc6?fields=application_policy_sets HTTP/1.1" 200 1387 0.096112 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /access-control-list/fe6bcbc9-5bf3-4529-94df-b54ffd682f9c HTTP/1.1" 200 115 0.058454 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /access-control-list/904ba0e4-09ef-45e4-be71-8db908611c07 HTTP/1.1" 200 115 0.044921 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /project/79c526e3-4ae0-4df8-90fd-253936a89562 HTTP/1.1" 200 115 0.519133 10.0.0.12 - - [2025-01-13 02:19:21] "DELETE /project/1a84c335-4201-4763-a1ca-054c9c82afc6 HTTP/1.1" 200 115 0.545342 10.0.0.12 - - [2025-01-13 02:19:21] "POST /neutron/network HTTP/1.1" 200 834 0.007629 10.0.0.12 - - [2025-01-13 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004686 10.0.0.12 - - [2025-01-13 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.12 - - [2025-01-13 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.12 - - [2025-01-13 02:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.101237 10.0.0.12 - - [2025-01-13 02:19:22] "DELETE /route-target/c8489596-eba6-4fe0-a797-d19d0327f390 HTTP/1.1" 200 115 0.018832 10.0.0.12 - - [2025-01-13 02:19:22] "POST /neutron/network HTTP/1.1" 200 828 0.008597 10.0.0.12 - - [2025-01-13 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004607 10.0.0.12 - - [2025-01-13 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.12 - - [2025-01-13 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002735 10.0.0.12 - - [2025-01-13 02:19:22] "POST /neutron/network HTTP/1.1" 200 151 0.103071 10.0.0.12 - - [2025-01-13 02:19:22] "DELETE /route-target/b41d524b-1968-4cfe-a946-918e470ebe1f HTTP/1.1" 200 115 0.021263 10.0.0.12 - - [2025-01-13 02:19:22] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001381 10.0.0.12 - - [2025-01-13 02:19:22] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034140 10.0.0.12 - - [2025-01-13 02:19:22] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002064 10.0.0.12 - - [2025-01-13 02:19:22] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?fields=virtual_networks HTTP/1.1" 200 1037 0.042279 10.0.0.12 - - [2025-01-13 02:19:22] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002698 10.0.0.12 - - [2025-01-13 02:19:22] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.037325 10.0.0.12 - - [2025-01-13 02:19:22] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001759 10.0.0.12 - - [2025-01-13 02:19:22] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?fields=security_groups HTTP/1.1" 200 1266 0.040176 10.0.0.12 - - [2025-01-13 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.029102 10.0.0.12 - - [2025-01-13 02:19:23] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.12 - - [2025-01-13 02:19:23] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001819 10.0.0.12 - - [2025-01-13 02:19:23] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008840 10.0.0.12 - - [2025-01-13 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.001435 10.0.0.12 - - [2025-01-13 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004358 10.0.0.12 - - [2025-01-13 02:19:24] "POST /security-groups HTTP/1.1" 200 599 0.068063 10.0.0.12 - - [2025-01-13 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.003271 10.0.0.12 - - [2025-01-13 02:19:24] "POST /projects HTTP/1.1" 200 601 0.242028 10.0.0.12 - - [2025-01-13 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.318801 10.0.0.12 - - [2025-01-13 02:19:24] "POST /access-control-lists HTTP/1.1" 200 604 0.062815 10.0.0.12 - - [2025-01-13 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 241 0.003379 10.0.0.12 - - [2025-01-13 02:19:24] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.458137 10.0.0.12 - - [2025-01-13 02:19:24] "POST /access-control-lists HTTP/1.1" 200 602 0.064096 10.0.0.12 - - [2025-01-13 02:19:25] "GET / HTTP/1.1" 200 35931 0.003039 10.0.0.12 - - [2025-01-13 02:19:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000706 10.0.0.12 - - [2025-01-13 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.071163 10.0.0.12 - - [2025-01-13 02:19:26] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.12 - - [2025-01-13 02:19:26] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039394 10.0.0.12 - - [2025-01-13 02:19:26] "POST /neutron/network HTTP/1.1" 200 117 0.035266 10.0.0.12 - - [2025-01-13 02:19:26] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001711 10.0.0.12 - - [2025-01-13 02:19:26] "POST /neutron/network HTTP/1.1" 200 613 0.105869 10.0.0.12 - - [2025-01-13 02:19:26] "POST /route-targets HTTP/1.1" 200 327 0.014283 10.0.0.12 - - [2025-01-13 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.016122 10.0.0.12 - - [2025-01-13 02:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.160641 10.0.0.12 - - [2025-01-13 02:19:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.12 - - [2025-01-13 02:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003397 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.203734 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/network HTTP/1.1" 200 1005 0.008767 10.0.0.12 - - [2025-01-13 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001645 10.0.0.12 - - [2025-01-13 02:19:27] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006568 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/network HTTP/1.1" 200 1005 0.009108 10.0.0.12 - - [2025-01-13 02:19:27] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006389 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/network HTTP/1.1" 200 1005 0.009400 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.009173 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.009584 10.0.0.12 - - [2025-01-13 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.12 - - [2025-01-13 02:19:27] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.12 - - [2025-01-13 02:19:27] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038289 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/network HTTP/1.1" 200 117 0.012856 10.0.0.12 - - [2025-01-13 02:19:27] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/network HTTP/1.1" 200 613 0.089675 10.0.0.12 - - [2025-01-13 02:19:27] "POST /route-targets HTTP/1.1" 200 327 0.014934 10.0.0.12 - - [2025-01-13 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.015757 10.0.0.12 - - [2025-01-13 02:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.12 - - [2025-01-13 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.157053 10.0.0.12 - - [2025-01-13 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.039276 10.0.0.12 - - [2025-01-13 02:19:28] "GET /obj-perms HTTP/1.1" 200 5056 0.416028 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006182 10.0.0.12 - - [2025-01-13 02:19:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004371 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.218722 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1006 0.011630 10.0.0.12 - - [2025-01-13 02:19:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.002069 10.0.0.12 - - [2025-01-13 02:19:28] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008542 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1006 0.012112 10.0.0.12 - - [2025-01-13 02:19:28] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008428 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1006 0.011256 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.011785 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.009587 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003686 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005554 10.0.0.12 - - [2025-01-13 02:19:28] "GET /obj-perms HTTP/1.1" 200 5056 0.068867 10.0.0.12 - - [2025-01-13 02:19:28] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001402 10.0.0.12 - - [2025-01-13 02:19:28] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035182 10.0.0.12 - - [2025-01-13 02:19:28] "POST /network-policys HTTP/1.1" 200 577 0.063139 10.0.0.12 - - [2025-01-13 02:19:28] "GET /network-policy/ea0394b5-bc9d-4106-bef8-19f2042b62a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005443 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1005 0.009403 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.008238 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006417 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1113 0.063901 10.0.0.12 - - [2025-01-13 02:19:28] "POST /access-control-lists HTTP/1.1" 200 596 0.077856 10.0.0.12 - - [2025-01-13 02:19:28] "POST /neutron/network HTTP/1.1" 200 1113 0.044696 10.0.0.12 - - [2025-01-13 02:19:28] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008536 10.0.0.12 - - [2025-01-13 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.12 - - [2025-01-13 02:19:28] "GET /network-policy/ea0394b5-bc9d-4106-bef8-19f2042b62a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.008892 10.0.0.12 - - [2025-01-13 02:19:29] "POST /neutron/network HTTP/1.1" 200 1006 0.009487 10.0.0.12 - - [2025-01-13 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.007861 10.0.0.12 - - [2025-01-13 02:19:29] "PUT /access-control-list/cd2fef3a-ea73-4768-9b0b-972a5ff42c17 HTTP/1.1" 200 272 0.029456 10.0.0.12 - - [2025-01-13 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.004790 10.0.0.12 - - [2025-01-13 02:19:29] "POST /neutron/network HTTP/1.1" 200 1114 0.081487 10.0.0.12 - - [2025-01-13 02:19:29] "POST /neutron/network HTTP/1.1" 200 1114 0.009545 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005706 10.0.0.12 - - [2025-01-13 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.12 - - [2025-01-13 02:19:29] "GET /network-policy/ea0394b5-bc9d-4106-bef8-19f2042b62a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.012546 10.0.0.12 - - [2025-01-13 02:19:29] "POST /access-control-lists HTTP/1.1" 200 596 0.068940 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domains HTTP/1.1" 401 292 0.000534 10.0.0.12 - - [2025-01-13 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.013718 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domains HTTP/1.1" 200 280 0.028742 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001876 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.011189 10.0.0.12 - - [2025-01-13 02:19:29] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001476 10.0.0.12 - - [2025-01-13 02:19:29] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 2624 0.079964 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e HTTP/1.1" 200 3502 0.008934 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e HTTP/1.1" 200 3502 0.007529 10.0.0.12 - - [2025-01-13 02:19:29] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 200 1796 0.005305 10.0.0.12 - - [2025-01-13 02:19:29] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 200 1796 0.004257 10.0.0.12 - - [2025-01-13 02:19:29] "GET /route-target/aedca8c4-e9b0-42d3-80f4-c7ef677d97f0 HTTP/1.1" 200 1212 0.004318 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e HTTP/1.1" 200 3502 0.006788 10.0.0.12 - - [2025-01-13 02:19:29] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 200 1796 0.005193 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006600 10.0.0.12 - - [2025-01-13 02:19:29] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e HTTP/1.1" 200 3502 0.006784 10.0.0.12 - - [2025-01-13 02:19:29] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 200 1796 0.004861 10.0.0.12 - - [2025-01-13 02:19:29] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 200 1796 0.004763 10.0.0.12 - - [2025-01-13 02:19:29] "GET /route-target/aedca8c4-e9b0-42d3-80f4-c7ef677d97f0 HTTP/1.1" 200 1212 0.004196 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domains HTTP/1.1" 200 280 0.004456 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.12 - - [2025-01-13 02:19:29] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.010419 10.0.0.12 - - [2025-01-13 02:19:29] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.12 - - [2025-01-13 02:19:30] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 2624 0.075999 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e HTTP/1.1" 200 3502 0.006435 10.0.0.12 - - [2025-01-13 02:19:30] "GET /obj-perms HTTP/1.1" 200 5046 0.063290 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domains HTTP/1.1" 200 280 0.003102 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001846 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.009081 10.0.0.12 - - [2025-01-13 02:19:30] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001714 10.0.0.12 - - [2025-01-13 02:19:30] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 2624 0.078861 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf HTTP/1.1" 200 3505 0.009337 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf HTTP/1.1" 200 3505 0.008679 10.0.0.12 - - [2025-01-13 02:19:30] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 200 1796 0.005431 10.0.0.12 - - [2025-01-13 02:19:30] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 200 1796 0.005223 10.0.0.12 - - [2025-01-13 02:19:30] "GET /route-target/d234889f-5716-4a41-906d-83b29002bda0 HTTP/1.1" 200 1213 0.004523 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf HTTP/1.1" 200 3505 0.008011 10.0.0.12 - - [2025-01-13 02:19:30] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 200 1796 0.005605 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006444 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf HTTP/1.1" 200 3505 0.006221 10.0.0.12 - - [2025-01-13 02:19:30] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 200 1796 0.004440 10.0.0.12 - - [2025-01-13 02:19:30] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 200 1796 0.004370 10.0.0.12 - - [2025-01-13 02:19:30] "GET /route-target/d234889f-5716-4a41-906d-83b29002bda0 HTTP/1.1" 200 1213 0.004160 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domains HTTP/1.1" 200 280 0.003752 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.12 - - [2025-01-13 02:19:30] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.009936 10.0.0.12 - - [2025-01-13 02:19:30] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.12 - - [2025-01-13 02:19:30] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 2624 0.077005 10.0.0.12 - - [2025-01-13 02:19:30] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf HTTP/1.1" 200 3505 0.008354 10.0.0.12 - - [2025-01-13 02:19:30] "GET /obj-perms HTTP/1.1" 200 5046 0.003888 10.0.0.12 - - [2025-01-13 02:19:31] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006382 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1114 0.009926 10.0.0.12 - - [2025-01-13 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.010587 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1006 0.070334 10.0.0.12 - - [2025-01-13 02:19:31] "DELETE /access-control-list/594fb20a-fd90-463c-b3a1-973caba3fdc9 HTTP/1.1" 200 115 0.042626 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1006 0.026642 10.0.0.12 - - [2025-01-13 02:19:31] "GET /virtual-network/43cda9bf-54ee-4541-8d69-855a187f7abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006818 10.0.0.12 - - [2025-01-13 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.044254 10.0.0.12 - - [2025-01-13 02:19:31] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007382 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1113 0.013008 10.0.0.12 - - [2025-01-13 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.007504 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1005 0.079588 10.0.0.12 - - [2025-01-13 02:19:31] "DELETE /access-control-list/cd2fef3a-ea73-4768-9b0b-972a5ff42c17 HTTP/1.1" 200 115 0.044734 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1005 0.009348 10.0.0.12 - - [2025-01-13 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.021389 10.0.0.12 - - [2025-01-13 02:19:31] "GET /virtual-network/295a0131-ce40-421f-9cae-fa1f99ff258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009085 10.0.0.12 - - [2025-01-13 02:19:31] "DELETE /network-policy/ea0394b5-bc9d-4106-bef8-19f2042b62a4 HTTP/1.1" 200 115 0.027825 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1006 0.008991 10.0.0.12 - - [2025-01-13 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004021 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004066 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003624 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005870 10.0.0.12 - - [2025-01-13 02:19:31] "DELETE /route-target/d234889f-5716-4a41-906d-83b29002bda0 HTTP/1.1" 200 115 0.051567 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 151 0.162263 10.0.0.12 - - [2025-01-13 02:19:31] "GET /routing-instance/8dbbcba2-ad1e-402d-a79e-139bde964098 HTTP/1.1" 404 171 0.003770 10.0.0.12 - - [2025-01-13 02:19:31] "GET /domains HTTP/1.1" 200 280 0.003610 10.0.0.12 - - [2025-01-13 02:19:31] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.12 - - [2025-01-13 02:19:31] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.054049 10.0.0.12 - - [2025-01-13 02:19:31] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002027 10.0.0.12 - - [2025-01-13 02:19:31] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 2144 0.082186 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 1005 0.009522 10.0.0.12 - - [2025-01-13 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010428 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006423 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003991 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.12 - - [2025-01-13 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.12 - - [2025-01-13 02:19:31] "POST /neutron/network HTTP/1.1" 200 151 0.128127 10.0.0.12 - - [2025-01-13 02:19:31] "DELETE /route-target/aedca8c4-e9b0-42d3-80f4-c7ef677d97f0 HTTP/1.1" 200 115 0.032911 10.0.0.12 - - [2025-01-13 02:19:31] "GET /routing-instance/f2b639b3-76c4-4fde-9954-d69d5eb33dab HTTP/1.1" 404 171 0.004010 10.0.0.12 - - [2025-01-13 02:19:31] "GET /domains HTTP/1.1" 200 280 0.003593 10.0.0.12 - - [2025-01-13 02:19:31] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001541 10.0.0.12 - - [2025-01-13 02:19:32] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2770 0.053165 10.0.0.12 - - [2025-01-13 02:19:32] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001616 10.0.0.12 - - [2025-01-13 02:19:32] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 1899 0.080011 10.0.0.12 - - [2025-01-13 02:19:32] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001458 10.0.0.12 - - [2025-01-13 02:19:32] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035398 10.0.0.12 - - [2025-01-13 02:19:32] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.12 - - [2025-01-13 02:19:32] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?fields=virtual_networks HTTP/1.1" 200 1047 0.035014 10.0.0.12 - - [2025-01-13 02:19:32] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001383 10.0.0.12 - - [2025-01-13 02:19:32] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.036230 10.0.0.12 - - [2025-01-13 02:19:32] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.12 - - [2025-01-13 02:19:32] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?fields=security_groups HTTP/1.1" 200 1281 0.031191 10.0.0.12 - - [2025-01-13 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.028456 10.0.0.12 - - [2025-01-13 02:19:33] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003063 10.0.0.12 - - [2025-01-13 02:19:33] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.12 - - [2025-01-13 02:19:33] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008101 10.0.0.12 - - [2025-01-13 02:19:33] "POST /id-to-fqname HTTP/1.1" 200 192 0.001411 10.0.0.12 - - [2025-01-13 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003165 10.0.0.12 - - [2025-01-13 02:19:33] "POST /security-groups HTTP/1.1" 200 593 0.071874 10.0.0.12 - - [2025-01-13 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.003188 10.0.0.12 - - [2025-01-13 02:19:33] "POST /projects HTTP/1.1" 200 589 0.231783 10.0.0.12 - - [2025-01-13 02:19:34] "POST /access-control-lists HTTP/1.1" 200 598 0.060462 10.0.0.12 - - [2025-01-13 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.313434 10.0.0.12 - - [2025-01-13 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 235 0.003273 10.0.0.12 - - [2025-01-13 02:19:34] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.458392 10.0.0.12 - - [2025-01-13 02:19:34] "POST /access-control-lists HTTP/1.1" 200 596 0.064291 10.0.0.12 - - [2025-01-13 02:19:35] "GET / HTTP/1.1" 200 35931 0.002386 10.0.0.12 - - [2025-01-13 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000634 10.0.0.12 - - [2025-01-13 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.057195 10.0.0.12 - - [2025-01-13 02:19:36] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.12 - - [2025-01-13 02:19:36] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028156 10.0.0.12 - - [2025-01-13 02:19:36] "POST /neutron/network HTTP/1.1" 200 117 0.033379 10.0.0.12 - - [2025-01-13 02:19:36] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001567 10.0.0.12 - - [2025-01-13 02:19:36] "POST /neutron/network HTTP/1.1" 200 607 0.073399 10.0.0.12 - - [2025-01-13 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.012600 10.0.0.12 - - [2025-01-13 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.013077 10.0.0.12 - - [2025-01-13 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.018220 10.0.0.12 - - [2025-01-13 02:19:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.194205 10.0.0.12 - - [2025-01-13 02:19:36] "POST /neutron/network HTTP/1.1" 200 828 0.006294 10.0.0.12 - - [2025-01-13 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001338 10.0.0.12 - - [2025-01-13 02:19:36] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006310 10.0.0.12 - - [2025-01-13 02:19:36] "POST /neutron/network HTTP/1.1" 200 828 0.006746 10.0.0.12 - - [2025-01-13 02:19:37] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005599 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 828 0.008496 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.009768 10.0.0.12 - - [2025-01-13 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.12 - - [2025-01-13 02:19:37] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001202 10.0.0.12 - - [2025-01-13 02:19:37] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027816 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 117 0.010007 10.0.0.12 - - [2025-01-13 02:19:37] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001361 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 607 0.078499 10.0.0.12 - - [2025-01-13 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.010764 10.0.0.12 - - [2025-01-13 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.013849 10.0.0.12 - - [2025-01-13 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004457 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.181793 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 827 0.006144 10.0.0.12 - - [2025-01-13 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001295 10.0.0.12 - - [2025-01-13 02:19:37] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006202 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 827 0.007900 10.0.0.12 - - [2025-01-13 02:19:37] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005558 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 827 0.006514 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.007380 10.0.0.12 - - [2025-01-13 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.002788 10.0.0.12 - - [2025-01-13 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.12 - - [2025-01-13 02:19:37] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001395 10.0.0.12 - - [2025-01-13 02:19:37] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029391 10.0.0.12 - - [2025-01-13 02:19:37] "POST /network-policys HTTP/1.1" 200 571 0.018873 10.0.0.12 - - [2025-01-13 02:19:37] "GET /network-policy/9c92168b-1f32-42f6-8522-655de51f492f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005268 10.0.0.12 - - [2025-01-13 02:19:37] "POST /neutron/network HTTP/1.1" 200 828 0.006689 10.0.0.12 - - [2025-01-13 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.009081 10.0.0.12 - - [2025-01-13 02:19:38] "POST /neutron/network HTTP/1.1" 200 930 0.057504 10.0.0.12 - - [2025-01-13 02:19:38] "POST /neutron/network HTTP/1.1" 200 930 0.040439 10.0.0.12 - - [2025-01-13 02:19:38] "POST /access-control-lists HTTP/1.1" 200 590 0.070796 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005254 10.0.0.12 - - [2025-01-13 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.12 - - [2025-01-13 02:19:38] "GET /network-policy/9c92168b-1f32-42f6-8522-655de51f492f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003908 10.0.0.12 - - [2025-01-13 02:19:38] "POST /neutron/network HTTP/1.1" 200 827 0.006397 10.0.0.12 - - [2025-01-13 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 236 0.004781 10.0.0.12 - - [2025-01-13 02:19:38] "POST /neutron/network HTTP/1.1" 200 929 0.051983 10.0.0.12 - - [2025-01-13 02:19:38] "POST /neutron/network HTTP/1.1" 200 929 0.006510 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.040476 10.0.0.12 - - [2025-01-13 02:19:38] "POST /access-control-lists HTTP/1.1" 200 590 0.083140 10.0.0.12 - - [2025-01-13 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014035 10.0.0.12 - - [2025-01-13 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.010732 10.0.0.12 - - [2025-01-13 02:19:38] "GET /network-policy/9c92168b-1f32-42f6-8522-655de51f492f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003832 10.0.0.12 - - [2025-01-13 02:19:38] "GET /domains HTTP/1.1" 401 292 0.000477 10.0.0.12 - - [2025-01-13 02:19:38] "PUT /access-control-list/37febba1-14ce-46b2-b9b1-868b056cefdf HTTP/1.1" 200 272 0.054282 10.0.0.12 - - [2025-01-13 02:19:38] "GET /domains HTTP/1.1" 200 280 0.026259 10.0.0.12 - - [2025-01-13 02:19:38] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.12 - - [2025-01-13 02:19:38] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.009577 10.0.0.12 - - [2025-01-13 02:19:38] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001638 10.0.0.12 - - [2025-01-13 02:19:38] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 2572 0.073277 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5 HTTP/1.1" 200 2896 0.006540 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5 HTTP/1.1" 200 2896 0.005383 10.0.0.12 - - [2025-01-13 02:19:38] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 200 1784 0.004035 10.0.0.12 - - [2025-01-13 02:19:38] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 200 1784 0.003777 10.0.0.12 - - [2025-01-13 02:19:38] "GET /route-target/51136038-ab1c-49d9-bce2-b13064a02a16 HTTP/1.1" 200 1206 0.003476 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5 HTTP/1.1" 200 2896 0.005304 10.0.0.12 - - [2025-01-13 02:19:38] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 200 1784 0.003756 10.0.0.12 - - [2025-01-13 02:19:38] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006565 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5 HTTP/1.1" 200 2896 0.005853 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 200 1784 0.004074 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 200 1784 0.004072 10.0.0.12 - - [2025-01-13 02:19:39] "GET /route-target/51136038-ab1c-49d9-bce2-b13064a02a16 HTTP/1.1" 200 1206 0.003742 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains HTTP/1.1" 200 280 0.003256 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.008175 10.0.0.12 - - [2025-01-13 02:19:39] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003113 10.0.0.12 - - [2025-01-13 02:19:39] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 2572 0.072333 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5 HTTP/1.1" 200 2896 0.005877 10.0.0.12 - - [2025-01-13 02:19:39] "GET /obj-perms HTTP/1.1" 200 5034 0.061197 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains HTTP/1.1" 200 280 0.002849 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.007969 10.0.0.12 - - [2025-01-13 02:19:39] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001700 10.0.0.12 - - [2025-01-13 02:19:39] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 2572 0.073077 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b HTTP/1.1" 200 2893 0.009075 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b HTTP/1.1" 200 2893 0.007331 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 200 1783 0.004552 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 200 1783 0.004238 10.0.0.12 - - [2025-01-13 02:19:39] "GET /route-target/22374d8d-167e-47bd-9ccd-0226c9099530 HTTP/1.1" 200 1206 0.003965 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b HTTP/1.1" 200 2893 0.006018 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 200 1783 0.004514 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005848 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b HTTP/1.1" 200 2893 0.005830 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 200 1783 0.003604 10.0.0.12 - - [2025-01-13 02:19:39] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 200 1783 0.003667 10.0.0.12 - - [2025-01-13 02:19:39] "GET /route-target/22374d8d-167e-47bd-9ccd-0226c9099530 HTTP/1.1" 200 1206 0.003051 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains HTTP/1.1" 200 280 0.003099 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.12 - - [2025-01-13 02:19:39] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.007674 10.0.0.12 - - [2025-01-13 02:19:39] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001706 10.0.0.12 - - [2025-01-13 02:19:39] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 2572 0.075522 10.0.0.12 - - [2025-01-13 02:19:39] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b HTTP/1.1" 200 2893 0.005500 10.0.0.12 - - [2025-01-13 02:19:39] "GET /obj-perms HTTP/1.1" 200 5034 0.003654 10.0.0.12 - - [2025-01-13 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.002143 10.0.0.12 - - [2025-01-13 02:19:40] "POST /neutron/network HTTP/1.1" 200 940 0.006637 10.0.0.12 - - [2025-01-13 02:19:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000664 10.0.0.12 - - [2025-01-13 02:19:40] "GET / HTTP/1.1" 200 35931 0.002025 10.0.0.12 - - [2025-01-13 02:19:40] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.12 - - [2025-01-13 02:19:40] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001702 10.0.0.12 - - [2025-01-13 02:19:41] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.057608 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/network HTTP/1.1" 200 930 0.006331 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.005131 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.007393 10.0.0.12 - - [2025-01-13 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001940 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.006320 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/network HTTP/1.1" 200 939 0.006545 10.0.0.12 - - [2025-01-13 02:19:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000528 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/network HTTP/1.1" 200 940 0.007540 10.0.0.12 - - [2025-01-13 02:19:41] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001565 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 1064 0.246627 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 1064 0.011859 10.0.0.12 - - [2025-01-13 02:19:41] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.12 - - [2025-01-13 02:19:41] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 1064 0.012273 10.0.0.12 - - [2025-01-13 02:19:41] "POST /neutron/port HTTP/1.1" 200 1118 0.068785 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/port HTTP/1.1" 200 1092 0.015292 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.011680 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.001850 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/network HTTP/1.1" 200 930 0.006219 10.0.0.12 - - [2025-01-13 02:19:42] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.12 - - [2025-01-13 02:19:42] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.059130 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/network HTTP/1.1" 200 929 0.008771 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/port HTTP/1.1" 200 1092 0.019897 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008203 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.006444 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/port HTTP/1.1" 200 1092 0.018056 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006749 10.0.0.12 - - [2025-01-13 02:19:42] "POST /neutron/network HTTP/1.1" 200 939 0.009027 10.0.0.12 - - [2025-01-13 02:19:42] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001415 10.0.0.12 - - [2025-01-13 02:19:43] "PUT /access-control-list/f56ca087-d264-46d2-8554-e55a86075c98 HTTP/1.1" 200 272 0.029457 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 1063 0.310746 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 1063 0.015541 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 1063 0.016155 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 1117 0.077374 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 1091 0.020885 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005454 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.012269 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.003757 10.0.0.12 - - [2025-01-13 02:19:43] "POST /neutron/network HTTP/1.1" 200 929 0.006115 10.0.0.12 - - [2025-01-13 02:19:47] "POST /neutron/port HTTP/1.1" 200 1092 0.025303 10.0.0.12 - - [2025-01-13 02:19:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011088 10.0.0.12 - - [2025-01-13 02:19:47] "POST /neutron/port HTTP/1.1" 200 1092 0.022419 10.0.0.12 - - [2025-01-13 02:19:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011672 10.0.0.12 - - [2025-01-13 02:19:47] "POST /neutron/port HTTP/1.1" 200 1092 0.018251 10.0.0.12 - - [2025-01-13 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007878 10.0.0.12 - - [2025-01-13 02:19:48] "GET /virtual-machine/59116607-8ca9-450d-bd34-84a86db78911 HTTP/1.1" 200 1294 0.006872 10.0.0.12 - - [2025-01-13 02:19:48] "GET /virtual-machine-interface/31fc0b67-32d8-4523-b424-9cb95afeaf7d HTTP/1.1" 200 2951 0.006843 10.0.0.12 - - [2025-01-13 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.12 - - [2025-01-13 02:19:48] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004252 10.0.0.12 - - [2025-01-13 02:19:48] "GET /virtual-networks?parent_id=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003508 10.0.0.12 - - [2025-01-13 02:19:48] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006212 10.0.0.12 - - [2025-01-13 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.12 - - [2025-01-13 02:19:51] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005617 10.0.0.12 - - [2025-01-13 02:19:52] "POST /neutron/port HTTP/1.1" 200 1092 0.018375 10.0.0.12 - - [2025-01-13 02:19:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006439 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/port HTTP/1.1" 200 1091 0.018771 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007162 10.0.0.12 - - [2025-01-13 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.12 - - [2025-01-13 02:19:53] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003608 10.0.0.12 - - [2025-01-13 02:19:53] "GET /virtual-networks?parent_id=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003275 10.0.0.12 - - [2025-01-13 02:19:53] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006530 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/port HTTP/1.1" 200 1091 0.020452 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009040 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/port HTTP/1.1" 200 1091 0.017023 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007031 10.0.0.12 - - [2025-01-13 02:19:53] "POST /neutron/port HTTP/1.1" 200 1091 0.016032 10.0.0.12 - - [2025-01-13 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007898 10.0.0.12 - - [2025-01-13 02:19:54] "GET /virtual-machine/32d94322-d0ab-4907-994a-807e52f59210 HTTP/1.1" 200 1294 0.005468 10.0.0.12 - - [2025-01-13 02:19:54] "GET /virtual-machine-interface/a5f60a1b-d26f-4e63-9233-1d7e1c90baee HTTP/1.1" 200 2952 0.005409 10.0.0.12 - - [2025-01-13 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.12 - - [2025-01-13 02:19:54] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004099 10.0.0.12 - - [2025-01-13 02:19:54] "GET /virtual-networks?parent_id=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003440 10.0.0.12 - - [2025-01-13 02:19:54] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006263 10.0.0.12 - - [2025-01-13 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.12 - - [2025-01-13 02:19:55] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003919 10.0.0.12 - - [2025-01-13 02:19:55] "GET /virtual-networks?parent_id=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004324 10.0.0.12 - - [2025-01-13 02:19:55] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008262 10.0.0.12 - - [2025-01-13 02:19:55] "POST /neutron/port HTTP/1.1" 200 1091 0.017388 10.0.0.12 - - [2025-01-13 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007847 10.0.0.12 - - [2025-01-13 02:20:02] "GET /global-system-configs HTTP/1.1" 200 322 0.038143 10.0.0.12 - - [2025-01-13 02:20:02] "GET /obj-perms HTTP/1.1" 200 5056 0.088470 10.0.0.12 - - [2025-01-13 02:20:03] "GET /global-system-configs HTTP/1.1" 200 322 0.032394 10.0.0.12 - - [2025-01-13 02:20:03] "GET /obj-perms HTTP/1.1" 200 5056 0.067887 10.0.0.12 - - [2025-01-13 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.12 - - [2025-01-13 02:20:05] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002023 10.0.0.12 - - [2025-01-13 02:20:05] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048422 10.0.0.12 - - [2025-01-13 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.12 - - [2025-01-13 02:20:05] "PUT /network-policy/9c92168b-1f32-42f6-8522-655de51f492f HTTP/1.1" 200 262 0.011678 10.0.0.12 - - [2025-01-13 02:20:05] "PUT /access-control-list/f56ca087-d264-46d2-8554-e55a86075c98 HTTP/1.1" 200 272 0.055940 10.0.0.12 - - [2025-01-13 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.014668 10.0.0.12 - - [2025-01-13 02:20:05] "PUT /access-control-list/37febba1-14ce-46b2-b9b1-868b056cefdf HTTP/1.1" 200 272 0.056754 10.0.0.12 - - [2025-01-13 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.016551 10.0.0.12 - - [2025-01-13 02:20:08] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006434 10.0.0.12 - - [2025-01-13 02:20:08] "POST /neutron/network HTTP/1.1" 200 929 0.008075 10.0.0.12 - - [2025-01-13 02:20:08] "POST /neutron/network HTTP/1.1" 200 827 0.058639 10.0.0.12 - - [2025-01-13 02:20:08] "DELETE /access-control-list/f56ca087-d264-46d2-8554-e55a86075c98 HTTP/1.1" 200 115 0.037395 10.0.0.12 - - [2025-01-13 02:20:08] "POST /neutron/network HTTP/1.1" 200 827 0.010690 10.0.0.12 - - [2025-01-13 02:20:08] "GET /virtual-network/04f017d3-dee9-446f-aaba-18f95976ac7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010328 10.0.0.12 - - [2025-01-13 02:20:08] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008234 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/network HTTP/1.1" 200 930 0.007472 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/network HTTP/1.1" 200 828 0.079386 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/network HTTP/1.1" 200 828 0.009987 10.0.0.12 - - [2025-01-13 02:20:09] "GET /virtual-network/02167835-a487-47ba-9a48-4ef08468b1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006945 10.0.0.12 - - [2025-01-13 02:20:09] "DELETE /access-control-list/37febba1-14ce-46b2-b9b1-868b056cefdf HTTP/1.1" 200 115 0.093635 10.0.0.12 - - [2025-01-13 02:20:09] "DELETE /network-policy/9c92168b-1f32-42f6-8522-655de51f492f HTTP/1.1" 200 115 0.036016 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/network HTTP/1.1" 200 827 0.010746 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/network HTTP/1.1" 400 204 0.016551 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 1091 0.017804 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 1117 0.011770 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.127079 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 1092 0.030513 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 1118 0.013095 10.0.0.12 - - [2025-01-13 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.143434 10.0.0.12 - - [2025-01-13 02:20:11] "POST /neutron/network HTTP/1.1" 200 827 0.008213 10.0.0.12 - - [2025-01-13 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.12 - - [2025-01-13 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003262 10.0.0.12 - - [2025-01-13 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004332 10.0.0.12 - - [2025-01-13 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.106016 10.0.0.12 - - [2025-01-13 02:20:11] "DELETE /route-target/22374d8d-167e-47bd-9ccd-0226c9099530 HTTP/1.1" 200 115 0.020283 10.0.0.12 - - [2025-01-13 02:20:11] "GET /routing-instance/19674499-a70b-4cc7-9abd-88b5286b18d5 HTTP/1.1" 404 171 0.004265 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domains HTTP/1.1" 200 280 0.003114 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001622 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.054154 10.0.0.12 - - [2025-01-13 02:20:11] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001745 10.0.0.12 - - [2025-01-13 02:20:11] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 2104 0.085213 10.0.0.12 - - [2025-01-13 02:20:11] "POST /neutron/network HTTP/1.1" 200 828 0.007365 10.0.0.12 - - [2025-01-13 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.12 - - [2025-01-13 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.12 - - [2025-01-13 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.12 - - [2025-01-13 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.111689 10.0.0.12 - - [2025-01-13 02:20:11] "DELETE /route-target/51136038-ab1c-49d9-bce2-b13064a02a16 HTTP/1.1" 200 115 0.032332 10.0.0.12 - - [2025-01-13 02:20:11] "GET /routing-instance/eb0db79b-91ff-4731-9344-a18dda24e128 HTTP/1.1" 404 171 0.007141 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domains HTTP/1.1" 200 280 0.003046 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.12 - - [2025-01-13 02:20:11] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.057669 10.0.0.12 - - [2025-01-13 02:20:11] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001934 10.0.0.12 - - [2025-01-13 02:20:11] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 1865 0.092109 10.0.0.12 - - [2025-01-13 02:20:12] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001380 10.0.0.12 - - [2025-01-13 02:20:12] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038178 10.0.0.12 - - [2025-01-13 02:20:12] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001961 10.0.0.12 - - [2025-01-13 02:20:12] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?fields=virtual_networks HTTP/1.1" 200 1037 0.039204 10.0.0.12 - - [2025-01-13 02:20:12] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002144 10.0.0.12 - - [2025-01-13 02:20:12] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.038909 10.0.0.12 - - [2025-01-13 02:20:12] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001621 10.0.0.12 - - [2025-01-13 02:20:12] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?fields=security_groups HTTP/1.1" 200 1265 0.040070 10.0.0.12 - - [2025-01-13 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.032126 10.0.0.12 - - [2025-01-13 02:20:13] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004307 10.0.0.12 - - [2025-01-13 02:20:13] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001587 10.0.0.12 - - [2025-01-13 02:20:13] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009673 10.0.0.12 - - [2025-01-13 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.002104 10.0.0.12 - - [2025-01-13 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003026 10.0.0.12 - - [2025-01-13 02:20:13] "POST /security-groups HTTP/1.1" 200 589 0.073928 10.0.0.12 - - [2025-01-13 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.003545 10.0.0.12 - - [2025-01-13 02:20:13] "POST /projects HTTP/1.1" 200 581 0.248047 10.0.0.12 - - [2025-01-13 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.280092 10.0.0.12 - - [2025-01-13 02:20:13] "POST /access-control-lists HTTP/1.1" 200 594 0.064705 10.0.0.12 - - [2025-01-13 02:20:13] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.439621 10.0.0.12 - - [2025-01-13 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.004833 10.0.0.12 - - [2025-01-13 02:20:14] "POST /access-control-lists HTTP/1.1" 200 592 0.066973 10.0.0.12 - - [2025-01-13 02:20:15] "GET / HTTP/1.1" 200 35931 0.003386 10.0.0.12 - - [2025-01-13 02:20:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000762 10.0.0.12 - - [2025-01-13 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.073081 10.0.0.12 - - [2025-01-13 02:20:16] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002009 10.0.0.12 - - [2025-01-13 02:20:16] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041421 10.0.0.12 - - [2025-01-13 02:20:16] "POST /neutron/network HTTP/1.1" 200 117 0.036283 10.0.0.12 - - [2025-01-13 02:20:16] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001874 10.0.0.12 - - [2025-01-13 02:20:16] "POST /neutron/network HTTP/1.1" 200 613 0.098114 10.0.0.12 - - [2025-01-13 02:20:16] "POST /route-targets HTTP/1.1" 200 327 0.020790 10.0.0.12 - - [2025-01-13 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.023385 10.0.0.12 - - [2025-01-13 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.12 - - [2025-01-13 02:20:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.210537 10.0.0.12 - - [2025-01-13 02:20:17] "POST /neutron/network HTTP/1.1" 200 831 0.007338 10.0.0.12 - - [2025-01-13 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001601 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006173 10.0.0.12 - - [2025-01-13 02:20:17] "POST /neutron/network HTTP/1.1" 200 831 0.007234 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007306 10.0.0.12 - - [2025-01-13 02:20:17] "POST /neutron/network HTTP/1.1" 200 831 0.006973 10.0.0.12 - - [2025-01-13 02:20:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.009920 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domains HTTP/1.1" 401 292 0.000552 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domains HTTP/1.1" 200 280 0.041106 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001710 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.011895 10.0.0.12 - - [2025-01-13 02:20:17] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.12 - - [2025-01-13 02:20:17] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2081 0.085953 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae HTTP/1.1" 200 2314 0.010394 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae HTTP/1.1" 200 2314 0.008874 10.0.0.12 - - [2025-01-13 02:20:17] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 200 1494 0.006336 10.0.0.12 - - [2025-01-13 02:20:17] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 200 1494 0.008553 10.0.0.12 - - [2025-01-13 02:20:17] "GET /route-target/f36f00de-ac51-426a-a9d4-4613622a245f HTTP/1.1" 200 1213 0.006037 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae HTTP/1.1" 200 2314 0.009074 10.0.0.12 - - [2025-01-13 02:20:17] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 200 1494 0.006164 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011242 10.0.0.12 - - [2025-01-13 02:20:17] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae HTTP/1.1" 200 2314 0.008630 10.0.0.12 - - [2025-01-13 02:20:17] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 200 1494 0.006024 10.0.0.12 - - [2025-01-13 02:20:17] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 200 1494 0.006066 10.0.0.12 - - [2025-01-13 02:20:17] "GET /route-target/f36f00de-ac51-426a-a9d4-4613622a245f HTTP/1.1" 200 1213 0.005860 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domains HTTP/1.1" 200 280 0.003973 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001975 10.0.0.12 - - [2025-01-13 02:20:17] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.012471 10.0.0.12 - - [2025-01-13 02:20:17] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001879 10.0.0.12 - - [2025-01-13 02:20:18] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2081 0.083160 10.0.0.12 - - [2025-01-13 02:20:18] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae HTTP/1.1" 200 2314 0.006144 10.0.0.12 - - [2025-01-13 02:20:18] "GET /obj-perms HTTP/1.1" 200 5026 0.066897 10.0.0.12 - - [2025-01-13 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.12 - - [2025-01-13 02:20:18] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002183 10.0.0.12 - - [2025-01-13 02:20:18] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051369 10.0.0.12 - - [2025-01-13 02:20:18] "POST /neutron/network HTTP/1.1" 200 117 0.012162 10.0.0.12 - - [2025-01-13 02:20:18] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001982 10.0.0.12 - - [2025-01-13 02:20:18] "POST /neutron/network HTTP/1.1" 200 613 0.078702 10.0.0.12 - - [2025-01-13 02:20:18] "POST /route-targets HTTP/1.1" 200 327 0.013335 10.0.0.12 - - [2025-01-13 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.019579 10.0.0.12 - - [2025-01-13 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004447 10.0.0.12 - - [2025-01-13 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.214336 10.0.0.12 - - [2025-01-13 02:20:18] "POST /neutron/network HTTP/1.1" 200 834 0.007027 10.0.0.12 - - [2025-01-13 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001669 10.0.0.12 - - [2025-01-13 02:20:18] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007040 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/network HTTP/1.1" 200 834 0.007438 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006593 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/network HTTP/1.1" 200 834 0.006759 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.008851 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domains HTTP/1.1" 200 280 0.003399 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.008821 10.0.0.12 - - [2025-01-13 02:20:19] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003271 10.0.0.12 - - [2025-01-13 02:20:19] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2299 0.076782 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b HTTP/1.1" 200 2324 0.007223 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b HTTP/1.1" 200 2324 0.005847 10.0.0.12 - - [2025-01-13 02:20:19] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 200 1494 0.005562 10.0.0.12 - - [2025-01-13 02:20:19] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 200 1494 0.005579 10.0.0.12 - - [2025-01-13 02:20:19] "GET /route-target/5ec76852-8e00-4337-b2c8-6ba87c5910cb HTTP/1.1" 200 1212 0.005062 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b HTTP/1.1" 200 2324 0.005753 10.0.0.12 - - [2025-01-13 02:20:19] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 200 1494 0.004325 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005857 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b HTTP/1.1" 200 2324 0.006430 10.0.0.12 - - [2025-01-13 02:20:19] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 200 1494 0.004250 10.0.0.12 - - [2025-01-13 02:20:19] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 200 1494 0.005866 10.0.0.12 - - [2025-01-13 02:20:19] "GET /route-target/5ec76852-8e00-4337-b2c8-6ba87c5910cb HTTP/1.1" 200 1212 0.004970 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domains HTTP/1.1" 200 280 0.003912 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.12 - - [2025-01-13 02:20:19] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.008819 10.0.0.12 - - [2025-01-13 02:20:19] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001633 10.0.0.12 - - [2025-01-13 02:20:19] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2299 0.073008 10.0.0.12 - - [2025-01-13 02:20:19] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b HTTP/1.1" 200 2324 0.006255 10.0.0.12 - - [2025-01-13 02:20:19] "GET /obj-perms HTTP/1.1" 200 5026 0.006987 10.0.0.12 - - [2025-01-13 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.12 - - [2025-01-13 02:20:19] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.12 - - [2025-01-13 02:20:19] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035203 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/network HTTP/1.1" 200 117 0.015424 10.0.0.12 - - [2025-01-13 02:20:19] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/network HTTP/1.1" 200 615 0.095085 10.0.0.12 - - [2025-01-13 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.014624 10.0.0.12 - - [2025-01-13 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005155 10.0.0.12 - - [2025-01-13 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.171534 10.0.0.12 - - [2025-01-13 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.008564 10.0.0.12 - - [2025-01-13 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.002135 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.012517 10.0.0.12 - - [2025-01-13 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.008209 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006226 10.0.0.12 - - [2025-01-13 02:20:20] "POST /neutron/network HTTP/1.1" 200 833 0.006666 10.0.0.12 - - [2025-01-13 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.009743 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domains HTTP/1.1" 200 280 0.004342 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003500 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.015131 10.0.0.12 - - [2025-01-13 02:20:20] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.12 - - [2025-01-13 02:20:20] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2518 0.071440 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef HTTP/1.1" 200 2322 0.007194 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef HTTP/1.1" 200 2322 0.007993 10.0.0.12 - - [2025-01-13 02:20:20] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 200 1496 0.004462 10.0.0.12 - - [2025-01-13 02:20:20] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 200 1496 0.004055 10.0.0.12 - - [2025-01-13 02:20:20] "GET /route-target/3409e228-7d90-4f51-bce4-1fed1c478a31 HTTP/1.1" 200 1214 0.004334 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef HTTP/1.1" 200 2322 0.006087 10.0.0.12 - - [2025-01-13 02:20:20] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 200 1496 0.004871 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007163 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef HTTP/1.1" 200 2322 0.006773 10.0.0.12 - - [2025-01-13 02:20:20] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 200 1496 0.004392 10.0.0.12 - - [2025-01-13 02:20:20] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 200 1496 0.004449 10.0.0.12 - - [2025-01-13 02:20:20] "GET /route-target/3409e228-7d90-4f51-bce4-1fed1c478a31 HTTP/1.1" 200 1214 0.004704 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domains HTTP/1.1" 200 280 0.004034 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.12 - - [2025-01-13 02:20:20] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 3142 0.008434 10.0.0.12 - - [2025-01-13 02:20:20] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.12 - - [2025-01-13 02:20:20] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2518 0.072547 10.0.0.12 - - [2025-01-13 02:20:20] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef HTTP/1.1" 200 2322 0.005916 10.0.0.12 - - [2025-01-13 02:20:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003377 10.0.0.12 - - [2025-01-13 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001676 10.0.0.12 - - [2025-01-13 02:20:20] "POST /neutron/network HTTP/1.1" 200 844 0.007383 10.0.0.12 - - [2025-01-13 02:20:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.12 - - [2025-01-13 02:20:21] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000556 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056160 10.0.0.12 - - [2025-01-13 02:20:21] "POST /neutron/network HTTP/1.1" 200 834 0.007218 10.0.0.12 - - [2025-01-13 02:20:21] "DELETE /project/9330d2032ce947fd9bebf75e18d2bdc2 HTTP/1.1" 404 173 0.022548 10.0.0.12 - - [2025-01-13 02:20:21] "DELETE /project/3ba4b96b61c24058864c46175fae38e4 HTTP/1.1" 404 173 0.021906 10.0.0.12 - - [2025-01-13 02:20:21] "DELETE /project/f15a60383a604b4cbf79d5e085b6b1b1 HTTP/1.1" 404 173 0.016104 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.12 - - [2025-01-13 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.013999 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.127326 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.130305 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.137968 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001381 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.12 - - [2025-01-13 02:20:21] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.12 - - [2025-01-13 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.012344 10.0.0.12 - - [2025-01-13 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001530 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?fields=security_groups HTTP/1.1" 200 1370 0.078663 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?fields=security_groups HTTP/1.1" 200 1371 0.082920 10.0.0.12 - - [2025-01-13 02:20:21] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?fields=security_groups HTTP/1.1" 200 1386 0.081395 10.0.0.12 - - [2025-01-13 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.007928 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /security-group/391a3df6-a061-434d-8bfb-9162988c567a HTTP/1.1" 200 115 0.107342 10.0.0.12 - - [2025-01-13 02:20:22] "GET /projects?obj_uuids=f15a6038-3a60-4b4c-bf79-d5e085b6b1b1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001599 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /security-group/34205cdf-83ef-4508-9aca-325e70aed554 HTTP/1.1" 200 115 0.117248 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/0c6e64e6-1c49-43d0-a42b-6eeaeb381620 HTTP/1.1" 200 115 0.081231 10.0.0.12 - - [2025-01-13 02:20:22] "GET /projects?obj_uuids=5b951eee-4070-418e-8285-d6e137078b8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001814 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /security-group/c5d83481-034b-447f-8e66-17c9f3ef1a1e HTTP/1.1" 200 115 0.127199 10.0.0.12 - - [2025-01-13 02:20:22] "GET /projects?obj_uuids=3ba4b96b-61c2-4058-864c-46175fae38e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001576 10.0.0.12 - - [2025-01-13 02:20:22] "POST /neutron/network HTTP/1.1" 200 843 0.013305 10.0.0.12 - - [2025-01-13 02:20:22] "GET /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1?fields=application_policy_sets HTTP/1.1" 200 1409 0.069682 10.0.0.12 - - [2025-01-13 02:20:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000522 10.0.0.12 - - [2025-01-13 02:20:22] "GET /project/3ba4b96b-61c2-4058-864c-46175fae38e4?fields=application_policy_sets HTTP/1.1" 200 1425 0.074258 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/35eec126-78b3-444e-9c2e-e05511e2c9f5 HTTP/1.1" 200 115 0.088572 10.0.0.12 - - [2025-01-13 02:20:22] "GET /project/5b951eee-4070-418e-8285-d6e137078b8e?fields=application_policy_sets HTTP/1.1" 200 1410 0.112796 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/eeaf4d07-df05-41d4-aac2-227ef0255cc9 HTTP/1.1" 200 115 0.057672 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/b93f8529-392f-458e-95ce-6a592aad88ad HTTP/1.1" 200 115 0.063637 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /project/f15a6038-3a60-4b4c-bf79-d5e085b6b1b1 HTTP/1.1" 200 115 0.730546 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/648d2bda-1e78-4ba8-b384-5571e1baa03f HTTP/1.1" 200 115 0.079192 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /project/3ba4b96b-61c2-4058-864c-46175fae38e4 HTTP/1.1" 200 115 0.807334 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /project/5b951eee-4070-418e-8285-d6e137078b8e HTTP/1.1" 200 115 0.824207 10.0.0.12 - - [2025-01-13 02:20:22] "DELETE /access-control-list/7b20c6c3-2e91-419c-b4a0-31ad763a2d2c HTTP/1.1" 200 115 0.067303 10.0.0.12 - - [2025-01-13 02:20:22] "GET / HTTP/1.1" 200 35931 0.002243 10.0.0.12 - - [2025-01-13 02:20:22] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.12 - - [2025-01-13 02:20:22] "POST /neutron/network HTTP/1.1" 200 844 0.006837 10.0.0.12 - - [2025-01-13 02:20:22] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542 10.0.0.12 - - [2025-01-13 02:20:22] "POST /neutron/port HTTP/1.1" 200 1060 0.265823 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 1060 0.011765 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 1060 0.011054 10.0.0.12 - - [2025-01-13 02:20:23] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004822 10.0.0.12 - - [2025-01-13 02:20:23] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.106591 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 1114 0.117377 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/network HTTP/1.1" 200 833 0.009251 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 1088 0.024303 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.016405 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/network HTTP/1.1" 200 834 0.006782 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 1088 0.029812 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008962 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.006167 10.0.0.12 - - [2025-01-13 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003240 10.0.0.12 - - [2025-01-13 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.12 - - [2025-01-13 02:20:23] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.12 - - [2025-01-13 02:20:23] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009769 10.0.0.12 - - [2025-01-13 02:20:23] "POST /service-templates HTTP/1.1" 200 543 0.051332 10.0.0.12 - - [2025-01-13 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.12 - - [2025-01-13 02:20:23] "GET /service-template/f5a34d5e-5703-4e09-ab45-0fb9f799a466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007971 10.0.0.12 - - [2025-01-13 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.12 - - [2025-01-13 02:20:23] "GET /service-template/f5a34d5e-5703-4e09-ab45-0fb9f799a466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005648 10.0.0.12 - - [2025-01-13 02:20:23] "POST /neutron/network HTTP/1.1" 200 843 0.010054 10.0.0.12 - - [2025-01-13 02:20:23] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003282 10.0.0.12 - - [2025-01-13 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.002826 10.0.0.12 - - [2025-01-13 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.004124 10.0.0.12 - - [2025-01-13 02:20:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001448 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1920 0.036380 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011863 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1057 0.457543 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1057 0.024164 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1057 0.019050 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1111 0.132164 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 1085 0.022885 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005166 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.019436 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001822 10.0.0.12 - - [2025-01-13 02:20:24] "POST /neutron/network HTTP/1.1" 200 833 0.006851 10.0.0.12 - - [2025-01-13 02:20:25] "POST /neutron/network HTTP/1.1" 200 2223 0.017288 10.0.0.12 - - [2025-01-13 02:20:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000760 10.0.0.12 - - [2025-01-13 02:20:25] "GET / HTTP/1.1" 200 35931 0.002480 10.0.0.12 - - [2025-01-13 02:20:25] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.12 - - [2025-01-13 02:20:25] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.12 - - [2025-01-13 02:20:26] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067423 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/network HTTP/1.1" 200 831 0.013074 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/network HTTP/1.1" 200 834 0.007091 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/network HTTP/1.1" 200 833 0.007382 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/port HTTP/1.1" 200 2057 0.027291 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010254 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.005598 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.007754 10.0.0.12 - - [2025-01-13 02:20:26] "POST /neutron/network HTTP/1.1" 200 2223 0.017126 10.0.0.12 - - [2025-01-13 02:20:26] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001995 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1057 0.348097 10.0.0.12 - - [2025-01-13 02:20:27] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002523 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1060 0.254673 10.0.0.12 - - [2025-01-13 02:20:27] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1057 0.248768 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1057 0.017348 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1057 0.022325 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1111 0.082279 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1060 0.013285 10.0.0.12 - - [2025-01-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1060 0.013343 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 1114 0.121408 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 1057 0.011119 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 1057 0.012148 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 1111 0.101379 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 3025 0.038390 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005501 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.013494 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/network HTTP/1.1" 200 831 0.006786 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005917 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.014236 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/network HTTP/1.1" 200 834 0.006323 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004582 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.012340 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.12 - - [2025-01-13 02:20:28] "POST /neutron/network HTTP/1.1" 200 833 0.007335 10.0.0.12 - - [2025-01-13 02:20:28] "GET /obj-perms HTTP/1.1" 200 5056 0.056286 10.0.0.12 - - [2025-01-13 02:20:29] "GET /obj-perms HTTP/1.1" 200 5056 0.072039 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/port HTTP/1.1" 200 3025 0.030382 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009740 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/port HTTP/1.1" 200 3025 0.050766 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012403 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/port HTTP/1.1" 200 3025 0.049888 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018332 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/port HTTP/1.1" 200 3025 0.042665 10.0.0.12 - - [2025-01-13 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009892 10.0.0.12 - - [2025-01-13 02:20:32] "POST /neutron/port HTTP/1.1" 200 3025 0.044204 10.0.0.12 - - [2025-01-13 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010649 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-machine/bbe6a7b0-04e5-4e4c-84e7-e53c21dcce94 HTTP/1.1" 200 1802 0.007463 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b HTTP/1.1" 200 2948 0.013373 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3 HTTP/1.1" 200 2947 0.014035 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3 HTTP/1.1" 200 2947 0.013458 10.0.0.12 - - [2025-01-13 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.12 - - [2025-01-13 02:20:32] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005415 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004328 10.0.0.12 - - [2025-01-13 02:20:32] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006431 10.0.0.12 - - [2025-01-13 02:20:34] "POST /neutron/port HTTP/1.1" 200 1088 0.021868 10.0.0.12 - - [2025-01-13 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007803 10.0.0.12 - - [2025-01-13 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.12 - - [2025-01-13 02:20:35] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006836 10.0.0.12 - - [2025-01-13 02:20:37] "POST /neutron/port HTTP/1.1" 200 1085 0.016953 10.0.0.12 - - [2025-01-13 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006463 10.0.0.12 - - [2025-01-13 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.12 - - [2025-01-13 02:20:39] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005915 10.0.0.12 - - [2025-01-13 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.12 - - [2025-01-13 02:20:43] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005768 10.0.0.12 - - [2025-01-13 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.12 - - [2025-01-13 02:20:47] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006073 10.0.0.12 - - [2025-01-13 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.12 - - [2025-01-13 02:20:50] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005283 10.0.0.12 - - [2025-01-13 02:20:50] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004251 10.0.0.12 - - [2025-01-13 02:20:50] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006057 10.0.0.12 - - [2025-01-13 02:20:50] "POST /neutron/port HTTP/1.1" 200 3025 0.023882 10.0.0.12 - - [2025-01-13 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006770 10.0.0.12 - - [2025-01-13 02:20:55] "POST /neutron/port HTTP/1.1" 200 3025 0.020523 10.0.0.12 - - [2025-01-13 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006429 10.0.0.12 - - [2025-01-13 02:21:00] "POST /neutron/port HTTP/1.1" 200 3025 0.025557 10.0.0.12 - - [2025-01-13 02:21:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008564 10.0.0.12 - - [2025-01-13 02:21:00] "POST /neutron/port HTTP/1.1" 200 3025 0.038771 10.0.0.12 - - [2025-01-13 02:21:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009852 10.0.0.12 - - [2025-01-13 02:21:05] "POST /neutron/port HTTP/1.1" 200 3025 0.021449 10.0.0.12 - - [2025-01-13 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008078 10.0.0.12 - - [2025-01-13 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.12 - - [2025-01-13 02:21:11] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005450 10.0.0.12 - - [2025-01-13 02:21:11] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004560 10.0.0.12 - - [2025-01-13 02:21:11] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007595 10.0.0.12 - - [2025-01-13 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.12 - - [2025-01-13 02:21:11] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004424 10.0.0.12 - - [2025-01-13 02:21:11] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003636 10.0.0.12 - - [2025-01-13 02:21:11] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007221 10.0.0.12 - - [2025-01-13 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003996 10.0.0.12 - - [2025-01-13 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.12 - - [2025-01-13 02:21:11] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002018 10.0.0.12 - - [2025-01-13 02:21:11] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040187 10.0.0.12 - - [2025-01-13 02:21:11] "POST /service-instances HTTP/1.1" 200 543 0.071250 10.0.0.12 - - [2025-01-13 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.12 - - [2025-01-13 02:21:12] "GET /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.007854 10.0.0.12 - - [2025-01-13 02:21:12] "POST /port-tuples HTTP/1.1" 200 586 0.032589 10.0.0.12 - - [2025-01-13 02:21:12] "GET /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006816 10.0.0.12 - - [2025-01-13 02:21:12] "PUT /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3 HTTP/1.1" 200 284 0.013896 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.014169 10.0.0.12 - - [2025-01-13 02:21:12] "POST /instance-ips HTTP/1.1" 200 385 0.033657 10.0.0.12 - - [2025-01-13 02:21:12] "GET /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.009019 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.024270 10.0.0.12 - - [2025-01-13 02:21:12] "PUT /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3 HTTP/1.1" 200 284 0.021050 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.021974 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.022689 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010038 10.0.0.12 - - [2025-01-13 02:21:12] "GET /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.009738 10.0.0.12 - - [2025-01-13 02:21:12] "POST /instance-ips HTTP/1.1" 200 385 0.044910 10.0.0.12 - - [2025-01-13 02:21:12] "PUT /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b HTTP/1.1" 200 284 0.023999 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.015310 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.022645 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.020200 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004735 10.0.0.12 - - [2025-01-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1088 0.021902 10.0.0.12 - - [2025-01-13 02:21:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009670 10.0.0.12 - - [2025-01-13 02:21:12] "POST /instance-ips HTTP/1.1" 200 373 0.022910 10.0.0.12 - - [2025-01-13 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.015330 10.0.0.12 - - [2025-01-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1088 0.031862 10.0.0.12 - - [2025-01-13 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017792 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.019025 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004532 10.0.0.12 - - [2025-01-13 02:21:13] "POST /neutron/port HTTP/1.1" 200 1088 0.027359 10.0.0.12 - - [2025-01-13 02:21:13] "POST /instance-ips HTTP/1.1" 200 373 0.035399 10.0.0.12 - - [2025-01-13 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013551 10.0.0.12 - - [2025-01-13 02:21:13] "GET /virtual-machine/f924cbc0-9174-4e02-a92c-d5501da3cc9e HTTP/1.1" 200 1291 0.006642 10.0.0.12 - - [2025-01-13 02:21:13] "GET /virtual-machine-interface/113b46e8-1602-4580-92cd-667eb1118087 HTTP/1.1" 200 2946 0.005944 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.013737 10.0.0.12 - - [2025-01-13 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.12 - - [2025-01-13 02:21:13] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004328 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.011483 10.0.0.12 - - [2025-01-13 02:21:13] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003823 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004230 10.0.0.12 - - [2025-01-13 02:21:13] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007201 10.0.0.12 - - [2025-01-13 02:21:13] "POST /instance-ips HTTP/1.1" 200 375 0.023071 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.013049 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.012988 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003654 10.0.0.12 - - [2025-01-13 02:21:13] "POST /instance-ips HTTP/1.1" 200 375 0.020150 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.013756 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.012423 10.0.0.12 - - [2025-01-13 02:21:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004263 10.0.0.12 - - [2025-01-13 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.12 - - [2025-01-13 02:21:14] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005241 10.0.0.12 - - [2025-01-13 02:21:14] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004035 10.0.0.12 - - [2025-01-13 02:21:14] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007222 10.0.0.12 - - [2025-01-13 02:21:14] "POST /neutron/port HTTP/1.1" 200 1085 0.018999 10.0.0.12 - - [2025-01-13 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008226 10.0.0.12 - - [2025-01-13 02:21:14] "POST /neutron/port HTTP/1.1" 200 1085 0.020199 10.0.0.12 - - [2025-01-13 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008394 10.0.0.12 - - [2025-01-13 02:21:15] "POST /neutron/port HTTP/1.1" 200 1085 0.018912 10.0.0.12 - - [2025-01-13 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008078 10.0.0.12 - - [2025-01-13 02:21:15] "GET /virtual-machine/620ec23f-9668-4bd9-b5d3-5ccd09b285ef HTTP/1.1" 200 1290 0.005890 10.0.0.12 - - [2025-01-13 02:21:15] "GET /virtual-machine-interface/a09960fe-e353-4c2a-ba5a-e0df11218e1e HTTP/1.1" 200 2950 0.006912 10.0.0.12 - - [2025-01-13 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.12 - - [2025-01-13 02:21:15] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004283 10.0.0.12 - - [2025-01-13 02:21:15] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004227 10.0.0.12 - - [2025-01-13 02:21:15] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008840 10.0.0.12 - - [2025-01-13 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.12 - - [2025-01-13 02:21:16] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004242 10.0.0.12 - - [2025-01-13 02:21:16] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004474 10.0.0.12 - - [2025-01-13 02:21:16] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006517 10.0.0.12 - - [2025-01-13 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003588 10.0.0.12 - - [2025-01-13 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.12 - - [2025-01-13 02:21:16] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.12 - - [2025-01-13 02:21:16] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.028702 10.0.0.12 - - [2025-01-13 02:21:16] "POST /network-policys HTTP/1.1" 200 547 0.024695 10.0.0.12 - - [2025-01-13 02:21:16] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.008226 10.0.0.12 - - [2025-01-13 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.12 - - [2025-01-13 02:21:17] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008472 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.12 - - [2025-01-13 02:21:17] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004654 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.005416 10.0.0.12 - - [2025-01-13 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.044394 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.12 - - [2025-01-13 02:21:17] "POST /access-control-lists HTTP/1.1" 200 601 0.076614 10.0.0.12 - - [2025-01-13 02:21:17] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004365 10.0.0.12 - - [2025-01-13 02:21:17] "POST /neutron/network HTTP/1.1" 200 922 0.009078 10.0.0.12 - - [2025-01-13 02:21:17] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006889 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.12 - - [2025-01-13 02:21:17] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005956 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.12 - - [2025-01-13 02:21:17] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006380 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.12 - - [2025-01-13 02:21:17] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003974 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.004320 10.0.0.12 - - [2025-01-13 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.073915 10.0.0.12 - - [2025-01-13 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.12 - - [2025-01-13 02:21:17] "POST /access-control-lists HTTP/1.1" 200 604 0.078705 10.0.0.12 - - [2025-01-13 02:21:17] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004720 10.0.0.12 - - [2025-01-13 02:21:17] "POST /routing-instances HTTP/1.1" 200 759 0.024147 10.0.0.12 - - [2025-01-13 02:21:17] "POST /neutron/network HTTP/1.1" 200 921 0.008684 10.0.0.12 - - [2025-01-13 02:21:18] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008984 10.0.0.12 - - [2025-01-13 02:21:18] "POST /route-targets HTTP/1.1" 200 327 0.013603 10.0.0.12 - - [2025-01-13 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.12 - - [2025-01-13 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.017163 10.0.0.12 - - [2025-01-13 02:21:18] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004346 10.0.0.12 - - [2025-01-13 02:21:18] "GET /routing-instance/4e4fce50-6050-4c16-8646-ecae9df4790e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.005020 10.0.0.12 - - [2025-01-13 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.12 - - [2025-01-13 02:21:18] "GET /routing-instance/4e4fce50-6050-4c16-8646-ecae9df4790e?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004530 10.0.0.12 - - [2025-01-13 02:21:18] "GET /service-template/f5a34d5e-5703-4e09-ab45-0fb9f799a466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004051 10.0.0.12 - - [2025-01-13 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.011248 10.0.0.12 - - [2025-01-13 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009790 10.0.0.12 - - [2025-01-13 02:21:18] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001849 10.0.0.12 - - [2025-01-13 02:21:18] "POST /routing-instances HTTP/1.1" 200 760 0.027254 10.0.0.12 - - [2025-01-13 02:21:18] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045527 10.0.0.12 - - [2025-01-13 02:21:18] "POST /route-targets HTTP/1.1" 200 327 0.013943 10.0.0.12 - - [2025-01-13 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.12 - - [2025-01-13 02:21:18] "GET /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.009983 10.0.0.12 - - [2025-01-13 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.025376 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domains HTTP/1.1" 200 280 0.004495 10.0.0.12 - - [2025-01-13 02:21:18] "GET /routing-instance/29fa940f-32e6-4d36-a401-521b444319c7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.005079 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002043 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2771 0.014931 10.0.0.12 - - [2025-01-13 02:21:18] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001659 10.0.0.12 - - [2025-01-13 02:21:18] "GET /routing-instance/29fa940f-32e6-4d36-a401-521b444319c7?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.004927 10.0.0.12 - - [2025-01-13 02:21:18] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 4234 0.084106 10.0.0.12 - - [2025-01-13 02:21:18] "PUT /routing-instance/4e4fce50-6050-4c16-8646-ecae9df4790e HTTP/1.1" 200 266 0.023886 10.0.0.12 - - [2025-01-13 02:21:18] "GET /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236 HTTP/1.1" 200 3783 0.011132 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domains HTTP/1.1" 200 280 0.003765 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001820 10.0.0.12 - - [2025-01-13 02:21:18] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2771 0.012176 10.0.0.12 - - [2025-01-13 02:21:18] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002484 10.0.0.12 - - [2025-01-13 02:21:18] "PUT /routing-instance/29fa940f-32e6-4d36-a401-521b444319c7 HTTP/1.1" 200 266 0.020195 10.0.0.12 - - [2025-01-13 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.023102 10.0.0.12 - - [2025-01-13 02:21:18] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 4234 0.097686 10.0.0.12 - - [2025-01-13 02:21:18] "GET /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236 HTTP/1.1" 200 3783 0.012145 10.0.0.12 - - [2025-01-13 02:21:18] "GET /port-tuple/0b8b4e08-be86-4ff6-967a-6174f4e8657c HTTP/1.1" 200 1978 0.005505 10.0.0.12 - - [2025-01-13 02:21:18] "GET /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b HTTP/1.1" 200 3803 0.009682 10.0.0.12 - - [2025-01-13 02:21:18] "GET /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3 HTTP/1.1" 200 3799 0.009757 10.0.0.12 - - [2025-01-13 02:21:18] "PUT /access-control-list/7b004978-3e69-4cb0-87b7-a15f8be0afc9 HTTP/1.1" 200 272 0.023317 10.0.0.12 - - [2025-01-13 02:21:18] "GET /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3 HTTP/1.1" 200 3817 0.013299 10.0.0.12 - - [2025-01-13 02:21:18] "PUT /access-control-list/629f4645-760a-4bc9-a729-d89fe1ccf872 HTTP/1.1" 200 272 0.026195 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/port HTTP/1.1" 200 3832 0.089443 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010128 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/port HTTP/1.1" 200 3832 0.037026 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007932 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/port HTTP/1.1" 200 3832 0.055000 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008471 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/port HTTP/1.1" 200 3832 0.041446 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009984 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 896 0.015259 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 922 0.007587 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 805 0.018751 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 831 0.007154 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 895 0.035017 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/network HTTP/1.1" 200 921 0.008283 10.0.0.12 - - [2025-01-13 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001648 10.0.0.12 - - [2025-01-13 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001810 10.0.0.12 - - [2025-01-13 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001638 10.0.0.12 - - [2025-01-13 02:21:19] "GET /virtual-machine/bbe6a7b0-04e5-4e4c-84e7-e53c21dcce94 HTTP/1.1" 200 1802 0.005299 10.0.0.12 - - [2025-01-13 02:21:19] "GET /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b HTTP/1.1" 200 3803 0.007061 10.0.0.12 - - [2025-01-13 02:21:19] "GET /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3 HTTP/1.1" 200 3799 0.006102 10.0.0.12 - - [2025-01-13 02:21:19] "GET /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3 HTTP/1.1" 200 3817 0.007671 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/02a583c1-c00d-4b7d-a2a0-99dbb85470e6 HTTP/1.1" 200 1959 0.004532 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/522c3c69-46a8-4014-9f7b-e1cbc97d4982 HTTP/1.1" 200 1958 0.005977 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/76c2f8b2-2dac-42f1-9994-db338f284e6b HTTP/1.1" 200 1621 0.006188 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/7a7d589c-0a5d-4d8d-a8e4-4cf06ce13ac1 HTTP/1.1" 200 1956 0.004765 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/cf4ec21e-8a83-4b51-b5d3-836a38ecf52d HTTP/1.1" 200 1955 0.004752 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/ddf2f0f7-8d5e-4d4a-8905-ec14dbe094e0 HTTP/1.1" 200 1623 0.008121 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/6f77ec86-5a03-44b7-b5a9-c4ec7cdb10de HTTP/1.1" 200 1980 0.007329 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/70d40c5b-b07f-46c5-8e86-254b3e348b18 HTTP/1.1" 200 1978 0.007014 10.0.0.12 - - [2025-01-13 02:21:19] "GET /instance-ip/c0e1c41f-7db0-483a-b054-799384c87032 HTTP/1.1" 200 1621 0.008384 10.0.0.12 - - [2025-01-13 02:21:19] "POST /neutron/port HTTP/1.1" 200 3832 0.042474 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008277 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/port HTTP/1.1" 200 3832 0.043277 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008175 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/port HTTP/1.1" 200 3832 0.046752 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007209 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/port HTTP/1.1" 200 3832 0.037347 10.0.0.12 - - [2025-01-13 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007069 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-machine/bbe6a7b0-04e5-4e4c-84e7-e53c21dcce94 HTTP/1.1" 200 1802 0.004252 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-machine-interface/35236e63-2fb4-48f9-84dc-205592b3d86b HTTP/1.1" 200 3803 0.005697 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-machine-interface/cc21548f-1288-490f-aa09-e12f52251fd3 HTTP/1.1" 200 3799 0.006177 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-machine-interface/d3668800-d56f-4886-bbb4-88030c81d9e3 HTTP/1.1" 200 3817 0.006269 10.0.0.12 - - [2025-01-13 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.12 - - [2025-01-13 02:21:20] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005885 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003578 10.0.0.12 - - [2025-01-13 02:21:20] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007822 10.0.0.12 - - [2025-01-13 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.12 - - [2025-01-13 02:21:21] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003731 10.0.0.12 - - [2025-01-13 02:21:21] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003477 10.0.0.12 - - [2025-01-13 02:21:21] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006987 10.0.0.12 - - [2025-01-13 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.12 - - [2025-01-13 02:21:21] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004386 10.0.0.12 - - [2025-01-13 02:21:21] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003552 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006212 10.0.0.12 - - [2025-01-13 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.12 - - [2025-01-13 02:21:22] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004128 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003806 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006949 10.0.0.12 - - [2025-01-13 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.12 - - [2025-01-13 02:21:22] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004234 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003860 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008254 10.0.0.12 - - [2025-01-13 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.12 - - [2025-01-13 02:21:22] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004670 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003569 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006713 10.0.0.12 - - [2025-01-13 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.12 - - [2025-01-13 02:21:22] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004136 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003477 10.0.0.12 - - [2025-01-13 02:21:22] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007267 10.0.0.12 - - [2025-01-13 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.12 - - [2025-01-13 02:21:23] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004649 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004020 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006267 10.0.0.12 - - [2025-01-13 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.12 - - [2025-01-13 02:21:23] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004005 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003711 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-network/442a64fd-1110-4cf2-83c0-b8aeb7671dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006652 10.0.0.12 - - [2025-01-13 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.12 - - [2025-01-13 02:21:23] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003854 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003222 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007474 10.0.0.12 - - [2025-01-13 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.12 - - [2025-01-13 02:21:23] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004374 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004486 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/port HTTP/1.1" 200 1088 0.023586 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007594 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/port HTTP/1.1" 200 1088 0.020159 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/network HTTP/1.1" 200 932 0.008719 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004247 10.0.0.12 - - [2025-01-13 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.013533 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001445 10.0.0.12 - - [2025-01-13 02:21:23] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004252 10.0.0.12 - - [2025-01-13 02:21:23] "POST /neutron/network HTTP/1.1" 200 922 0.008575 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003448 10.0.0.12 - - [2025-01-13 02:21:23] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006288 10.0.0.12 - - [2025-01-13 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.12 - - [2025-01-13 02:21:24] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004243 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-networks?parent_id=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003984 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006068 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-machine/bbe6a7b0-04e5-4e4c-84e7-e53c21dcce94 HTTP/1.1" 200 1802 0.005501 10.0.0.12 - - [2025-01-13 02:21:24] "GET /domains HTTP/1.1" 200 280 0.003599 10.0.0.12 - - [2025-01-13 02:21:24] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001778 10.0.0.12 - - [2025-01-13 02:21:24] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2771 0.010045 10.0.0.12 - - [2025-01-13 02:21:24] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.12 - - [2025-01-13 02:21:24] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 4234 0.081648 10.0.0.12 - - [2025-01-13 02:21:24] "GET /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236 HTTP/1.1" 200 3783 0.006104 10.0.0.12 - - [2025-01-13 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.12 - - [2025-01-13 02:21:24] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004273 10.0.0.12 - - [2025-01-13 02:21:24] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005799 10.0.0.12 - - [2025-01-13 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.12 - - [2025-01-13 02:21:24] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004522 10.0.0.12 - - [2025-01-13 02:21:24] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005852 10.0.0.12 - - [2025-01-13 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006415 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?fields=routing_instances HTTP/1.1" 200 1683 0.008279 10.0.0.12 - - [2025-01-13 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006644 10.0.0.12 - - [2025-01-13 02:21:24] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?fields=routing_instances HTTP/1.1" 200 1689 0.007925 10.0.0.12 - - [2025-01-13 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.037504 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /access-control-list/629f4645-760a-4bc9-a729-d89fe1ccf872 HTTP/1.1" 200 115 0.035788 10.0.0.12 - - [2025-01-13 02:21:29] "POST /neutron/network HTTP/1.1" 200 833 0.013974 10.0.0.12 - - [2025-01-13 02:21:29] "GET /virtual-network/dd98553a-9ddc-4859-b158-380c45ab10ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006810 10.0.0.12 - - [2025-01-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /routing-instance/4e4fce50-6050-4c16-8646-ecae9df4790e HTTP/1.1" 200 115 0.031994 10.0.0.12 - - [2025-01-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.12 - - [2025-01-13 02:21:29] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004233 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /route-target/07804a4b-bef9-4f26-98ba-e9b783283f4e HTTP/1.1" 200 115 0.020967 10.0.0.12 - - [2025-01-13 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.044648 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /routing-instance/29fa940f-32e6-4d36-a401-521b444319c7 HTTP/1.1" 200 115 0.059451 10.0.0.12 - - [2025-01-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.12 - - [2025-01-13 02:21:29] "POST /neutron/network HTTP/1.1" 200 834 0.009409 10.0.0.12 - - [2025-01-13 02:21:29] "GET /virtual-network/8282c24d-2e1a-46d7-abb2-594c223e496b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008096 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /route-target/993dc04d-5eb7-4373-8f03-433e36971cbb HTTP/1.1" 200 115 0.019786 10.0.0.12 - - [2025-01-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /access-control-list/7b004978-3e69-4cb0-87b7-a15f8be0afc9 HTTP/1.1" 200 115 0.033715 10.0.0.12 - - [2025-01-13 02:21:29] "GET /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004495 10.0.0.12 - - [2025-01-13 02:21:29] "GET /obj-perms HTTP/1.1" 200 5056 0.093698 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /network-policy/7d3991b7-afd7-4f9d-b1a0-848a4c4e7c36 HTTP/1.1" 200 115 0.022796 10.0.0.12 - - [2025-01-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /service-instance/78f3d189-1a68-420c-9667-8255ebdcc236 HTTP/1.1" 200 115 0.061864 10.0.0.12 - - [2025-01-13 02:21:29] "GET /domains HTTP/1.1" 200 280 0.003908 10.0.0.12 - - [2025-01-13 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.026761 10.0.0.12 - - [2025-01-13 02:21:29] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.12 - - [2025-01-13 02:21:29] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2771 0.015981 10.0.0.12 - - [2025-01-13 02:21:29] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.12 - - [2025-01-13 02:21:29] "DELETE /instance-ip/6f77ec86-5a03-44b7-b5a9-c4ec7cdb10de HTTP/1.1" 200 115 0.041152 10.0.0.12 - - [2025-01-13 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.011687 10.0.0.12 - - [2025-01-13 02:21:30] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 3760 0.082785 10.0.0.12 - - [2025-01-13 02:21:30] "GET /virtual-machine/bbe6a7b0-04e5-4e4c-84e7-e53c21dcce94 HTTP/1.1" 200 1802 0.005730 10.0.0.12 - - [2025-01-13 02:21:30] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002419 10.0.0.12 - - [2025-01-13 02:21:30] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004882 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /instance-ip/02a583c1-c00d-4b7d-a2a0-99dbb85470e6 HTTP/1.1" 200 115 0.036538 10.0.0.12 - - [2025-01-13 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.012098 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /instance-ip/522c3c69-46a8-4014-9f7b-e1cbc97d4982 HTTP/1.1" 200 115 0.064344 10.0.0.12 - - [2025-01-13 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.12 - - [2025-01-13 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.012769 10.0.0.12 - - [2025-01-13 02:21:30] "GET /obj-perms HTTP/1.1" 200 5056 0.091888 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /service-template/f5a34d5e-5703-4e09-ab45-0fb9f799a466 HTTP/1.1" 200 115 0.031831 10.0.0.12 - - [2025-01-13 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003976 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /instance-ip/cf4ec21e-8a83-4b51-b5d3-836a38ecf52d HTTP/1.1" 200 115 0.035654 10.0.0.12 - - [2025-01-13 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.017528 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /instance-ip/70d40c5b-b07f-46c5-8e86-254b3e348b18 HTTP/1.1" 200 115 0.023345 10.0.0.12 - - [2025-01-13 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.031483 10.0.0.12 - - [2025-01-13 02:21:30] "DELETE /instance-ip/7a7d589c-0a5d-4d8d-a8e4-4cf06ce13ac1 HTTP/1.1" 200 115 0.037688 10.0.0.12 - - [2025-01-13 02:21:30] "POST /neutron/network HTTP/1.1" 200 833 0.008368 10.0.0.12 - - [2025-01-13 02:21:30] "POST /neutron/network HTTP/1.1" 400 204 0.018971 10.0.0.12 - - [2025-01-13 02:21:30] "POST /neutron/port HTTP/1.1" 200 1085 0.016842 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1111 0.012431 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.099359 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.016835 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1114 0.011626 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 3025 0.029887 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1111 0.015160 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.155122 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.133567 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1114 0.009902 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.106677 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 1111 0.011937 10.0.0.12 - - [2025-01-13 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.104257 10.0.0.12 - - [2025-01-13 02:21:32] "POST /neutron/network HTTP/1.1" 200 833 0.007674 10.0.0.12 - - [2025-01-13 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006220 10.0.0.12 - - [2025-01-13 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002896 10.0.0.12 - - [2025-01-13 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004255 10.0.0.12 - - [2025-01-13 02:21:32] "POST /neutron/network HTTP/1.1" 200 151 0.100501 10.0.0.12 - - [2025-01-13 02:21:32] "DELETE /route-target/3409e228-7d90-4f51-bce4-1fed1c478a31 HTTP/1.1" 200 115 0.023683 10.0.0.12 - - [2025-01-13 02:21:32] "GET /routing-instance/2603f892-b49e-4e97-883d-bf4ad1d9a7b4 HTTP/1.1" 404 171 0.004841 10.0.0.12 - - [2025-01-13 02:21:32] "GET /domains HTTP/1.1" 200 280 0.002727 10.0.0.12 - - [2025-01-13 02:21:32] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.12 - - [2025-01-13 02:21:32] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2571 0.052600 10.0.0.12 - - [2025-01-13 02:21:32] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.12 - - [2025-01-13 02:21:33] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2299 0.073408 10.0.0.12 - - [2025-01-13 02:21:33] "POST /neutron/network HTTP/1.1" 200 834 0.006901 10.0.0.12 - - [2025-01-13 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.12 - - [2025-01-13 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.12 - - [2025-01-13 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.12 - - [2025-01-13 02:21:33] "POST /neutron/network HTTP/1.1" 200 151 0.099383 10.0.0.12 - - [2025-01-13 02:21:33] "GET /routing-instance/c3a73d79-0527-44e9-bf3e-8d867c2eceab HTTP/1.1" 404 171 0.004935 10.0.0.12 - - [2025-01-13 02:21:33] "DELETE /route-target/5ec76852-8e00-4337-b2c8-6ba87c5910cb HTTP/1.1" 200 115 0.017771 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domains HTTP/1.1" 200 280 0.004366 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2571 0.054920 10.0.0.12 - - [2025-01-13 02:21:33] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.12 - - [2025-01-13 02:21:33] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 2081 0.076901 10.0.0.12 - - [2025-01-13 02:21:33] "POST /neutron/network HTTP/1.1" 200 831 0.006782 10.0.0.12 - - [2025-01-13 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.12 - - [2025-01-13 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004393 10.0.0.12 - - [2025-01-13 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002695 10.0.0.12 - - [2025-01-13 02:21:33] "POST /neutron/network HTTP/1.1" 200 151 0.101685 10.0.0.12 - - [2025-01-13 02:21:33] "DELETE /route-target/f36f00de-ac51-426a-a9d4-4613622a245f HTTP/1.1" 200 115 0.030452 10.0.0.12 - - [2025-01-13 02:21:33] "GET /routing-instance/8c2abd3f-9fb4-4519-9655-49f6a63650b3 HTTP/1.1" 404 171 0.004589 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domains HTTP/1.1" 200 280 0.003070 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.12 - - [2025-01-13 02:21:33] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2571 0.053085 10.0.0.12 - - [2025-01-13 02:21:33] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001898 10.0.0.12 - - [2025-01-13 02:21:33] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 1841 0.074819 10.0.0.12 - - [2025-01-13 02:21:33] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.12 - - [2025-01-13 02:21:34] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.034203 10.0.0.12 - - [2025-01-13 02:21:34] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002224 10.0.0.12 - - [2025-01-13 02:21:34] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?fields=virtual_networks HTTP/1.1" 200 1029 0.080045 10.0.0.12 - - [2025-01-13 02:21:34] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.12 - - [2025-01-13 02:21:34] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.028894 10.0.0.12 - - [2025-01-13 02:21:34] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.12 - - [2025-01-13 02:21:34] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?fields=security_groups HTTP/1.1" 200 1253 0.031112 10.0.0.12 - - [2025-01-13 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.025283 10.0.0.12 - - [2025-01-13 02:21:35] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003318 10.0.0.12 - - [2025-01-13 02:21:35] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001541 10.0.0.12 - - [2025-01-13 02:21:35] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009089 10.0.0.12 - - [2025-01-13 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 191 0.002922 10.0.0.12 - - [2025-01-13 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.002808 10.0.0.12 - - [2025-01-13 02:21:35] "POST /security-groups HTTP/1.1" 200 592 0.063623 10.0.0.12 - - [2025-01-13 02:21:35] "POST /projects HTTP/1.1" 200 587 0.223216 10.0.0.12 - - [2025-01-13 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 235 0.031354 10.0.0.12 - - [2025-01-13 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.293616 10.0.0.12 - - [2025-01-13 02:21:35] "POST /access-control-lists HTTP/1.1" 200 597 0.058810 10.0.0.12 - - [2025-01-13 02:21:35] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.425780 10.0.0.12 - - [2025-01-13 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.002381 10.0.0.12 - - [2025-01-13 02:21:35] "POST /access-control-lists HTTP/1.1" 200 595 0.060129 10.0.0.12 - - [2025-01-13 02:21:36] "GET / HTTP/1.1" 200 35931 0.002513 10.0.0.12 - - [2025-01-13 02:21:37] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000521 10.0.0.12 - - [2025-01-13 02:21:38] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001712 10.0.0.12 - - [2025-01-13 02:21:38] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055378 10.0.0.12 - - [2025-01-13 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.002822 10.0.0.12 - - [2025-01-13 02:21:38] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018872 10.0.0.12 - - [2025-01-13 02:21:38] "GET /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.010558 10.0.0.12 - - [2025-01-13 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.12 - - [2025-01-13 02:21:38] "GET /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004096 10.0.0.12 - - [2025-01-13 02:21:38] "GET /domains HTTP/1.1" 401 292 0.000592 10.0.0.12 - - [2025-01-13 02:21:38] "GET /domains HTTP/1.1" 200 280 0.027276 10.0.0.12 - - [2025-01-13 02:21:38] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.12 - - [2025-01-13 02:21:38] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2958 0.009071 10.0.0.12 - - [2025-01-13 02:21:38] "GET /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366 HTTP/1.1" 200 1439 0.003998 10.0.0.12 - - [2025-01-13 02:21:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002199 10.0.0.12 - - [2025-01-13 02:21:38] "POST /network-ipams HTTP/1.1" 200 514 0.017839 10.0.0.12 - - [2025-01-13 02:21:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003225 10.0.0.12 - - [2025-01-13 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.12 - - [2025-01-13 02:21:39] "GET /network-ipam/759e2588-52ba-4553-8f5e-1ddd9aa0d76b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004904 10.0.0.12 - - [2025-01-13 02:21:39] "PUT /network-ipam/759e2588-52ba-4553-8f5e-1ddd9aa0d76b HTTP/1.1" 200 258 0.010909 10.0.0.12 - - [2025-01-13 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.12 - - [2025-01-13 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.12 - - [2025-01-13 02:21:39] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001700 10.0.0.12 - - [2025-01-13 02:21:39] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024245 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/network HTTP/1.1" 200 117 0.030199 10.0.0.12 - - [2025-01-13 02:21:39] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001517 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/network HTTP/1.1" 200 618 0.085984 10.0.0.12 - - [2025-01-13 02:21:39] "POST /route-targets HTTP/1.1" 200 327 0.015160 10.0.0.12 - - [2025-01-13 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.013998 10.0.0.12 - - [2025-01-13 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005863 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 711 0.220507 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/network HTTP/1.1" 200 833 0.007712 10.0.0.12 - - [2025-01-13 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.002312 10.0.0.12 - - [2025-01-13 02:21:39] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007890 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/network HTTP/1.1" 200 833 0.006022 10.0.0.12 - - [2025-01-13 02:21:39] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005613 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/network HTTP/1.1" 200 833 0.006899 10.0.0.12 - - [2025-01-13 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 711 0.009961 10.0.0.12 - - [2025-01-13 02:21:40] "POST /neutron/network HTTP/1.1" 200 807 0.011859 10.0.0.12 - - [2025-01-13 02:21:40] "POST /neutron/network HTTP/1.1" 200 833 0.005913 10.0.0.12 - - [2025-01-13 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001345 10.0.0.12 - - [2025-01-13 02:21:40] "POST /neutron/network HTTP/1.1" 200 843 0.006367 10.0.0.12 - - [2025-01-13 02:21:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000574 10.0.0.12 - - [2025-01-13 02:21:40] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.12 - - [2025-01-13 02:21:40] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.12 - - [2025-01-13 02:21:40] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001263 10.0.0.12 - - [2025-01-13 02:21:41] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049973 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/network HTTP/1.1" 200 833 0.006330 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.005378 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.005356 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.006129 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/network HTTP/1.1" 200 843 0.006577 10.0.0.12 - - [2025-01-13 02:21:41] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001987 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.218971 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.013088 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.009845 10.0.0.12 - - [2025-01-13 02:21:41] "POST /neutron/port HTTP/1.1" 200 1112 0.075304 10.0.0.12 - - [2025-01-13 02:21:42] "POST /neutron/port HTTP/1.1" 200 1086 0.015935 10.0.0.12 - - [2025-01-13 02:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.12 - - [2025-01-13 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 685 0.012583 10.0.0.12 - - [2025-01-13 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.003139 10.0.0.12 - - [2025-01-13 02:21:42] "POST /neutron/network HTTP/1.1" 200 833 0.006613 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018830 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007490 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018635 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006994 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/port HTTP/1.1" 200 1086 0.017443 10.0.0.12 - - [2025-01-13 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007372 10.0.0.12 - - [2025-01-13 02:21:46] "GET /virtual-machine/f1687745-8fcd-4e20-ad08-3424569b5bd9 HTTP/1.1" 200 1294 0.005101 10.0.0.12 - - [2025-01-13 02:21:46] "GET /virtual-machine-interface/177ccbeb-07a7-4241-b60a-f3f69ff1bb5f HTTP/1.1" 200 2964 0.006001 10.0.0.12 - - [2025-01-13 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.12 - - [2025-01-13 02:21:46] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004148 10.0.0.12 - - [2025-01-13 02:21:46] "GET /virtual-networks?parent_id=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004144 10.0.0.12 - - [2025-01-13 02:21:46] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006915 10.0.0.12 - - [2025-01-13 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.12 - - [2025-01-13 02:21:49] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005689 10.0.0.12 - - [2025-01-13 02:21:51] "POST /neutron/port HTTP/1.1" 200 1086 0.017315 10.0.0.12 - - [2025-01-13 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006897 10.0.0.12 - - [2025-01-13 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.12 - - [2025-01-13 02:21:53] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003260 10.0.0.12 - - [2025-01-13 02:21:53] "GET /virtual-networks?parent_id=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003207 10.0.0.12 - - [2025-01-13 02:21:54] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006173 10.0.0.12 - - [2025-01-13 02:21:58] "POST /neutron/network HTTP/1.1" 200 807 0.010970 10.0.0.12 - - [2025-01-13 02:21:58] "POST /neutron/network HTTP/1.1" 200 833 0.006036 10.0.0.12 - - [2025-01-13 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001431 10.0.0.12 - - [2025-01-13 02:21:58] "POST /neutron/port HTTP/1.1" 200 1086 0.017694 10.0.0.12 - - [2025-01-13 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006571 10.0.0.12 - - [2025-01-13 02:21:58] "POST /neutron/network HTTP/1.1" 200 843 0.006844 10.0.0.12 - - [2025-01-13 02:21:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.12 - - [2025-01-13 02:21:59] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.12 - - [2025-01-13 02:21:59] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.12 - - [2025-01-13 02:21:59] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.12 - - [2025-01-13 02:21:59] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050509 10.0.0.12 - - [2025-01-13 02:21:59] "POST /neutron/network HTTP/1.1" 200 833 0.006117 10.0.0.12 - - [2025-01-13 02:21:59] "POST /neutron/port HTTP/1.1" 200 1086 0.022026 10.0.0.12 - - [2025-01-13 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006980 10.0.0.12 - - [2025-01-13 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.12 - - [2025-01-13 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.005080 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/network HTTP/1.1" 200 843 0.006546 10.0.0.12 - - [2025-01-13 02:22:00] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002127 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1058 0.244050 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1058 0.014096 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1058 0.018572 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1112 0.081846 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1086 0.018638 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004666 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.015463 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001583 10.0.0.12 - - [2025-01-13 02:22:00] "POST /neutron/network HTTP/1.1" 200 833 0.006383 10.0.0.12 - - [2025-01-13 02:22:04] "POST /neutron/port HTTP/1.1" 200 1086 0.016145 10.0.0.12 - - [2025-01-13 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006660 10.0.0.12 - - [2025-01-13 02:22:05] "POST /neutron/port HTTP/1.1" 200 1086 0.016869 10.0.0.12 - - [2025-01-13 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006808 10.0.0.12 - - [2025-01-13 02:22:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015648 10.0.0.12 - - [2025-01-13 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007153 10.0.0.12 - - [2025-01-13 02:22:05] "GET /virtual-machine/a966dc7a-b3a9-44ec-93aa-5fa18ea323ae HTTP/1.1" 200 1294 0.005516 10.0.0.12 - - [2025-01-13 02:22:05] "GET /virtual-machine-interface/5451cbd4-d692-404d-a372-44d2862c360e HTTP/1.1" 200 2964 0.005858 10.0.0.12 - - [2025-01-13 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.12 - - [2025-01-13 02:22:05] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003373 10.0.0.12 - - [2025-01-13 02:22:05] "GET /virtual-networks?parent_id=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003343 10.0.0.12 - - [2025-01-13 02:22:05] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006730 10.0.0.12 - - [2025-01-13 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.12 - - [2025-01-13 02:22:08] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008241 10.0.0.12 - - [2025-01-13 02:22:10] "POST /neutron/port HTTP/1.1" 200 1086 0.019272 10.0.0.12 - - [2025-01-13 02:22:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006824 10.0.0.12 - - [2025-01-13 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.12 - - [2025-01-13 02:22:12] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004287 10.0.0.12 - - [2025-01-13 02:22:12] "GET /virtual-networks?parent_id=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004158 10.0.0.12 - - [2025-01-13 02:22:12] "GET /virtual-network/f2e31b8c-22fc-44b1-bd52-0b0f55a04260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007571 10.0.0.12 - - [2025-01-13 02:22:12] "POST /neutron/port HTTP/1.1" 200 1086 0.018630 10.0.0.12 - - [2025-01-13 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007728 10.0.0.12 - - [2025-01-13 02:22:22] "DELETE /project/18f4ae6f724a484f9574e3b11eaeda8e HTTP/1.1" 404 173 0.006133 10.0.0.12 - - [2025-01-13 02:22:22] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002051 10.0.0.12 - - [2025-01-13 02:22:22] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.030586 10.0.0.12 - - [2025-01-13 02:22:22] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.12 - - [2025-01-13 02:22:22] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?fields=security_groups HTTP/1.1" 200 1358 0.084452 10.0.0.12 - - [2025-01-13 02:22:22] "DELETE /security-group/dc0c0244-7099-4a13-abcf-24d61a64dce7 HTTP/1.1" 200 115 0.051008 10.0.0.12 - - [2025-01-13 02:22:22] "GET /projects?obj_uuids=9330d203-2ce9-47fd-9beb-f75e18d2bdc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001895 10.0.0.12 - - [2025-01-13 02:22:22] "DELETE /access-control-list/a173813b-36bb-4eaa-841e-ed2db3af147d HTTP/1.1" 200 115 0.049404 10.0.0.12 - - [2025-01-13 02:22:22] "GET /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2?fields=application_policy_sets HTTP/1.1" 200 1397 0.043567 10.0.0.12 - - [2025-01-13 02:22:22] "DELETE /access-control-list/a6d80b5a-7d3a-469f-b32b-6b9aadcd3aa2 HTTP/1.1" 200 115 0.031506 10.0.0.12 - - [2025-01-13 02:22:23] "DELETE /project/9330d203-2ce9-47fd-9beb-f75e18d2bdc2 HTTP/1.1" 200 115 0.398838 10.0.0.12 - - [2025-01-13 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.12 - - [2025-01-13 02:22:24] "DELETE /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366 HTTP/1.1" 409 235 0.007761 10.0.0.12 - - [2025-01-13 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.005040 10.0.0.12 - - [2025-01-13 02:22:24] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019678 10.0.0.12 - - [2025-01-13 02:22:24] "GET /virtual-DNS-record/0e69460a-fb3d-4bcd-9c32-71e3be6ba9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005496 10.0.0.12 - - [2025-01-13 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.12 - - [2025-01-13 02:22:24] "GET /virtual-DNS-record/0e69460a-fb3d-4bcd-9c32-71e3be6ba9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004772 10.0.0.12 - - [2025-01-13 02:22:24] "GET /domains HTTP/1.1" 200 280 0.003293 10.0.0.12 - - [2025-01-13 02:22:24] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.12 - - [2025-01-13 02:22:24] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2774 0.011319 10.0.0.12 - - [2025-01-13 02:22:24] "GET /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366 HTTP/1.1" 200 1908 0.005723 10.0.0.12 - - [2025-01-13 02:22:24] "GET /virtual-DNS-record/0e69460a-fb3d-4bcd-9c32-71e3be6ba9d5 HTTP/1.1" 200 1336 0.003920 10.0.0.12 - - [2025-01-13 02:22:30] "DELETE /virtual-DNS-record/0e69460a-fb3d-4bcd-9c32-71e3be6ba9d5 HTTP/1.1" 200 115 0.031143 10.0.0.12 - - [2025-01-13 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.003017 10.0.0.12 - - [2025-01-13 02:22:30] "POST /neutron/network HTTP/1.1" 200 833 0.010975 10.0.0.12 - - [2025-01-13 02:22:30] "POST /neutron/network HTTP/1.1" 400 204 0.015394 10.0.0.12 - - [2025-01-13 02:22:30] "GET /obj-perms HTTP/1.1" 200 5056 0.059942 10.0.0.12 - - [2025-01-13 02:22:30] "POST /neutron/port HTTP/1.1" 200 1086 0.022240 10.0.0.12 - - [2025-01-13 02:22:30] "POST /neutron/port HTTP/1.1" 200 1112 0.015738 10.0.0.12 - - [2025-01-13 02:22:31] "POST /neutron/port HTTP/1.1" 200 1086 0.032205 10.0.0.12 - - [2025-01-13 02:22:31] "GET /obj-perms HTTP/1.1" 200 5056 0.090185 10.0.0.12 - - [2025-01-13 02:22:31] "POST /neutron/port HTTP/1.1" 200 1112 0.023790 10.0.0.12 - - [2025-01-13 02:22:31] "POST /neutron/port HTTP/1.1" 200 151 0.167588 10.0.0.12 - - [2025-01-13 02:22:31] "POST /neutron/port HTTP/1.1" 200 151 0.120239 10.0.0.12 - - [2025-01-13 02:22:32] "POST /neutron/network HTTP/1.1" 200 833 0.007674 10.0.0.12 - - [2025-01-13 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011821 10.0.0.12 - - [2025-01-13 02:22:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004176 10.0.0.12 - - [2025-01-13 02:22:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006161 10.0.0.12 - - [2025-01-13 02:22:32] "POST /neutron/network HTTP/1.1" 200 151 0.223184 10.0.0.12 - - [2025-01-13 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009580 10.0.0.12 - - [2025-01-13 02:22:32] "DELETE /route-target/da8a0ad5-a4cb-4042-af90-c0871d6f3319 HTTP/1.1" 200 115 0.040594 10.0.0.12 - - [2025-01-13 02:22:32] "DELETE /network-ipam/759e2588-52ba-4553-8f5e-1ddd9aa0d76b HTTP/1.1" 200 115 0.049458 10.0.0.12 - - [2025-01-13 02:22:32] "DELETE /virtual-DNS/b67f244b-67bf-4224-a4f1-fd487a097366 HTTP/1.1" 200 115 0.028784 10.0.0.12 - - [2025-01-13 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.005003 10.0.0.12 - - [2025-01-13 02:22:32] "GET /domains HTTP/1.1" 200 280 0.004929 10.0.0.12 - - [2025-01-13 02:22:32] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001884 10.0.0.12 - - [2025-01-13 02:22:32] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2574 0.011215 10.0.0.12 - - [2025-01-13 02:22:33] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.12 - - [2025-01-13 02:22:33] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032943 10.0.0.12 - - [2025-01-13 02:22:33] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001744 10.0.0.12 - - [2025-01-13 02:22:33] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?fields=virtual_networks HTTP/1.1" 200 1034 0.074965 10.0.0.12 - - [2025-01-13 02:22:33] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002014 10.0.0.12 - - [2025-01-13 02:22:33] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035940 10.0.0.12 - - [2025-01-13 02:22:33] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001838 10.0.0.12 - - [2025-01-13 02:22:33] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?fields=security_groups HTTP/1.1" 200 1261 0.035466 10.0.0.12 - - [2025-01-13 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.031356 10.0.0.12 - - [2025-01-13 02:22:34] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213 10.0.0.12 - - [2025-01-13 02:22:34] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.12 - - [2025-01-13 02:22:34] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010862 10.0.0.12 - - [2025-01-13 02:22:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.001892 10.0.0.12 - - [2025-01-13 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003499 10.0.0.12 - - [2025-01-13 02:22:34] "POST /security-groups HTTP/1.1" 200 592 0.072313 10.0.0.12 - - [2025-01-13 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 235 0.004748 10.0.0.12 - - [2025-01-13 02:22:34] "POST /projects HTTP/1.1" 200 587 0.251929 10.0.0.12 - - [2025-01-13 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.285203 10.0.0.12 - - [2025-01-13 02:22:34] "POST /access-control-lists HTTP/1.1" 200 597 0.065755 10.0.0.12 - - [2025-01-13 02:22:34] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.440365 10.0.0.12 - - [2025-01-13 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.003334 10.0.0.12 - - [2025-01-13 02:22:35] "POST /access-control-lists HTTP/1.1" 200 595 0.064413 10.0.0.12 - - [2025-01-13 02:22:36] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.12 - - [2025-01-13 02:22:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.12 - - [2025-01-13 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.067992 10.0.0.12 - - [2025-01-13 02:22:37] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.12 - - [2025-01-13 02:22:37] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026628 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/network HTTP/1.1" 200 117 0.029763 10.0.0.12 - - [2025-01-13 02:22:37] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001679 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/network HTTP/1.1" 200 606 0.072624 10.0.0.12 - - [2025-01-13 02:22:37] "POST /route-targets HTTP/1.1" 200 327 0.011988 10.0.0.12 - - [2025-01-13 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.012025 10.0.0.12 - - [2025-01-13 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003436 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/subnet HTTP/1.1" 200 714 0.201699 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/network HTTP/1.1" 200 823 0.006179 10.0.0.12 - - [2025-01-13 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001379 10.0.0.12 - - [2025-01-13 02:22:37] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005789 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/network HTTP/1.1" 200 823 0.005785 10.0.0.12 - - [2025-01-13 02:22:37] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005606 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/network HTTP/1.1" 200 823 0.006257 10.0.0.12 - - [2025-01-13 02:22:37] "POST /neutron/subnet HTTP/1.1" 200 714 0.007417 10.0.0.12 - - [2025-01-13 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001252 10.0.0.12 - - [2025-01-13 02:22:38] "POST /neutron/network HTTP/1.1" 200 833 0.006162 10.0.0.12 - - [2025-01-13 02:22:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000490 10.0.0.12 - - [2025-01-13 02:22:38] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.12 - - [2025-01-13 02:22:38] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.12 - - [2025-01-13 02:22:38] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.12 - - [2025-01-13 02:22:38] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.056220 10.0.0.12 - - [2025-01-13 02:22:38] "POST /neutron/network HTTP/1.1" 200 823 0.006239 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.005246 10.0.0.12 - - [2025-01-13 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001641 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/network HTTP/1.1" 200 833 0.006648 10.0.0.12 - - [2025-01-13 02:22:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000576 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/network HTTP/1.1" 200 833 0.006452 10.0.0.12 - - [2025-01-13 02:22:39] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001756 10.0.0.12 - - [2025-01-13 02:22:39] "GET / HTTP/1.1" 200 35931 0.008332 10.0.0.12 - - [2025-01-13 02:22:39] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 1059 0.245399 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 1059 0.010772 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 1059 0.010134 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 1113 0.074053 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016679 10.0.0.12 - - [2025-01-13 02:22:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 688 0.014051 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/network HTTP/1.1" 200 823 0.006570 10.0.0.12 - - [2025-01-13 02:22:40] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001439 10.0.0.12 - - [2025-01-13 02:22:40] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060246 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/network HTTP/1.1" 200 823 0.006555 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/port HTTP/1.1" 200 1087 0.024938 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010781 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.008811 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/port HTTP/1.1" 200 1087 0.021139 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009055 10.0.0.12 - - [2025-01-13 02:22:40] "POST /neutron/network HTTP/1.1" 200 833 0.009148 10.0.0.12 - - [2025-01-13 02:22:40] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001907 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 1059 0.305947 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 1059 0.024366 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 1059 0.020870 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 1113 0.116166 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 1087 0.030972 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004740 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 688 0.012310 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.001800 10.0.0.12 - - [2025-01-13 02:22:41] "POST /neutron/network HTTP/1.1" 200 823 0.006613 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/port HTTP/1.1" 200 1087 0.018911 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007532 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/port HTTP/1.1" 200 1087 0.018951 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008871 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/port HTTP/1.1" 200 1087 0.020704 10.0.0.12 - - [2025-01-13 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009650 10.0.0.12 - - [2025-01-13 02:22:45] "GET /virtual-machine/a0717a13-a4a3-41c9-96c8-7a431f9d051e HTTP/1.1" 401 292 0.000547 10.0.0.12 - - [2025-01-13 02:22:46] "GET /virtual-machine/a0717a13-a4a3-41c9-96c8-7a431f9d051e HTTP/1.1" 200 1294 0.035494 10.0.0.12 - - [2025-01-13 02:22:46] "GET /virtual-machine-interface/717f0547-3778-4cb7-9bfe-36bf4bb940ca HTTP/1.1" 200 2946 0.006983 10.0.0.12 - - [2025-01-13 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.12 - - [2025-01-13 02:22:46] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004510 10.0.0.12 - - [2025-01-13 02:22:46] "GET /virtual-networks?parent_id=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004333 10.0.0.12 - - [2025-01-13 02:22:46] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006080 10.0.0.12 - - [2025-01-13 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.12 - - [2025-01-13 02:22:49] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007771 10.0.0.12 - - [2025-01-13 02:22:50] "POST /neutron/port HTTP/1.1" 200 1087 0.020663 10.0.0.12 - - [2025-01-13 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009309 10.0.0.12 - - [2025-01-13 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.12 - - [2025-01-13 02:22:51] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003677 10.0.0.12 - - [2025-01-13 02:22:51] "GET /virtual-networks?parent_id=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003471 10.0.0.12 - - [2025-01-13 02:22:51] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006702 10.0.0.12 - - [2025-01-13 02:22:51] "POST /neutron/port HTTP/1.1" 200 1087 0.018052 10.0.0.12 - - [2025-01-13 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007652 10.0.0.12 - - [2025-01-13 02:22:52] "POST /neutron/port HTTP/1.1" 200 1087 0.016740 10.0.0.12 - - [2025-01-13 02:22:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011326 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/port HTTP/1.1" 200 1087 0.015450 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006603 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/port HTTP/1.1" 200 1087 0.020181 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009543 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/port HTTP/1.1" 200 1087 0.021663 10.0.0.12 - - [2025-01-13 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009736 10.0.0.12 - - [2025-01-13 02:22:57] "GET /virtual-machine/922d508f-08b2-4289-a430-f7484a44a293 HTTP/1.1" 200 1294 0.006621 10.0.0.12 - - [2025-01-13 02:22:57] "GET /virtual-machine-interface/aea489a9-9b31-4b51-bb5d-485fab05427f HTTP/1.1" 200 2947 0.005860 10.0.0.12 - - [2025-01-13 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.12 - - [2025-01-13 02:22:57] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004178 10.0.0.12 - - [2025-01-13 02:22:57] "GET /virtual-networks?parent_id=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004888 10.0.0.12 - - [2025-01-13 02:22:57] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008331 10.0.0.12 - - [2025-01-13 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.12 - - [2025-01-13 02:22:58] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004008 10.0.0.12 - - [2025-01-13 02:22:58] "GET /virtual-networks?parent_id=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004213 10.0.0.12 - - [2025-01-13 02:22:58] "GET /virtual-network/33670f0b-9520-48ba-939c-8712147ee860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008066 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/network HTTP/1.1" 200 823 0.007496 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/network HTTP/1.1" 400 204 0.011230 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 1087 0.019066 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 1113 0.010327 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 1087 0.035264 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 1113 0.009367 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.132573 10.0.0.12 - - [2025-01-13 02:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.125441 10.0.0.12 - - [2025-01-13 02:23:06] "POST /neutron/network HTTP/1.1" 200 823 0.006560 10.0.0.12 - - [2025-01-13 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.12 - - [2025-01-13 02:23:06] "DELETE /route-target/1d91d983-b812-49a9-9854-04ed64d46e16 HTTP/1.1" 200 115 0.015548 10.0.0.12 - - [2025-01-13 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.034248 10.0.0.12 - - [2025-01-13 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.12 - - [2025-01-13 02:23:06] "POST /neutron/network HTTP/1.1" 200 151 0.113393 10.0.0.12 - - [2025-01-13 02:23:06] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001232 10.0.0.12 - - [2025-01-13 02:23:06] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057170 10.0.0.12 - - [2025-01-13 02:23:06] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.12 - - [2025-01-13 02:23:06] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?fields=virtual_networks HTTP/1.1" 200 1035 0.072315 10.0.0.12 - - [2025-01-13 02:23:06] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001805 10.0.0.12 - - [2025-01-13 02:23:06] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.032344 10.0.0.12 - - [2025-01-13 02:23:06] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.12 - - [2025-01-13 02:23:06] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?fields=security_groups HTTP/1.1" 200 1262 0.027208 10.0.0.12 - - [2025-01-13 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.027298 10.0.0.12 - - [2025-01-13 02:23:07] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002578 10.0.0.12 - - [2025-01-13 02:23:07] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.12 - - [2025-01-13 02:23:07] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036996 10.0.0.12 - - [2025-01-13 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001351 10.0.0.12 - - [2025-01-13 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002608 10.0.0.12 - - [2025-01-13 02:23:08] "POST /security-groups HTTP/1.1" 200 591 0.063724 10.0.0.12 - - [2025-01-13 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003625 10.0.0.12 - - [2025-01-13 02:23:08] "POST /projects HTTP/1.1" 200 585 0.215513 10.0.0.12 - - [2025-01-13 02:23:08] "POST /access-control-lists HTTP/1.1" 200 596 0.057156 10.0.0.12 - - [2025-01-13 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.290611 10.0.0.12 - - [2025-01-13 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.003094 10.0.0.12 - - [2025-01-13 02:23:08] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.454069 10.0.0.12 - - [2025-01-13 02:23:08] "POST /access-control-lists HTTP/1.1" 200 594 0.060516 10.0.0.12 - - [2025-01-13 02:23:09] "GET / HTTP/1.1" 200 35931 0.002225 10.0.0.12 - - [2025-01-13 02:23:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.12 - - [2025-01-13 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.083783 10.0.0.12 - - [2025-01-13 02:23:10] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.12 - - [2025-01-13 02:23:10] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038109 10.0.0.12 - - [2025-01-13 02:23:10] "POST /neutron/network HTTP/1.1" 200 117 0.035916 10.0.0.12 - - [2025-01-13 02:23:10] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002124 10.0.0.12 - - [2025-01-13 02:23:10] "POST /neutron/network HTTP/1.1" 200 625 0.098229 10.0.0.12 - - [2025-01-13 02:23:10] "POST /route-targets HTTP/1.1" 200 327 0.013679 10.0.0.12 - - [2025-01-13 02:23:10] "POST /ref-update HTTP/1.1" 200 156 0.015632 10.0.0.12 - - [2025-01-13 02:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003341 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.204756 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/network HTTP/1.1" 200 839 0.007547 10.0.0.12 - - [2025-01-13 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.001692 10.0.0.12 - - [2025-01-13 02:23:11] "GET /virtual-network/dfc4457b-be50-4121-aa14-917ef6cc350a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008111 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/network HTTP/1.1" 200 839 0.007305 10.0.0.12 - - [2025-01-13 02:23:11] "GET /virtual-network/dfc4457b-be50-4121-aa14-917ef6cc350a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006554 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/network HTTP/1.1" 200 839 0.007129 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.010573 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/network HTTP/1.1" 200 839 0.008612 10.0.0.12 - - [2025-01-13 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.001497 10.0.0.12 - - [2025-01-13 02:23:11] "POST /neutron/network HTTP/1.1" 200 849 0.007911 10.0.0.12 - - [2025-01-13 02:23:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000551 10.0.0.12 - - [2025-01-13 02:23:11] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.12 - - [2025-01-13 02:23:11] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000530 10.0.0.12 - - [2025-01-13 02:23:12] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.12 - - [2025-01-13 02:23:12] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063418 10.0.0.12 - - [2025-01-13 02:23:12] "POST /neutron/network HTTP/1.1" 200 839 0.034793 10.0.0.12 - - [2025-01-13 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.007133 10.0.0.12 - - [2025-01-13 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.006892 10.0.0.12 - - [2025-01-13 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.12 - - [2025-01-13 02:23:12] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004519 10.0.0.12 - - [2025-01-13 02:23:12] "PUT /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 276 0.011511 10.0.0.12 - - [2025-01-13 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.006291 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/network HTTP/1.1" 200 849 0.008747 10.0.0.12 - - [2025-01-13 02:23:13] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 1055 0.237209 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 1055 0.047970 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 1055 0.011240 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 1109 0.068806 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 1083 0.020228 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004485 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.014605 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.001762 10.0.0.12 - - [2025-01-13 02:23:13] "POST /neutron/network HTTP/1.1" 200 839 0.007416 10.0.0.12 - - [2025-01-13 02:23:17] "POST /neutron/port HTTP/1.1" 200 1083 0.043158 10.0.0.12 - - [2025-01-13 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007672 10.0.0.12 - - [2025-01-13 02:23:18] "POST /neutron/port HTTP/1.1" 200 1083 0.019475 10.0.0.12 - - [2025-01-13 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007849 10.0.0.12 - - [2025-01-13 02:23:18] "POST /neutron/port HTTP/1.1" 200 1083 0.017003 10.0.0.12 - - [2025-01-13 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008509 10.0.0.12 - - [2025-01-13 02:23:18] "GET /virtual-machine/e8fedddb-9d42-4d6b-8f34-d8b234697b67 HTTP/1.1" 401 292 0.000564 10.0.0.12 - - [2025-01-13 02:23:18] "GET /virtual-machine/e8fedddb-9d42-4d6b-8f34-d8b234697b67 HTTP/1.1" 200 1293 0.032117 10.0.0.12 - - [2025-01-13 02:23:18] "GET /virtual-machine-interface/f9f6794a-5ef5-4980-89fa-6f75400546bb HTTP/1.1" 200 2971 0.009905 10.0.0.12 - - [2025-01-13 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.12 - - [2025-01-13 02:23:18] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006445 10.0.0.12 - - [2025-01-13 02:23:18] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003421 10.0.0.12 - - [2025-01-13 02:23:18] "GET /virtual-network/dfc4457b-be50-4121-aa14-917ef6cc350a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006155 10.0.0.12 - - [2025-01-13 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.12 - - [2025-01-13 02:23:21] "GET /virtual-network/dfc4457b-be50-4121-aa14-917ef6cc350a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006163 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /project/d158504608ac46a0a05882e7bc9daf15 HTTP/1.1" 404 173 0.017766 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /project/fb613c220e5b4d09a500dbf8a2a44e80 HTTP/1.1" 404 173 0.013326 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001402 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.049989 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.056140 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001609 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001414 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?fields=security_groups HTTP/1.1" 200 1367 0.053983 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?fields=security_groups HTTP/1.1" 200 1366 0.056543 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /security-group/449a34f8-dd80-41b6-9d43-d1938515bbfd HTTP/1.1" 200 115 0.087411 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=d1585046-08ac-46a0-a058-82e7bc9daf15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001789 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /security-group/c151552b-a956-4642-83af-4c0586dc9e7c HTTP/1.1" 200 115 0.095105 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /access-control-list/73428d1f-78c9-4534-aecb-23c7b1a06786 HTTP/1.1" 200 115 0.077900 10.0.0.12 - - [2025-01-13 02:23:23] "GET /projects?obj_uuids=18f4ae6f-724a-484f-9574-e3b11eaeda8e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/d1585046-08ac-46a0-a058-82e7bc9daf15?fields=application_policy_sets HTTP/1.1" 200 1406 0.057458 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /access-control-list/258a3e0d-af8f-41ff-88aa-1b0fd0f87780 HTTP/1.1" 200 115 0.039174 10.0.0.12 - - [2025-01-13 02:23:23] "GET /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e?fields=application_policy_sets HTTP/1.1" 200 1405 0.080332 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /access-control-list/590af256-7cd8-4438-9fde-977f56bea9cd HTTP/1.1" 200 115 0.042311 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /access-control-list/5720fb75-f560-4c90-8236-52892e2fc35d HTTP/1.1" 200 115 0.040791 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /project/d1585046-08ac-46a0-a058-82e7bc9daf15 HTTP/1.1" 200 115 0.482429 10.0.0.12 - - [2025-01-13 02:23:23] "DELETE /project/18f4ae6f-724a-484f-9574-e3b11eaeda8e HTTP/1.1" 200 115 0.524668 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/port HTTP/1.1" 200 1083 0.018911 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008160 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017893 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017284 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/network HTTP/1.1" 200 849 0.006884 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005041 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.013373 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.12 - - [2025-01-13 02:23:24] "POST /neutron/network HTTP/1.1" 200 839 0.007507 10.0.0.12 - - [2025-01-13 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.12 - - [2025-01-13 02:23:26] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004573 10.0.0.12 - - [2025-01-13 02:23:26] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003925 10.0.0.12 - - [2025-01-13 02:23:26] "GET /virtual-network/dfc4457b-be50-4121-aa14-917ef6cc350a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006467 10.0.0.12 - - [2025-01-13 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.12 - - [2025-01-13 02:23:28] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.005410 10.0.0.12 - - [2025-01-13 02:23:28] "PUT /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 276 0.012370 10.0.0.12 - - [2025-01-13 02:23:28] "POST /neutron/network HTTP/1.1" 200 839 0.009204 10.0.0.12 - - [2025-01-13 02:23:28] "POST /neutron/network HTTP/1.1" 400 204 0.021581 10.0.0.12 - - [2025-01-13 02:23:29] "POST /neutron/port HTTP/1.1" 200 1083 0.019889 10.0.0.12 - - [2025-01-13 02:23:29] "POST /neutron/port HTTP/1.1" 200 1109 0.011375 10.0.0.12 - - [2025-01-13 02:23:29] "POST /neutron/port HTTP/1.1" 200 151 0.104870 10.0.0.12 - - [2025-01-13 02:23:30] "POST /neutron/network HTTP/1.1" 200 839 0.006799 10.0.0.12 - - [2025-01-13 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007314 10.0.0.12 - - [2025-01-13 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003875 10.0.0.12 - - [2025-01-13 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007065 10.0.0.12 - - [2025-01-13 02:23:30] "POST /neutron/network HTTP/1.1" 200 151 0.132951 10.0.0.12 - - [2025-01-13 02:23:30] "DELETE /route-target/6dcadf5e-e2d7-4145-827f-4be445b033b8 HTTP/1.1" 200 115 0.033735 10.0.0.12 - - [2025-01-13 02:23:31] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003690 10.0.0.12 - - [2025-01-13 02:23:31] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2 HTTP/1.1" 200 1826 0.004083 10.0.0.12 - - [2025-01-13 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.12 - - [2025-01-13 02:23:31] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.12 - - [2025-01-13 02:23:31] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030846 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/network HTTP/1.1" 200 117 0.009023 10.0.0.12 - - [2025-01-13 02:23:31] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.12 - - [2025-01-13 02:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.080796 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/network HTTP/1.1" 200 605 0.098218 10.0.0.12 - - [2025-01-13 02:23:31] "POST /route-targets HTTP/1.1" 200 327 0.014587 10.0.0.12 - - [2025-01-13 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.018203 10.0.0.12 - - [2025-01-13 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.200208 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/network HTTP/1.1" 200 823 0.006137 10.0.0.12 - - [2025-01-13 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001604 10.0.0.12 - - [2025-01-13 02:23:31] "GET /virtual-network/95cdb949-921b-421c-89d1-e9c62423c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006671 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/network HTTP/1.1" 200 823 0.007690 10.0.0.12 - - [2025-01-13 02:23:31] "GET /virtual-network/95cdb949-921b-421c-89d1-e9c62423c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006996 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/network HTTP/1.1" 200 823 0.007444 10.0.0.12 - - [2025-01-13 02:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056347 10.0.0.12 - - [2025-01-13 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.009452 10.0.0.12 - - [2025-01-13 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001805 10.0.0.12 - - [2025-01-13 02:23:32] "POST /neutron/network HTTP/1.1" 200 833 0.007405 10.0.0.12 - - [2025-01-13 02:23:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000741 10.0.0.12 - - [2025-01-13 02:23:32] "GET / HTTP/1.1" 200 35931 0.003174 10.0.0.12 - - [2025-01-13 02:23:32] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.12 - - [2025-01-13 02:23:32] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001631 10.0.0.12 - - [2025-01-13 02:23:32] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062673 10.0.0.12 - - [2025-01-13 02:23:32] "POST /neutron/network HTTP/1.1" 200 823 0.006979 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 117 0.005787 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 117 0.006787 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 117 0.008491 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/network HTTP/1.1" 200 833 0.009395 10.0.0.12 - - [2025-01-13 02:23:33] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 1059 0.239196 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 1059 0.012432 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 1059 0.013709 10.0.0.12 - - [2025-01-13 02:23:33] "POST /neutron/port HTTP/1.1" 200 1113 0.080366 10.0.0.12 - - [2025-01-13 02:23:34] "POST /neutron/port HTTP/1.1" 200 1087 0.018008 10.0.0.12 - - [2025-01-13 02:23:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.12 - - [2025-01-13 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.013931 10.0.0.12 - - [2025-01-13 02:23:34] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.12 - - [2025-01-13 02:23:34] "POST /neutron/network HTTP/1.1" 200 823 0.006317 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/port HTTP/1.1" 200 1087 0.017839 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007041 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/port HTTP/1.1" 200 1087 0.016897 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007349 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/port HTTP/1.1" 200 1087 0.018481 10.0.0.12 - - [2025-01-13 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006837 10.0.0.12 - - [2025-01-13 02:23:38] "GET /virtual-machine/e314fb8f-3464-4886-b0d3-e4f0394d5ef1 HTTP/1.1" 200 1293 0.007298 10.0.0.12 - - [2025-01-13 02:23:38] "GET /virtual-machine-interface/5f7eb88d-3d51-4f6f-b7d4-b3273776f2f6 HTTP/1.1" 200 2941 0.006056 10.0.0.12 - - [2025-01-13 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.12 - - [2025-01-13 02:23:38] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004108 10.0.0.12 - - [2025-01-13 02:23:38] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004051 10.0.0.12 - - [2025-01-13 02:23:38] "GET /virtual-network/95cdb949-921b-421c-89d1-e9c62423c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008757 10.0.0.12 - - [2025-01-13 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.12 - - [2025-01-13 02:23:41] "GET /virtual-network/95cdb949-921b-421c-89d1-e9c62423c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006454 10.0.0.12 - - [2025-01-13 02:23:43] "POST /neutron/port HTTP/1.1" 200 1087 0.042411 10.0.0.12 - - [2025-01-13 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007481 10.0.0.12 - - [2025-01-13 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.12 - - [2025-01-13 02:23:45] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004062 10.0.0.12 - - [2025-01-13 02:23:45] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003855 10.0.0.12 - - [2025-01-13 02:23:46] "GET /virtual-network/95cdb949-921b-421c-89d1-e9c62423c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009972 10.0.0.12 - - [2025-01-13 02:23:48] "POST /neutron/network HTTP/1.1" 200 823 0.011566 10.0.0.12 - - [2025-01-13 02:23:48] "POST /neutron/network HTTP/1.1" 400 204 0.016169 10.0.0.12 - - [2025-01-13 02:23:48] "POST /neutron/port HTTP/1.1" 200 1087 0.017061 10.0.0.12 - - [2025-01-13 02:23:48] "POST /neutron/port HTTP/1.1" 200 1113 0.011700 10.0.0.12 - - [2025-01-13 02:23:48] "POST /neutron/port HTTP/1.1" 200 151 0.099453 10.0.0.12 - - [2025-01-13 02:23:50] "POST /neutron/network HTTP/1.1" 200 823 0.006972 10.0.0.12 - - [2025-01-13 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.12 - - [2025-01-13 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005942 10.0.0.12 - - [2025-01-13 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003501 10.0.0.12 - - [2025-01-13 02:23:50] "POST /neutron/network HTTP/1.1" 200 151 0.111118 10.0.0.12 - - [2025-01-13 02:23:50] "DELETE /route-target/49eeeec7-ccd2-436f-a3f5-0f00c36970ce HTTP/1.1" 200 115 0.021063 10.0.0.12 - - [2025-01-13 02:23:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003363 10.0.0.12 - - [2025-01-13 02:23:50] "POST /network-ipams HTTP/1.1" 200 541 0.018851 10.0.0.12 - - [2025-01-13 02:23:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003172 10.0.0.12 - - [2025-01-13 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.12 - - [2025-01-13 02:23:50] "GET /network-ipam/e006cf99-6897-45c7-9070-fa684f2b9bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005331 10.0.0.12 - - [2025-01-13 02:23:51] "PUT /network-ipam/e006cf99-6897-45c7-9070-fa684f2b9bf8 HTTP/1.1" 200 258 0.011265 10.0.0.12 - - [2025-01-13 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.12 - - [2025-01-13 02:23:51] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001561 10.0.0.12 - - [2025-01-13 02:23:51] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030778 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 117 0.011189 10.0.0.12 - - [2025-01-13 02:23:51] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 605 0.070902 10.0.0.12 - - [2025-01-13 02:23:51] "POST /route-targets HTTP/1.1" 200 327 0.012993 10.0.0.12 - - [2025-01-13 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.015688 10.0.0.12 - - [2025-01-13 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003854 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.182244 10.0.0.12 - - [2025-01-13 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007011 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.200806 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 994 0.009747 10.0.0.12 - - [2025-01-13 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001431 10.0.0.12 - - [2025-01-13 02:23:51] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005669 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 994 0.008583 10.0.0.12 - - [2025-01-13 02:23:51] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007372 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 994 0.007852 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.007167 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.008391 10.0.0.12 - - [2025-01-13 02:23:51] "POST /neutron/network HTTP/1.1" 200 994 0.008221 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.007209 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.007219 10.0.0.12 - - [2025-01-13 02:23:52] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.176567 10.0.0.12 - - [2025-01-13 02:23:52] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.152270 10.0.0.12 - - [2025-01-13 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001476 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.009947 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008941 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/network HTTP/1.1" 200 994 0.008949 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.009295 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.005481 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.005488 10.0.0.12 - - [2025-01-13 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001433 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.005534 10.0.0.12 - - [2025-01-13 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008439 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008714 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/network HTTP/1.1" 200 994 0.007649 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007795 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009900 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008718 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006572 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005185 10.0.0.12 - - [2025-01-13 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001547 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006828 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/network HTTP/1.1" 200 1004 0.007813 10.0.0.12 - - [2025-01-13 02:23:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000724 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.010568 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/network HTTP/1.1" 200 1004 0.008237 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009994 10.0.0.12 - - [2025-01-13 02:23:53] "GET / HTTP/1.1" 200 35931 0.002780 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.011124 10.0.0.12 - - [2025-01-13 02:23:53] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.016934 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.095902 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/network HTTP/1.1" 200 1004 0.009766 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008362 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.016423 10.0.0.12 - - [2025-01-13 02:23:53] "POST /neutron/port HTTP/1.1" 200 1083 0.035971 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004949 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.016685 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 1109 0.109360 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/network HTTP/1.1" 200 994 0.011466 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 1083 0.024230 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006624 10.0.0.12 - - [2025-01-13 02:23:54] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001447 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.026356 10.0.0.12 - - [2025-01-13 02:23:54] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.068278 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/network HTTP/1.1" 200 994 0.007615 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/network HTTP/1.1" 200 994 0.011340 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 2050 0.031683 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009409 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.006044 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domains HTTP/1.1" 200 280 0.004450 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003798 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2573 0.018226 10.0.0.12 - - [2025-01-13 02:23:54] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.12 - - [2025-01-13 02:23:54] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80 HTTP/1.1" 200 2843 0.069390 10.0.0.12 - - [2025-01-13 02:23:54] "GET /network-ipam/e006cf99-6897-45c7-9070-fa684f2b9bf8 HTTP/1.1" 200 2602 0.005172 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domains HTTP/1.1" 200 280 0.003136 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2573 0.010178 10.0.0.12 - - [2025-01-13 02:23:54] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.12 - - [2025-01-13 02:23:54] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80 HTTP/1.1" 200 2843 0.088910 10.0.0.12 - - [2025-01-13 02:23:54] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7 HTTP/1.1" 200 3780 0.015896 10.0.0.12 - - [2025-01-13 02:23:54] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7 HTTP/1.1" 200 3780 0.005845 10.0.0.12 - - [2025-01-13 02:23:54] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 200 2380 0.005095 10.0.0.12 - - [2025-01-13 02:23:54] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 200 2380 0.004095 10.0.0.12 - - [2025-01-13 02:23:54] "GET /route-target/5c3e4bb5-aaa6-4f78-9260-c38084e4ab79 HTTP/1.1" 200 1204 0.005518 10.0.0.12 - - [2025-01-13 02:23:54] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7 HTTP/1.1" 200 3780 0.007954 10.0.0.12 - - [2025-01-13 02:23:54] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 200 2380 0.005725 10.0.0.12 - - [2025-01-13 02:23:54] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007473 10.0.0.12 - - [2025-01-13 02:23:54] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7 HTTP/1.1" 200 3780 0.005900 10.0.0.12 - - [2025-01-13 02:23:54] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 200 2380 0.004400 10.0.0.12 - - [2025-01-13 02:23:54] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 200 2380 0.010229 10.0.0.12 - - [2025-01-13 02:23:54] "GET /route-target/5c3e4bb5-aaa6-4f78-9260-c38084e4ab79 HTTP/1.1" 200 1204 0.008508 10.0.0.12 - - [2025-01-13 02:23:54] "POST /neutron/network HTTP/1.1" 200 1004 0.024515 10.0.0.12 - - [2025-01-13 02:23:54] "GET /domains HTTP/1.1" 200 280 0.005392 10.0.0.12 - - [2025-01-13 02:23:55] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.12 - - [2025-01-13 02:23:55] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.12 - - [2025-01-13 02:23:55] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2573 0.019312 10.0.0.12 - - [2025-01-13 02:23:55] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001274 10.0.0.12 - - [2025-01-13 02:23:55] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80 HTTP/1.1" 200 2843 0.095967 10.0.0.12 - - [2025-01-13 02:23:55] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7 HTTP/1.1" 200 3780 0.005720 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1055 0.350624 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1055 0.016476 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1055 0.019542 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1109 0.102569 10.0.0.12 - - [2025-01-13 02:23:55] "GET /obj-perms HTTP/1.1" 200 5030 0.062772 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.024874 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005170 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.028748 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.017801 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009611 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001939 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/network HTTP/1.1" 200 994 0.010524 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.037276 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009731 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.018720 10.0.0.12 - - [2025-01-13 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009712 10.0.0.12 - - [2025-01-13 02:23:56] "GET /virtual-machine/fae9e77a-e6fc-4c8b-9146-10f2ebfc2581 HTTP/1.1" 200 1289 0.005891 10.0.0.12 - - [2025-01-13 02:23:56] "GET /virtual-machine-interface/64b51c20-11c0-4d25-9041-c1e9d4262169 HTTP/1.1" 200 2941 0.005842 10.0.0.12 - - [2025-01-13 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.12 - - [2025-01-13 02:23:56] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003351 10.0.0.12 - - [2025-01-13 02:23:56] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004817 10.0.0.12 - - [2025-01-13 02:23:56] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007369 10.0.0.12 - - [2025-01-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.12 - - [2025-01-13 02:23:59] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.015466 10.0.0.12 - - [2025-01-13 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.12 - - [2025-01-13 02:24:03] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005856 10.0.0.12 - - [2025-01-13 02:24:04] "POST /neutron/port HTTP/1.1" 200 1083 0.021244 10.0.0.12 - - [2025-01-13 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008526 10.0.0.12 - - [2025-01-13 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.12 - - [2025-01-13 02:24:05] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006168 10.0.0.12 - - [2025-01-13 02:24:05] "POST /neutron/port HTTP/1.1" 200 1083 0.037126 10.0.0.12 - - [2025-01-13 02:24:05] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005204 10.0.0.12 - - [2025-01-13 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011326 10.0.0.12 - - [2025-01-13 02:24:05] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009238 10.0.0.12 - - [2025-01-13 02:24:05] "POST /neutron/port HTTP/1.1" 200 1083 0.019416 10.0.0.12 - - [2025-01-13 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009212 10.0.0.12 - - [2025-01-13 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.018345 10.0.0.12 - - [2025-01-13 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006675 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/port HTTP/1.1" 200 1083 0.019785 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009699 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/port HTTP/1.1" 200 1083 0.020685 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009344 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/port HTTP/1.1" 200 1083 0.022007 10.0.0.12 - - [2025-01-13 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007955 10.0.0.12 - - [2025-01-13 02:24:11] "GET /virtual-machine/f2da35ba-f54b-4043-9cc9-6ef8a17ab162 HTTP/1.1" 200 1289 0.005775 10.0.0.12 - - [2025-01-13 02:24:11] "GET /virtual-machine-interface/61fe90f1-f81b-4105-b81a-bdfbad9debce HTTP/1.1" 200 2941 0.006085 10.0.0.12 - - [2025-01-13 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.12 - - [2025-01-13 02:24:11] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004136 10.0.0.12 - - [2025-01-13 02:24:11] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004247 10.0.0.12 - - [2025-01-13 02:24:11] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008164 10.0.0.12 - - [2025-01-13 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.12 - - [2025-01-13 02:24:12] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004469 10.0.0.12 - - [2025-01-13 02:24:12] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003705 10.0.0.12 - - [2025-01-13 02:24:12] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007474 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/port HTTP/1.1" 200 1083 0.018802 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008474 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/port HTTP/1.1" 200 1083 0.023644 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008655 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/port HTTP/1.1" 200 1083 0.024345 10.0.0.12 - - [2025-01-13 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009231 10.0.0.12 - - [2025-01-13 02:24:13] "GET /virtual-machine/cd98c5be-7f2b-44f0-bbe2-da2a52d13ac3 HTTP/1.1" 200 1293 0.008401 10.0.0.12 - - [2025-01-13 02:24:13] "GET /virtual-machine-interface/167b2968-b28e-4f5c-be44-9b593576595b HTTP/1.1" 200 2941 0.008697 10.0.0.12 - - [2025-01-13 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.12 - - [2025-01-13 02:24:13] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004907 10.0.0.12 - - [2025-01-13 02:24:13] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004186 10.0.0.12 - - [2025-01-13 02:24:13] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009696 10.0.0.12 - - [2025-01-13 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.12 - - [2025-01-13 02:24:14] "GET /global-vrouter-config/58f3fe7e-86e8-43bb-99a2-82b1a4f41df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004789 10.0.0.12 - - [2025-01-13 02:24:14] "GET /virtual-networks?parent_id=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003766 10.0.0.12 - - [2025-01-13 02:24:14] "GET /virtual-network/cb8a93a7-4295-4fee-98e7-d122ef6f0ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006779 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/port HTTP/1.1" 200 1083 0.018677 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/port HTTP/1.1" 200 1083 0.021425 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/network HTTP/1.1" 200 1004 0.008936 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.016267 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.12 - - [2025-01-13 02:24:25] "POST /neutron/network HTTP/1.1" 200 994 0.009160 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.016406 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.020938 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 151 0.210074 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.021502 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.027939 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.058482 10.0.0.12 - - [2025-01-13 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.049353 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 200 1004 0.041743 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 400 205 0.016929 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 200 151 0.355305 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/network HTTP/1.1" 200 994 0.008087 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 200 151 0.319690 10.0.0.12 - - [2025-01-13 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007011 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 200 117 0.023044 10.0.0.12 - - [2025-01-13 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005127 10.0.0.12 - - [2025-01-13 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008616 10.0.0.12 - - [2025-01-13 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004846 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/port HTTP/1.1" 400 205 0.005266 10.0.0.12 - - [2025-01-13 02:24:32] "POST /neutron/network HTTP/1.1" 200 151 0.191160 10.0.0.12 - - [2025-01-13 02:24:32] "GET /routing-instance/2f52ddb2-d9e9-4977-9b3f-8deb107325aa HTTP/1.1" 404 171 0.002974 10.0.0.12 - - [2025-01-13 02:24:32] "GET /domains HTTP/1.1" 200 280 0.005284 10.0.0.12 - - [2025-01-13 02:24:32] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002501 10.0.0.12 - - [2025-01-13 02:24:32] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2 HTTP/1.1" 200 2573 0.013250 10.0.0.12 - - [2025-01-13 02:24:32] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001787 10.0.0.12 - - [2025-01-13 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.063443 10.0.0.12 - - [2025-01-13 02:24:32] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80 HTTP/1.1" 200 2086 0.102590 10.0.0.12 - - [2025-01-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.12 - - [2025-01-13 02:24:32] "DELETE /network-ipam/e006cf99-6897-45c7-9070-fa684f2b9bf8 HTTP/1.1" 200 115 0.039985 10.0.0.12 - - [2025-01-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.004456 10.0.0.12 - - [2025-01-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.12 - - [2025-01-13 02:24:32] "DELETE /route-target/5c3e4bb5-aaa6-4f78-9260-c38084e4ab79 HTTP/1.1" 200 115 0.021844 10.0.0.12 - - [2025-01-13 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.064595 10.0.0.12 - - [2025-01-13 02:24:33] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.12 - - [2025-01-13 02:24:33] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.032334 10.0.0.12 - - [2025-01-13 02:24:33] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.12 - - [2025-01-13 02:24:33] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?fields=virtual_networks HTTP/1.1" 200 1033 0.084529 10.0.0.12 - - [2025-01-13 02:24:33] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002001 10.0.0.12 - - [2025-01-13 02:24:33] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.034864 10.0.0.12 - - [2025-01-13 02:24:33] "GET /projects?obj_uuids=fb613c22-0e5b-4d09-a500-dbf8a2a44e80&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.12 - - [2025-01-13 02:24:33] "GET /project/fb613c22-0e5b-4d09-a500-dbf8a2a44e80?fields=security_groups HTTP/1.1" 200 1259 0.031395 10.0.0.12 - - [2025-01-13 02:24:42] "GET / HTTP/1.1" 200 35931 0.003094 10.0.0.12 - - [2025-01-13 02:24:42] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000538 10.0.0.12 - - [2025-01-13 02:24:43] "GET /projects?obj_uuids=c67d091a-6618-4ded-81de-6e14f0cd4b6a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001384 10.0.0.12 - - [2025-01-13 02:24:43] "GET /project/c67d091a-6618-4ded-81de-6e14f0cd4b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.054808 [Introspect:8084]10.0.0.12 - - [2025-01-13 02:24:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001280 10.0.0.12 - - [2025-01-13 02:24:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.027036 10.0.0.12 - - [2025-01-13 02:24:44] "GET /projects?obj_uuids=b512d5a9-9a5a-460a-a551-1e8986b9769d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003373 10.0.0.12 - - [2025-01-13 02:24:44] "GET /domains?obj_uuids=316045fe-f080-4781-9f74-be9903cea8a2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.12 - - [2025-01-13 02:24:44] "GET /domain/316045fe-f080-4781-9f74-be9903cea8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008725 10.0.0.12 - - [2025-01-13 02:24:44] "POST /id-to-fqname HTTP/1.1" 200 186 0.002062 10.0.0.12 - - [2025-01-13 02:24:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.003692 10.0.0.12 - - [2025-01-13 02:24:44] "POST /security-groups HTTP/1.1" 200 587 0.066964 10.0.0.12 - - [2025-01-13 02:24:44] "POST /fqname-to-id HTTP/1.1" 404 230 0.003105 10.0.0.12 - - [2025-01-13 02:24:44] "POST /projects HTTP/1.1" 200 577 0.231157 10.0.0.12 - - [2025-01-13 02:24:44] "POST /access-control-lists HTTP/1.1" 200 592 0.059704 10.0.0.12 - - [2025-01-13 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.311247 10.0.0.12 - - [2025-01-13 02:24:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003025 10.0.0.12 - - [2025-01-13 02:24:44] "GET /project/b512d5a9-9a5a-460a-a551-1e8986b9769d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.439607 10.0.0.12 - - [2025-01-13 02:24:44] "POST /access-control-lists HTTP/1.1" 200 590 0.059847 10.0.0.12 - - [2025-01-13 02:24:45] "GET / HTTP/1.1" 200 35931 0.003856 10.0.0.12 - - [2025-01-13 02:24:46] "GET /projects?obj_uuids=b512d5a9-9a5a-460a-a551-1e8986b9769d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002000 10.0.0.12 - - [2025-01-13 02:24:46] "GET /project/b512d5a9-9a5a-460a-a551-1e8986b9769d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.035665 10.0.0.12 - - [2025-01-13 02:24:46] "GET /projects?obj_uuids=b512d5a9-9a5a-460a-a551-1e8986b9769d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001405 10.0.0.12 - - [2025-01-13 02:24:46] "GET /project/b512d5a9-9a5a-460a-a551-1e8986b9769d?fields=virtual_networks HTTP/1.1" 200 1025 0.077632 10.0.0.12 - - [2025-01-13 02:24:46] "GET /projects?obj_uuids=b512d5a9-9a5a-460a-a551-1e8986b9769d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001350