Include variables in cloud-init

Change-Id: Ic54f765cfde318dbf786e5285f900b119b50895f
Signed-off-by: gcalvino <guillermo.calvinosanchez@altran.com>
diff --git a/setup.py b/setup.py
index 5d7a52c..17e6ab8 100644
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,7 @@
         'aiohttp==0.20.2',
         'osm-common',
         'n2vc',
+        'jinja2',
         # TODO this is version installed by 'apt python3-aiohttp' on Ubuntu Sserver 14.04
         # version installed by pip 3.3.2 is not compatible. Code should be migrated to this version and use pip3
     ],