]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Migrate manage script needs import of db session module
authorMichael Kerrin <michael.kerrin@hp.com>
Tue, 27 Aug 2013 10:48:45 +0000 (10:48 +0000)
committerMichael Kerrin <michael.kerrin@hp.com>
Tue, 27 Aug 2013 11:36:13 +0000 (11:36 +0000)
commit9c26377f7b92b5972b284ff75fe69ab11c3c18df
tree2789d615e3747bfd8dc7add3e78fb97176da0501
parentef4d1084f44cd90e366256086fbd55b55a21326c
Migrate manage script needs import of db session module

This import looks like it is not used but importing this module as
the side effect of defining the olso configuration. Without it the
script will not work.

Change-Id: Id65f726f34aa2fb86fda13fd65e2e512b3a899ac
cinder/db/sqlalchemy/migrate_repo/manage.py