]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
get_replication_updates call to driver is wrong
authorJohn Griffith <john.griffith8@gmail.com>
Fri, 28 Aug 2015 15:19:34 +0000 (09:19 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Fri, 28 Aug 2015 20:27:43 +0000 (20:27 +0000)
commit1f801787e1a5cfa517df3675e41c20ceec061231
treed66a8a22f7808ff1ba49114a94806b9f7b3359d0
parent6f250ac6a5284e6e53708c696b6eacce59d5292a
get_replication_updates call to driver is wrong

The call to driver.get_replication_updates in manager.py
omitted the context argument from the call.

This fixes that by adding the context argument to the call.

Change-Id: I1e59e4a7e64fee8f26ac27a3eb79683d7bccdce4
Closes-Bug: #1489931
cinder/volume/manager.py