]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds notifiers to both volumeTypes and volumeTypeExtraSpecs
authorJenny Shieh <jenny.shieh@hp.com>
Thu, 9 May 2013 16:01:37 +0000 (09:01 -0700)
committerjenny-shieh <jenny.shieh@hp.com>
Fri, 10 May 2013 18:37:47 +0000 (11:37 -0700)
commitbff14b95e3c15fde321e0e2da9e5c3250a4d3fca
treedeb1612301dc8e52671638e0387c34b70e5f26fd
parentaef83c437e3d101c639676d795ae0398611bd7f6
Adds notifiers to both volumeTypes and volumeTypeExtraSpecs

1. add notifier to create and delete volumeTypes
2. add notifier to create, update and delete volumeTypeExtraSpecs

Implements: notifiers for volumetypes and extra specs
Fixes: bug #1176259
Change-Id: I30fe6cb764e5fda7c876a8b7256d9b0c0f4a7fdd
cinder/api/contrib/types_extra_specs.py
cinder/api/contrib/types_manage.py
cinder/tests/api/contrib/test_types_extra_specs.py
cinder/tests/api/contrib/test_types_manage.py