~allenap/maas/backup

« back to all changes in this revision

Viewing changes to src/maas/settings.py

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
LONGPOLL_URL = 'longpoll/'
57
57
 
58
58
# Default URL specifying protocol, host, and (if necessary) port where
59
 
# this MaaS can be found.  Configuration can, and probably should,
 
59
# this MAAS can be found.  Configuration can, and probably should,
60
60
# override this.
61
61
DEFAULT_MAAS_URL = "http://%s/" % gethostname()
62
62
 
87
87
AUTH_PROFILE_MODULE = 'maasserver.UserProfile'
88
88
 
89
89
AUTHENTICATION_BACKENDS = (
90
 
    'maasserver.models.MaaSAuthorizationBackend',
 
90
    'maasserver.models.MAASAuthorizationBackend',
91
91
    )
92
92
 
93
93
# Rabbit MQ Configuration.