]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
The DB migration shouldn't populate types table
authorMichael Kerrin <michael.kerrin@hp.com>
Fri, 23 Aug 2013 14:42:46 +0000 (14:42 +0000)
committerDuncan Thomas <duncan.thomas@hp.com>
Fri, 23 Aug 2013 17:57:01 +0000 (18:57 +0100)
commit921ce48fb12fdeb71b10cb411ff9aca9abae03d7
tree26dbcc5231685a65f2612fb9cdfe51e8e5438427
parentfcd45a4f01f70a5c985b5ce9af66f4882240ecb4
The DB migration shouldn't populate types table

It is up to the system adminisator to do this via an API call.

Also fixes up a few cases of dict() being used rather than the prefered {}
(https://github.com/openstack-dev/hacking/blob/master/HACKING.rst#dictionarieslists)

Fixes bug: 1215962

Change-Id: I6b2eea0c03467b157ec147292dbea54e7f99006c
cinder/db/sqlalchemy/migrate_repo/versions/017_add_encryption_information.py
cinder/tests/test_volume.py