From b83f32159ca058e4cf8d8f9838e3daedd91ab78a Mon Sep 17 00:00:00 2001 From: peusterm Date: Sun, 3 Feb 2019 20:37:07 +0100 Subject: [PATCH] Fix: Flake8 seems to have changed. This fixes a code style issue in an old file preventing the CI to succeed. Change-Id: I0e48166df7a24b53fa3215241d9b515fdd6343b5 Signed-off-by: peusterm --- src/emuvim/api/sonata/dummygatekeeper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emuvim/api/sonata/dummygatekeeper.py b/src/emuvim/api/sonata/dummygatekeeper.py index 59b1900..ea9a76e 100755 --- a/src/emuvim/api/sonata/dummygatekeeper.py +++ b/src/emuvim/api/sonata/dummygatekeeper.py @@ -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: -- 2.17.1