]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused get_{id,version}_from_href()
authorMark McLoughlin <markmc@redhat.com>
Tue, 17 Jul 2012 03:10:18 +0000 (04:10 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 17 Jul 2012 03:10:18 +0000 (04:10 +0100)
commit23df2650371345f05f75208a9e35d7ca0b6421e4
treee7c0a32851ac97709d63de9749d20e016897fac6
parentb79ad1a950116b6eb0e0f7be48e9ca215681ee1e
Remove unused get_{id,version}_from_href()

The former is only used in the compute API in Nova to e.g. get
an image or flavor ID from a client supplied ref.

The latter is unused even in Nova since the removal of the 1.0
API.

Change-Id: I4e00ca816820cb51c0ab3d4d864766d981854939
cinder/api/openstack/common.py
cinder/tests/api/openstack/test_common.py