]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remote unused iscsi_targets table
authorGorka Eguileor <geguileo@redhat.com>
Fri, 15 Jan 2016 16:17:44 +0000 (17:17 +0100)
committerGorka Eguileor <geguileo@redhat.com>
Fri, 15 Jan 2016 20:14:35 +0000 (21:14 +0100)
commitbc5f7e4ea4ba0c269a20bc4aa2709ae8da03f98e
treea8a64ae579ae335eb6eefc649b0749f3b6d825ab
parentaa44c8b28108f1e87d9539e00c5126ff28090848
Remote unused iscsi_targets table

iscsi_targets table, ORM class IscsiTarget, and db methods are not
currently being used, so we can drop them.

Closes-Bug: #1534808
Change-Id: I5bd0013f8fbcce18c844a1b051c3d385176f7e5b
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/README
cinder/db/sqlalchemy/migrate_repo/versions/063_drop_iscsi_targets_table.py [new file with mode: 0644]
cinder/db/sqlalchemy/models.py
cinder/tests/unit/test_db_api.py
cinder/tests/unit/test_volume.py