Skip to content

Commit

Permalink
Remove dns entries from exported init file
Browse files Browse the repository at this point in the history
Signed-off-by: gbenhaim <[email protected]>
  • Loading branch information
gbenhaim committed Apr 27, 2017
1 parent fcf0fcd commit 047b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lago/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def generate_init(self, dst, out_format, filters=None):
filters = [
'domains/*/disks/*/metadata',
'domains/*/metadata/deploy-scripts', 'domains/*/snapshots',
'domains/*/name', 'nets/*/mapping'
'domains/*/name', 'nets/*/mapping', 'nets/*/dns_records'
]
spec = self.get_env_spec(filters)

Expand Down

0 comments on commit 047b8e5

Please sign in to comment.