]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixup stats key for replication in init_host_with_pc
authorPatrick East <patrick.east@purestorage.com>
Fri, 11 Mar 2016 23:28:27 +0000 (15:28 -0800)
committerPatrick East <patrick.east@purestorage.com>
Fri, 11 Mar 2016 23:28:27 +0000 (15:28 -0800)
commit178a462c670bbf4a09949065d207519089d484a9
tree509bfcccce2aec9a9e8321684506695a12789a06
parentcc2e463f97ccb64b6de9f60da9d113ca670b9f84
Fixup stats key for replication in init_host_with_pc

We were looking for just ‘replication’ in stats, but that key isn’t
used by anyone and would always be false. We instead want to be keying
off of just replication_enabled.

Change-Id: I8f4ef8d5c6594c1548958ebac2ff63b79429cd0b
Closes-Bug: #1556315
cinder/volume/manager.py