]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add objects.register_all() to cinder-all command
authorMichal Dulko <michal.dulko@intel.com>
Thu, 13 Aug 2015 12:45:15 +0000 (14:45 +0200)
committerMichal Dulko <michal.dulko@intel.com>
Thu, 13 Aug 2015 13:15:15 +0000 (15:15 +0200)
commitb456e9f5daafe74e454e9112dc616b48122d40b9
tree52adb9127d4629aaa07bbf0474063c7e8ca83d51
parent742026723c6bc5024b35317a87f9faf8d4f8fabc
Add objects.register_all() to cinder-all command

In cmd/all.py registration of objects was missing. This caused running
cinder-all command to raise exceptions about unknown objects. Following
commit fixes this problem.

Closes-Bug: 1484533
Change-Id: Id7686bc801aaea30c1f7f24209044311656fa4cd
cinder/cmd/all.py