cinder/cinder/objects
John Griffith 6f174b4126 Remove volid from attachments_get_by_host|instance
Attachments_get_by_host|instance should be just that, associating
them with a specified volume-id doesn't really solve the problem.

If that relationship is needed a simple get_by_volume will work with
some inspection.

This patch removes the volume_id arg from those get methods.  A follow
up patch will add get_all with filters for more complex relationships.

Change-Id: Ic5ffdced96fdf780cce2a1227c5f2a599860f0ca
Closes-Bug: #1632433
2016-10-11 12:43:26 -06:00
..
__init__.py Add cleanable base object and cleanup request VO 2016-10-04 15:17:31 +02:00
backup.py Update OVO instance on destroy method call 2016-07-22 17:54:00 +02:00
base.py Remove volid from attachments_get_by_host|instance 2016-10-11 12:43:26 -06:00
cgsnapshot.py Update Versioned Objects with Cluster object 2016-07-22 21:00:08 +02:00
cleanable.py Add cleanable base object and cleanup request VO 2016-10-04 15:17:31 +02:00
cleanup_request.py Add cleanable base object and cleanup request VO 2016-10-04 15:17:31 +02:00
cluster.py Remove unused config.CONF 2016-08-30 10:01:46 +08:00
consistencygroup.py Update Versioned Objects with Cluster object 2016-07-22 21:00:08 +02:00
fields.py Remove code duplication in enums 2016-08-11 13:38:39 +00:00
group.py Moving the OPTIONAL_FIELDS inside the OVO object group 2016-09-28 04:02:20 +00:00
group_snapshot.py OPTIONAL_FIELDS should be inside OVO object group_snapshot 2016-09-28 04:29:00 +00:00
group_type.py OVO: OPTIONAL_FIELDS should be moved inside the OVO 2016-09-28 04:41:00 +00:00
qos_specs.py Fix mistakes introduced with QoSSpecs object 2016-07-28 13:34:24 +02:00
request_spec.py Remove unused config.CONF 2016-08-30 10:01:46 +08:00
service.py Fix lazy loading cluster field from Service OVO 2016-09-02 17:50:31 +02:00
snapshot.py Update Versioned Objects with Cluster object 2016-07-22 21:00:08 +02:00
volume.py Merge "Add volumes/summary API support" 2016-08-25 08:30:35 +00:00
volume_attachment.py Remove volid from attachments_get_by_host|instance 2016-10-11 12:43:26 -06:00
volume_type.py Allow attribute lazy loading in VolumeType OVO 2016-09-26 14:29:32 +02:00