~ubuntu-branches/ubuntu/raring/maas/raring

« back to all changes in this revision

Viewing changes to src/maas/demo.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez, Dave Walker (Daviey), Andres Rodriguez, Scott Moser
  • Date: 2012-03-22 10:56:58 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120322105658-cc42wllftxl8qpxm
Tags: 0.1+bzr338+dfsg-0ubuntu1
[ Dave Walker (Daviey) ]
* d/patches/03-txlongpoll-config.patch: Resolve typo error from prior patch.
  - LP: #961031

[ Andres Rodriguez ]
* debian/maas.config: Don't allow reconfigure.
* debian/maas.postinst: Don't allow reconfigure. Run sync/migrate db on
  all upgrades.

[ Scott Moser ]
* add rsylog config for logging node boots (LP: 960149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# enable it.
40
40
LONGPOLL_PATH = None
41
41
 
42
 
# This should match the setting in /etc/pserv.yaml.
43
 
PSERV_URL = "http://localhost:5241/api"
 
42
# For demo purposes, use a real provisioning server.
 
43
USE_REAL_PSERV = True
44
44
 
45
45
MAAS_CLI = os.path.join(os.getcwd(), 'bin', 'maas')
46
46