Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4d271024 authored by IMBERT Matthieu's avatar IMBERT Matthieu
Browse files

Merge branch 'ipv6'

parents 864c644a 5963ffc1
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
......@@ -2,4 +2,5 @@ uid: string
sites: required_hash
network_equipments: optional_hash
vlans: required_hash
ipv6: required_hash
disk_vendor_model_mapping: required_hash
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