~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/provisioningserver/pxe/config.py

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2014-01-28 08:41:41 UTC
  • mfrom: (1.2.20)
  • Revision ID: package-import@ubuntu.com-20140128084141-nstmu4fzu1h74w8f
Tags: 1.4+bzr1853+dfsg-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            "This can happen if you manually power up a node when its "
78
78
            "state is not one that allows it. Is the node in the 'Declared' "
79
79
            "or 'Ready' states? It needs to be Enlisting, Commissioning or "
80
 
            "Allocated."
81
 
                % (pxe_templates_dir, purpose, arch, subarch))
 
80
            "Allocated." % (
 
81
                pxe_templates_dir, purpose, arch, subarch))
82
82
 
83
83
        raise AssertionError(error)
84
84