Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5963ffc1 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[dev] remove ipv6 info from root

parent a8dbad9d
No related branches found
No related tags found
No related merge requests found
Pipeline #132504 passed
{
"ipv6": {
"site-indexes": {
"grenoble": 1,
"lille": 2,
"luxembourg": 3,
"lyon": 4,
"nancy": 5,
"nantes": 6,
"rennes": 7,
"sophia": 8
}
},
"type": "grid",
"uid": "grid5000"
}
\ No newline at end of file
......@@ -112,6 +112,9 @@ def generate_reference_api
# remove kavlan information for now
global_hash.delete('vlans')
# also remove ipv6 info
global_hash.delete('ipv6')
grid_path = Pathname.new(refapi_path)
grid_path.mkpath()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment