Skip to content

Commit

Permalink
Merge pull request #525 from lago-project/do_not_export_dns_records
Browse files Browse the repository at this point in the history
Remove dns entries from exported init file
  • Loading branch information
ovirt-infra authored Apr 27, 2017
2 parents fcf0fcd + 047b8e5 commit c9f53d4
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 c9f53d4

Please sign in to comment.