]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix swift client token authentication
authorSteve Baker <sbaker@redhat.com>
Tue, 26 Mar 2013 04:11:47 +0000 (17:11 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 26 Mar 2013 04:11:47 +0000 (17:11 +1300)
commitad79106093f0ef7f85df8b1fdd490e0c7a5a0df1
treecac644282e0cf00c3da9b2e16bb4204bfd1a963c
parent84ba8f8ef9ca0b9c53817f387e568a71ab2d4cf8
Fix swift client token authentication

Triggered by launching a stack containing swift containers
through Horizon.

The swift client does its own endpoint lookup if we don't know
it, so we don't have to do it ourselves. Also, our endpoint lookup
was broken in the auth_token codepath.

Part of blueprint auth-token-only

Change-Id: I1876f233001a58cb17e7dd7d5cf8883e295a9b87
heat/engine/clients.py