~allenap/maas/backup

« back to all changes in this revision

Viewing changes to src/provisioningserver/plugin.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:
1
1
# Copyright 2012 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
"""Twisted Application Plugin code for the MaaS provisioning server"""
 
4
"""Twisted Application Plugin code for the MAAS provisioning server"""
5
5
 
6
6
from __future__ import (
7
7
    print_function,
150
150
        broker_vhost = broker_config["vhost"]
151
151
 
152
152
        # Connecting to RabbitMQ is not yet a required component of a running
153
 
        # MaaS installation; skip unless the password has been set explicitly.
 
153
        # MAAS installation; skip unless the password has been set explicitly.
154
154
        if broker_password is not b"test":
155
155
            cb_connected = lambda ignored: None  # TODO
156
156
            cb_disconnected = lambda ignored: None  # TODO