From: peusterm Date: Wed, 15 Nov 2017 07:23:50 +0000 (+0100) Subject: OpenStack API: Replaced Flask with WSGI X-Git-Tag: v4.0.0~10 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=4e5c81ecd37e7383c52dad55079f91b90dec22fe;hp=4e5c81ecd37e7383c52dad55079f91b90dec22fe OpenStack API: Replaced Flask with WSGI Flask server introduced a couple of problems, e.g., pending sockets when an experiment was shut down. This patch solves this and improves stability and performance of the emulated OpenStack APIs. Increased PIP timeout in Dockerfile to make build more robust in CI environment. Change-Id: I54e040c56a10075555d13fe6fb144fc117340026 Signed-off-by: peusterm ---