projects
/
osm
/
devops.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New option -c in full_install_osm to allow different K8s cluster engines
[osm/devops.git]
/
installers
/
charm
/
osm-pol
/
files
/
vscode-workspace.json
1
{
2
"folders": [
3
{"path": "/usr/lib/python3/dist-packages/osm_policy_module"},
4
{"path": "/usr/lib/python3/dist-packages/osm_common"},
5
],
6
"settings": {},
7
"launch": {
8
"version": "0.2.0",
9
"configurations": [
10
{
11
"name": "POL",
12
"type": "python",
13
"request": "launch",
14
"module": "osm_policy_module.cmd.policy_module_agent",
15
"justMyCode": false,
16
}
17
]
18
}
19
}