cinder/cinder/objects
Gorka Eguileor 938cb0c5ab Move get_by_id to CinderObject
Currently each Versioned Object needs to implement its own get_by_id,
with this patch they don't need anymore, since it will be included in
the base class CinderObject and it will work for all the objects.

This will help for other things like having a refresh method or
conditional updates in the objects.

Related-Bug: #1490944
Related-Bug: #1238093
Related-Bug: #1490946
Related-Bug: #1469659
Change-Id: I355dc8eaefed93003533ee083f74acd1315f057e
2015-11-20 14:34:21 +01:00
..
__init__.py CGSnapshot Object 2015-10-19 14:37:39 +02:00
backup.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
base.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
cgsnapshot.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
consistencygroup.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
service.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
snapshot.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
volume.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
volume_attachment.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
volume_type.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00