From: peusterm Date: Sun, 3 Feb 2019 19:37:07 +0000 (+0100) Subject: Fix: Flake8 seems to have changed. This fixes a code style issue in an old file preve... X-Git-Tag: v6.0.0~42 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=b83f32159ca058e4cf8d8f9838e3daedd91ab78a 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 --- 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: