nvazquez commented on code in PR #9410:
URL: https://github.com/apache/cloudstack/pull/9410#discussion_r1691655609
##########
server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java:
##########
@@ -2109,6 +2151,13 @@ public boolean cleanupVpcResources(final long vpcId,
final Account caller, final
VpcVO vpc = vpcDao.findById(vpcId);
annotationDao.removeByEntityType(AnnotationService.EntityType.VPC.name(),
vpc.getUuid());
+
+ ASNumberVO asNumber = asNumberDao.findByZoneAndVpcId(vpc.getZoneId(),
vpc.getId());
Review Comment:
@weizhouapache I prefer to keep it as it is so releaseASNumber can accept
the AS number to be released
--
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]