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

« back to all changes in this revision

Viewing changes to ironic/objects/node.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    # Version 1.5: Add list()
31
31
    # Version 1.6: Add reserve() and release()
32
32
    # Version 1.7: Add conductor_affinity
33
 
    VERSION = '1.7'
 
33
    # Version 1.8: Add maintenance_reason
 
34
    VERSION = '1.8'
34
35
 
35
36
    dbapi = db_api.get_instance()
36
37
 
65
66
            'target_provision_state': obj_utils.str_or_none,
66
67
 
67
68
            'maintenance': bool,
 
69
            'maintenance_reason': obj_utils.str_or_none,
68
70
            'console_enabled': bool,
69
71
 
70
72
            # Any error from the most recent (last) asynchronous transaction