← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/qa-lab-tests-fix-dns into lp:~maas-maintainers/maas/qa-lab-tests

 

Raphaël Badin has proposed merging lp:~rvb/maas/qa-lab-tests-fix-dns into lp:~maas-maintainers/maas/qa-lab-tests.

Commit message:
Allow nodes from an external cluster to query the cache.

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~rvb/maas/qa-lab-tests-fix-dns/+merge/137829
-- 
https://code.launchpad.net/~rvb/maas/qa-lab-tests-fix-dns/+merge/137829
Your team MAAS Maintainers is requested to review the proposed merge of lp:~rvb/maas/qa-lab-tests-fix-dns into lp:~maas-maintainers/maas/qa-lab-tests.
=== modified file 'debian/tests/maas-integration.py'
--- debian/tests/maas-integration.py	2012-11-23 13:00:17 +0000
+++ debian/tests/maas-integration.py	2012-12-04 12:51:25 +0000
@@ -51,6 +51,7 @@
     forwarders {
     10.98.0.1;
     };
+    allow-query-cache {any;};
     dnssec-validation auto;
     auth-nxdomain no;    # conform to RFC1035
 };