]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pass in snapshot refs for host on provider_update
authorJohn Griffith <john.griffith8@gmail.com>
Wed, 9 Sep 2015 15:15:31 +0000 (15:15 +0000)
committerJohn Griffith <john.griffith8@gmail.com>
Wed, 9 Sep 2015 15:17:24 +0000 (15:17 +0000)
commitba0a12d52f7aa044d36f43dbe003858a29142bab
tree1dc9056577c83f172d985095722df0abe8eefa24
parentcf3cfb3a66066cfdc1ad15ac35b204d4a7b0301f
Pass in snapshot refs for host on provider_update

Now that snapshot_get_by_host is fixed we can and should
pass in a list of snapshot-refs to the drivers update_provider
method (just like we do with volumes).

Change-Id: I062efd1b7ab16f3f999464d3190c204026bba5ec
Closes-Bug: #1489182
cinder/tests/unit/test_solidfire.py
cinder/volume/driver.py
cinder/volume/drivers/solidfire.py
cinder/volume/manager.py