Forgotten UpdateSession calls in Stratus.

This commit is contained in:
Jean-Paul Chaput (acting Coriolis) 2016-11-10 10:37:23 +01:00
parent dc46340d6a
commit 2dadce1957
1 changed files with 4 additions and 1 deletions

View File

@ -208,6 +208,7 @@ class Inst :
err = "\n[Stratus ERROR] HurricanePlug : Problem of hurricane cell.\nTry to contact Coriolis team.\n"
raise Exception ( err )
UpdateSession.open()
inst = Instance.create ( self._st_cell._hur_cell
, self._name
, self._hur_masterCell
@ -354,6 +355,8 @@ class Inst :
err += ' (raw name: <%s>)\n' % str(plug.getMasterNet().getName())
raise Exception ( err )
UpdateSession.close()
##############
### Prints ###
##############