]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add trust_id and trustor_user_id Context and DB
authorSteven Hardy <shardy@redhat.com>
Mon, 2 Sep 2013 15:29:39 +0000 (16:29 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 2 Sep 2013 17:39:46 +0000 (18:39 +0100)
commit85968a7495c10a03be58bbfd074a2a7e6d7116d5
tree8e86b1763015b70e7242b0cb1c8e90e049e237e3
parent4fd744173f7f8ab5a0e4e825e85f2729bed18677
Add trust_id and trustor_user_id Context and DB

Add trust_id and trustor_user_id to the user_creds table
and related RequestContext object

blueprint heat-trusts

Change-Id: Ie0fdc5068475db7e84f366d1eb2b9ae56db0b3fc
heat/common/context.py
heat/db/sqlalchemy/api.py
heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py [new file with mode: 0644]
heat/db/sqlalchemy/models.py
heat/tests/test_sqlalchemy_api.py