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

« back to all changes in this revision

Viewing changes to ironic/conductor/task_manager.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
import functools
98
98
 
99
 
from oslo.utils import excutils
100
99
from oslo_config import cfg
 
100
from oslo_utils import excutils
101
101
import retrying
102
102
 
103
103
from ironic.common import driver_factory
277
277
        :param event: the name of the event to process
278
278
        :param callback: optional callback to invoke upon event transition
279
279
        :param call_args: optional *args to pass to the callback method
280
 
        :param call_kwargs: optional **kwargs to pass to to the callback method
 
280
        :param call_kwargs: optional **kwargs to pass to the callback method
281
281
        :param err_handler: optional error handler to invoke if the
282
282
                callback fails, eg. because there are no workers available
283
283
                (err_handler should accept arguments node, prev_prov_state, and