magnum/magnum/objects
Davanum Srinivas d43259dbf2 Cleanup code and remove newly ignored hack rules
newer hacking has rules for the following:
  H105  Don't use author tags
  H238  old style class declaration, use new style (inherit from `object`)
  W292 no newline at end of file

So we need to clean them up and stop ignoring them

Change-Id: I12b995cf87d6bc0938298f397b41a4693627bb4b
2015-02-06 22:40:23 -05:00
..
__init__.py Add k8s replication support for magnum 2015-01-02 18:29:18 -05:00
base.py Cleanup code and remove newly ignored hack rules 2015-02-06 22:40:23 -05:00
bay.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
baymodel.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
container.py Remove API get() for some magnum objects 2015-02-05 12:42:36 +08:00
node.py Remove API get() for some magnum objects 2015-02-05 12:42:36 +08:00
pod.py Remove API get() for some magnum objects 2015-02-05 12:42:36 +08:00
replicationcontroller.py Remove API get() for some magnum objects 2015-02-05 12:42:36 +08:00
service.py Remove API get() for some magnum objects 2015-02-05 12:42:36 +08:00
utils.py Add objects/utils.py copied from Ironic 2014-12-02 15:04:34 -07:00