Synergy releases in advance the VMs that are going to be destroyed

Synergy releases in advance the VMs that are going to be destroyed,
before the confirmation notification is arrived.

Change-Id: Ia0ba1c8c715ff831f5d3579e23fc324488570937
Sem-Ver: bugfix
Closes-bug: #1646529
This commit is contained in:
Lisa Zangrando 2016-12-07 11:51:39 +01:00 committed by Vincent Llorens
parent 4db25a4f5b
commit 8451e011a7
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ class QuotaManager(Manager):
% (uuid, TTL, state, prj_id))
self.nova_manager.deleteServer(server)
SharedQuota.release(server)
except Exception as ex:
LOG.error(ex)
raise ex