Use connection dict to connect to the interface

2 jobs from CI in 18 seconds (queued for 8 seconds)
Status Job ID Name Coverage
  Lint
failed #1033
flake8

00:18

 
  Test
skipped #1034
test
 
Lint flake8
Installing collected packages: pyflakes, entrypoints, mccabe, pycodestyle, flake8
Successfully installed entrypoints-0.3 flake8-3.7.8 mccabe-0.6.1 pycodestyle-2.5.0 pyflakes-2.1.1
$ flake8 --max-line-length=125 --exclude=migrations
./recircle/instance/views.py:7:1: F401 'openstack' imported but unused
./recircle/instance/views.py:13:1: E302 expected 2 blank lines, found 1
./recircle/instance/views.py:58:45: F821 undefined name 'conn'
./recircle/image/views.py:6:1: F401 'openstack' imported but unused
./recircle/image/views.py:13:1: E302 expected 2 blank lines, found 1
ERROR: Job failed: exit code 1