]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove generate_glance_url
authorgit-harry <git-harry@live.co.uk>
Wed, 24 Jun 2015 08:46:45 +0000 (09:46 +0100)
committergit-harry <git-harry@live.co.uk>
Wed, 24 Jun 2015 08:46:45 +0000 (09:46 +0100)
commite815afb74fbfa5439cb317add56916e65d866dc3
treec034888364aa36c747b22b36e5a34e95e9bc1c3c
parentbca259fb556b17e2cf8b80ca74e04b812e70de31
Remove generate_glance_url

The function generate_glance_url is part of the inital fork from nova.
It is only called once and that is by a unit test designed to test the
function.

This commit removes generate_glance_url and its associated test because
they are not used by cinder.

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