]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Delete type call in api needs update to use ID.
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 6 Dec 2012 20:36:23 +0000 (13:36 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 6 Dec 2012 20:44:20 +0000 (13:44 -0700)
commitad770a3eaeaea9c00871a8b45157adc85dba6c79
tree37a28a469556e619fe5217090de045c4aae3e8c2
parent51a438c8f3f0d13c6779602264d72cde82feab9c
Delete type call in api needs update to use ID.

https://github.com/openstack/cinder/commit/51a438c8f3f0d13c6779602264d72cde82feab9c
Introduced UUID's for volume_type ID and also changed delete to use ID
instead of name.

That changed neglected to update the call in contrib/types_manage,
this patch fixes that.

Fixes bug 1087161

Change-Id: I839228cd656afaf68caedfe673f9191488ccc397
cinder/api/contrib/types_manage.py