]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup orphaned code from cinder root directory
authorSean McGinnis <sean_mcginnis@dell.com>
Thu, 1 Oct 2015 14:18:43 +0000 (09:18 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Thu, 1 Oct 2015 20:19:15 +0000 (15:19 -0500)
commitb3297f3984a514d93f948b3b39b9e84dca5d2e3e
treeaccc9511128be93f518aef20f0a6e2d03c3f19d0
parentc9eef31820dc385a2c9f4ba24dd1d194f9e7d088
Cleanup orphaned code from cinder root directory

There were several methods in the root directory source files
that were no longer being used anywhere. While some of these
have potential for being useful, they are not in use and should
not be sitting around the codebase waiting for someone to need them.

This patch removes unused methods from utils as well as their
associated unit tests.

Change-Id: Iee5bac44b41a2696ab972a2fbfe0281ec423b393
cinder/rpc.py
cinder/tests/unit/test_utils.py
cinder/utils.py