kiranchavala opened a new issue, #8496: URL: https://github.com/apache/cloudstack/issues/8496
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 1. Navigate to Network > VPC 2. Create a vpc 5. 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
