Merge pull request #157 from loles/fix/openstack1

Remove clearing connections. db.clear does the job
This commit is contained in:
Jędrzej Nowak 2015-09-16 11:26:29 +02:00
commit e819fdf85e

View File

@ -721,8 +721,6 @@ def undeploy():
db.clear()
signals.Connections.clear()
main.add_command(deploy)
main.add_command(undeploy)