* When I test devstack with DashBoard and Swift , I failed to retrieve container list also failed to create container
Seems that Swift denied the operation due to tenant mismatch from
AUTH_%tenant_id% to %tenant_id%
swift No Authorization header. skipping.
swift Using identity: {'roles': [u'admin'], 'user': u'swift', 'tenant': (u'cf1f4b713b7d40b1acacd0b9b943b57b', u'service')}
swift tenant mismatch: AUTH_cf1f4b713b7d40b1acacd0b9b943b57b != cf1f4b713b7d40b1acacd0b9b943b57b (txn: txab2400ffb0e849bea00ed4970fbc307f) (client_ip: 10.103.0.157)
swift 10.103.0.157 10.103.0.157 02/Apr/2012/14/38/45 HEAD /v1/AUTH_cf1f4b713b7d40b1acacd0b9b943b57b/11 HTTP/1.0 404 - python-cloudfiles/1.7.10 bd3776d4bafa4deba24f46092c63342a - - - txab2400ffb0e849bea00ed4970fbc307f - 0.0107 -
I attempt to fix it in this keystone review https:/ /review. openstack. org/#change, 6091 in the meantime you can add :
reseller_prefix = AUTH_
in your keystone section of the proxy-server.conf to workaround it.