FelipeM525 opened a new pull request, #8812:
URL: https://github.com/apache/cloudstack/pull/8812

   ### Description
   
   ACS has a table called `op_dc_ip_address_alloc` where it stores all the ips 
available in the management network infrastructure. Currently, there is an 
issue where one of its columns named `nicId` is not being referenced correctly 
by its ORM class `DataCenterIpAddressVO`. This PR aims to change the name of 
the field `instanceId` from the class mentioned above and its related 
occurrences to `nicId`.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [x] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   ### How Has This Been Tested?
   First, I created a version with the new changes and certified that no tests 
were broken; afterwards, I set up ACS in a local environment and sent a request 
to the API `AcquirePodIpCmdResponse` to make sure it was working accordingly, 
which it did.


-- 
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]

Reply via email to