~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to src/maas/demo.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-27 14:49:56 UTC
  • mto: (20.1.1 quantal) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120327144956-z5stunhc83bnnwsi
Tags: upstream-0.1+bzr363+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr363+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
MAAS_CLI = os.path.join(os.getcwd(), 'bin', 'maas')
46
46
 
 
47
RABBITMQ_PUBLISH = True
 
48
 
47
49
LOGGING = {
48
50
    'version': 1,
49
51
    'disable_existing_loggers': False,