You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "kiranchavala (via GitHub)" <gi...@apache.org> on 2024/01/11 06:30:27 UTC

[I] Event state is incorrect when vpc network is created [cloudstack]

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 
   
   ![Screenshot 2024-01-11 at 11 44 56 AM](https://github.com/apache/cloudstack/assets/1401014/8ac5ef61-90b6-4714-98a1-94da711d7966)
   
   
   ```
   *************************** 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: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org