-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
ISSUE TYPE
Bug
COMPONENT NAME
Component: API/ UI
CLOUDSTACK VERSION
Cloudstack version 4.18,
SUMMARY
Event is incorrectly displayed when vpc network is created
Steps to reproduce the issue
-
Navigate to Network > VPC
-
Create a vpc
-
Only the following events generated for the vpc
*************************** 325. row ***************************
id: 325
uuid: 1c4a28b8-fa6c-484a-9297-aa16ee3453f4
type: VPC.CREATE
state: Created
description: Successfully created entity for creating vpc
user_id: 2
account_id: 2
domain_id: 1
resource_id: 2
resource_type: Vpc
created: 2024-01-11 06:11:51
level: INFO
start_id: 0
parameters: NULL
archived: 0
display: 1
*************************** 326. row ***************************
id: 326
uuid: 83458427-e905-4b8e-afed-032141ee7134
type: VPC.CREATE
state: Scheduled
description: creating VPC. Id: 2
user_id: 2
account_id: 2
domain_id: 1
resource_id: 2
resource_type: Vpc
created: 2024-01-11 06:11:51
level: INFO
start_id: 325
parameters: NULL
archived: 0
display: 1
Expected behaviour
The state of the VPC.create event should be completed
