]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Key error when auth in standalone mode
authorAndrew Plunk <andrew.plunk@rackspace.com>
Tue, 11 Jun 2013 15:18:10 +0000 (10:18 -0500)
committerAndrew Plunk <andrew.plunk@rackspace.com>
Tue, 11 Jun 2013 15:20:53 +0000 (10:20 -0500)
commit70990d3106808cf9f73a35815687b073500e21e8
tree8522aefcec8b90530652b41133595b1f07277ae3
parent56d5fb9f83b647d27a00d56cb4dad8aad9e1169f
Key error when auth in standalone mode

Fix a key error caused from the response of authing
in stand alone mode. The keystone docs indicate that
the schema for a response user name is ['user']['name']
rather than ['user']['username'].

Change-Id: I9ac94feeef8f9f2dedaa3842f64a3491e701e199
heat/common/auth_password.py
heat/tests/test_auth_password.py