Revert "Feature 11071: Modular OSM installation. Remove charms, juju and lxd"

This reverts commit a0f0d8ef4f2aa0dd227ecb651002490b66498bab.

Change-Id: I92394e4074dad4e457c107c58e4ebc17d507f8b2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/charm/osm-nbi/files/vscode-workspace.json b/installers/charm/osm-nbi/files/vscode-workspace.json
new file mode 100644
index 0000000..f2baa1d
--- /dev/null
+++ b/installers/charm/osm-nbi/files/vscode-workspace.json
@@ -0,0 +1,26 @@
+{
+    "folders": [
+        {
+            "path": "/usr/lib/python3/dist-packages/osm_nbi"
+        },
+        {
+            "path": "/usr/lib/python3/dist-packages/osm_common"
+        },
+        {
+            "path": "/usr/lib/python3/dist-packages/osm_im"
+        },
+    ],
+    "settings": {},
+    "launch": {
+        "version": "0.2.0",
+        "configurations": [
+            {
+                "name": "NBI",
+                "type": "python",
+                "request": "launch",
+                "module": "osm_nbi.nbi",
+                "justMyCode": false,
+            }
+        ]
+    }
+}
\ No newline at end of file