ravening commented on a change in pull request #4361:
URL: https://github.com/apache/cloudstack/pull/4361#discussion_r513388565
##########
File path: server/src/main/java/com/cloud/api/ApiDBUtils.java
##########
@@ -1568,7 +1568,7 @@ public static GuestOSCategoryVO
findGuestOsCategoryById(long catId) {
}
public static VpcVO findVpcById(long vpcId) {
- return s_vpcDao.findById(vpcId);
+ return s_vpcDao.findByIdIncludingRemoved(vpcId);
Review comment:
@rhtyd fixed it. added a new function
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]