Allow multiple ports to exist with the same name 51/7151/4
authorschillinge <ablu@mail.uni-paderborn.de>
Wed, 30 Jan 2019 16:48:27 +0000 (17:48 +0100)
committerschillinge <ablu@mail.uni-paderborn.de>
Tue, 5 Feb 2019 14:17:11 +0000 (15:17 +0100)
commit0e10819e9f46c6d00c2e54e544c8df4a2f1ce9a2
tree40fdcbd97f4c25bda1e5dacb98bd9328afe6bfce
parent27b1308d56aca2718eb84357d919f5c02196af9e
Allow multiple ports to exist with the same name

Ports in OpenStack may very well have identical names. In fact this is
almost guaranteed when deploying network services with multiple identical
VNFs.

Change-Id: Iba196e64be329c376eca9f34c7b2cbcdfd569a3e
Signed-off-by: schillinge <ablu@mail.uni-paderborn.de>
src/emuvim/api/openstack/compute.py
src/emuvim/api/openstack/openstack_dummies/neutron_dummy_api.py
src/emuvim/api/openstack/openstack_dummies/nova_dummy_api.py
src/emuvim/test/unittests/test_openstack.py