]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use consolidated update for failover_replication
authorPatrick East <patrick.east@purestorage.com>
Wed, 2 Sep 2015 20:58:02 +0000 (13:58 -0700)
committerPatrick East <patrick.east@purestorage.com>
Thu, 3 Sep 2015 18:47:38 +0000 (11:47 -0700)
commitca7050ec206284bf74cd06ab7b24178967c42bcc
tree2661305c73941bd4998d23c0e4bdeb63ce0ae3e4
parent6dba657a2987955248e781ae9df28351ef10420d
Use consolidated update for failover_replication

Right now it’s using a special built volume_updates dictionary that
contains some fields *and* a model update. We then glom all of them
together into an update dictionary for the volume model.

This change simplifies them into a single model update more in-line with
how the other volume API’s work for drivers.

It also fixes a bug where the model_update property of the volume_update
was not being applied to the db model.

Change-Id: I8ad85bf0e62099a8ea4dd471dfcb64fa057f1021
Closes-Bug: #1491587
cinder/volume/manager.py