]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove reattach function in cinder-manage
authorThang Pham <thang.g.pham@gmail.com>
Sat, 26 Jul 2014 00:37:06 +0000 (20:37 -0400)
committerThang Pham <thang.g.pham@gmail.com>
Sat, 26 Jul 2014 00:37:06 +0000 (20:37 -0400)
commit2581edd8e45deed7e43530e5890925f9fc81e143
treef372d020199e85d499bfa2a2d5d14ea6b05bee51
parent4d56b91628518629b47997b93acd9cb1e48f87f5
Remove reattach function in cinder-manage

The reattach function in cinder-manage depends on
db.instance_get, which is not available in cinder db.
db.instance_get is only available in nova db. Hence, the
reattach function should be removed from cinder-manage.

Change-Id: If33bf2f281735bd530641c1e6d15e9645f38b4b4
Closes-Bug: #1167931
bin/cinder-manage