]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove unused service_* columns from user_creds
authorSteven Hardy <shardy@redhat.com>
Fri, 23 Aug 2013 10:16:13 +0000 (11:16 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 27 Aug 2013 17:00:40 +0000 (18:00 +0100)
commitcc0b6e74079c62ab0678bfcdbad87d0ed319cb2b
tree2af0dcaac1f32dcd65f3dd830d62f202fbc9c620
parent8e64406c3f2d3beb356b741840fecb28d9f24c2e
Remove unused service_* columns from user_creds

The service_user and service_password columns are not used anywhere
so remove the columns from the DB and the model

bug #1215850

Change-Id: If2df8cb768a1e2b10897cc09d64df5bcb1c7cd24
heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py [new file with mode: 0644]
heat/db/sqlalchemy/models.py