cinder/cinder/db
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
..
sqlalchemy Remove volid from attachments_get_by_host|instance 2016-10-11 12:43:26 -06:00
__init__.py Enable flake8 H303,H304 checking 2014-04-15 09:16:01 +00:00
api.py Remove volid from attachments_get_by_host|instance 2016-10-11 12:43:26 -06:00
base.py Fix sqlalchemy reuse in multi-backend children 2015-03-12 09:49:48 -06:00
migration.py Compact Liberty database migrations 2016-09-20 13:14:09 -05:00