Skip to content

Commit 067e6fa

Browse files
Gergely TopolyaiRichard Doktorics
authored andcommitted
CLOUD-94966 Openstack Cluster can not be deleted because heat stack resource missing
1 parent 867dbb0 commit 067e6fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cloud-openstack/src/main/java/com/sequenceiq/cloudbreak/cloud/openstack/heat/OpenStackResourceConnector.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ public List<CloudResourceStatus> terminate(AuthenticatedContext authenticatedCon
240240
.collect(Collectors.toList());
241241

242242
resourceForTermination.forEach(r -> terminateHeatStack(authenticatedContext, cloudStack, r));
243-
if (resourceForTermination.isEmpty()) {
244-
throw new CloudConnectorException("HEAT_STACK resource type is needed for stack termination!");
245-
}
246243
return check(authenticatedContext, resourceForTermination);
247244
}
248245

0 commit comments

Comments
 (0)