← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jtv/maas/hacking-pserv-setting into lp:maas

 

Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/hacking-pserv-setting into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jtv/maas/hacking-pserv-setting/+merge/103869

Changed these settings some time ago, but documentation still describes the old setup.
-- 
https://code.launchpad.net/~jtv/maas/hacking-pserv-setting/+merge/103869
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jtv/maas/hacking-pserv-setting into lp:maas.
=== modified file 'HACKING.txt'
--- HACKING.txt	2012-04-23 09:54:29 +0000
+++ HACKING.txt	2012-04-27 13:10:24 +0000
@@ -165,9 +165,9 @@
     $ sudo htdigest /etc/cobbler/users.digest Cobbler $USER
 
 Alternatively, if you're not interested in the Provisioning Server or
-Cobbler, set ``PSERV_URL`` to ``None`` in one of ``maas``'s settings
-files (typically ``src/maas/demo.py``), and a fake Provisioning Server
-will be used instead.
+Cobbler, set ``USE_REAL_PSERV`` to ``False`` in one of ``maas``'s
+settings files (typically ``src/maas/demo.py``), and a fake Provisioning
+Server will be used instead.
 
 Run the development webserver and watch all the logs go by::