]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Return a tuple from SolidFire update_provider_info
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 8 Sep 2015 21:29:05 +0000 (15:29 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 8 Sep 2015 21:29:05 +0000 (15:29 -0600)
commit81de3ea731066feb40c2db9ca95ec0c67d65de1a
tree28690fa371dbe9891d7a10df3dc8e3123b160ae5
parentbcc7ce05cb73b96915df43e89af3c8f42f9eb677
Return a tuple from SolidFire update_provider_info

The SolidFire update_provider_info is only returning
a list of updated volumes, but the manager call (and
the method def in the reference) calls for a tuple of
volumes and snapshots.

This patch fixes the return to be a tuple, a follow on
will be needed to add snapshot updates.

Change-Id: Ifa617bfd7b0652adf7bf1b19d48e88bfcfcec8df
Partial-Bug: #1493563
cinder/tests/unit/test_solidfire.py
cinder/volume/drivers/solidfire.py