]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use get_by_args instead of get_by_host_and_topic
authorIvy Zhang <shzyu@cn.ibm.com>
Tue, 15 Mar 2016 09:25:36 +0000 (05:25 -0400)
committerIvy Zhang <shzyu@cn.ibm.com>
Tue, 15 Mar 2016 09:25:36 +0000 (05:25 -0400)
commit1f7388e70c00e111f64311e83b08d2ac124a5bf9
tree5446e566b2fd8dc5224039df2a07c503235e87eb
parente9cf76ab0fca59c32f73d72ea50435b4879ad1e2
Use get_by_args instead of get_by_host_and_topic

We already changed to use get_by_args, but in init_host_with_rpc,
it still called get_by_host_and_topic instead of get_by_args.
Which would cause restart a disabled cinder-volume service failed

Change-Id: I10f562b4298e548f681030a71c828e3d2265e416
Closes-Bug: 1557366
cinder/volume/manager.py