Fix: Better name-handling of Docker-based VNFs 94/5794/1
authorpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 19 Dec 2017 14:18:11 +0000 (15:18 +0100)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 19 Dec 2017 14:18:11 +0000 (15:18 +0100)
commit9219060385043e533bf719725f9e6671e98052ce
treec2afd7b715d19fbaa5e615df879b2e76cdaf3b0f
parent2aecf1dc375ebd54a611ecef32790a0083053fbe
Fix: Better name-handling of Docker-based VNFs

There was the risk to run into naming conflicts when a
larger number of VNFs was started in the emulation platform.
This patch resolves these problems by using short, hash-based
names for the emulated VNFs.

Change-Id: I958dd469e5494223fe7f1f274bc10e0714b3df90
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
src/emuvim/api/openstack/compute.py
src/emuvim/api/openstack/openstack_dummies/nova_dummy_api.py