create disks as hda instead of xvda so as to avoid breaking qemu-dm
[invirt/packages/invirt-web.git] / code / invirt.fcgi
index 7d6dc9c..ded6b68 100755 (executable)
@@ -64,6 +64,7 @@ if __name__ == "__main__":
         cherrypy.engine.start()
         cherrypy.engine.block()
     else:
+        cherrypy.server.unsubscribe()
         try:
             # Case that cherrypy < 3.1.0
             cherrypy.engine.start(blocking=False)