]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove service _user, _password, _tenant from context
authorSteve Baker <sbaker@redhat.com>
Mon, 8 Apr 2013 03:47:46 +0000 (15:47 +1200)
committerSteve Baker <sbaker@redhat.com>
Mon, 22 Apr 2013 22:29:02 +0000 (10:29 +1200)
commita25804014b1c57c772847b9804f95123f59e7648
tree59eebb897773c1e86e9ce4e92d8d9abfa42c555a
parent419a3d953e7c67dafc7b44b278eb432c27fe23be
Remove service _user, _password, _tenant from context

These are not currently used anywhere in heat-engine, and I'm
not comfortable with the service password going over the (controller)
network.

If heat-engine needs access to these in the future then they can always
be configured in heat-engine.conf, or the operation can be performed
in the api and the results put into the context.

Change-Id: I81aab6b5a2c9aa7d6412531f70108857cbfa637b
heat/common/auth_token.py
heat/common/context.py
heat/db/sqlalchemy/api.py