Fix: Flake8 seems to have changed. This fixes a code style issue in an old file preve... 79/7179/1
authorpeusterm <manuel.peuster@uni-paderborn.de>
Sun, 3 Feb 2019 19:37:07 +0000 (20:37 +0100)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Sun, 3 Feb 2019 19:37:07 +0000 (20:37 +0100)
Change-Id: I0e48166df7a24b53fa3215241d9b515fdd6343b5
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
src/emuvim/api/sonata/dummygatekeeper.py

index 59b1900..ea9a76e 100755 (executable)
@@ -330,8 +330,7 @@ class Service(object):
             cpu_period, cpu_quota = self._calculate_cpu_cfs_values(
                 float(cpu_bw))
 
-            # check if we need to deploy the management ports (defined as
-            # type:management both on in the vnfd and nsd)
+            # check if we need to deploy the management ports
             intfs = vnfd.get("connection_points", [])
             mgmt_intf_names = []
             if USE_DOCKER_MGMT: