Development
This commit is contained in:
parent
29b06b250c
commit
ca2091a98b
3 changed files with 2 additions and 23 deletions
|
|
@ -322,9 +322,6 @@ def _config_datasource(name):
|
|||
row['server_identity_hostnames'] = json.dumps([
|
||||
s.get('hostname', '') for s in v.get('server_identities', []) if s.get('ip')
|
||||
])
|
||||
row['server_identity_gateway'] = (
|
||||
v.get('dhcp_information', {}).get('explicit_overrides', {}).get('gateway', '')
|
||||
)
|
||||
rows.append(row)
|
||||
return rows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue