~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to ironic/drivers/base.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-04-17 09:28:31 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20150417092831-wu2awfbqomnzpeim
Tags: 2015.1~rc1-0ubuntu1
* New upstream milestone release:
  - d/control: Align with upstream dependencies
  - d/p/fix-requirements.patch: Dropped no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
    def reboot(self, task):
368
368
        """Perform a hard reboot of the task's node.
369
369
 
 
370
        Drivers are expected to properly handle case when node is powered off
 
371
        by powering it on.
 
372
 
370
373
        :param task: a TaskManager instance containing the node to act on.
371
374
        :raises: MissingParameterValue if a required parameter is missing.
372
375
        """