Merge "linters: Mock additional variables in validate-all-file.py"
This commit is contained in:
commit
bf6a14a55d
@ -123,8 +123,11 @@ def check_json_j2():
|
|||||||
context = {
|
context = {
|
||||||
'hostvars': hostvars(),
|
'hostvars': hostvars(),
|
||||||
'groups': groups(),
|
'groups': groups(),
|
||||||
|
'inventory_hostname': 'hostname',
|
||||||
|
'api_interface_address': '',
|
||||||
|
'kolla_internal_fqdn': '',
|
||||||
|
'octavia_provider_drivers': '',
|
||||||
'storage_interface': 'storage_interface',
|
'storage_interface': 'storage_interface',
|
||||||
'inventory_hostname': 'hostname'
|
|
||||||
}
|
}
|
||||||
data = template.render(**context)
|
data = template.render(**context)
|
||||||
json.loads(data)
|
json.loads(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user