~lutostag/ubuntu/trusty/maas/1.5.4

« back to all changes in this revision

Viewing changes to src/maas/demo.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
DHCP_CONNECT = True
45
45
 
46
 
MAAS_CLI = abspath("bin/maas")
 
46
MAAS_CLI = abspath("bin/maas-region-admin")
47
47
 
48
48
RABBITMQ_PUBLISH = True
49
49