Comment 3 for bug 1016641

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-swiftclient (master)

Reviewed: https://review.openstack.org/9354
Committed: http://github.com/openstack/python-swiftclient/commit/c8163f4112bbf5fb438a7fe04bcd9c6ab244768a
Submitter: Jenkins
Branch: master

commit c8163f4112bbf5fb438a7fe04bcd9c6ab244768a
Author: Chmouel Boudjnah <email address hidden>
Date: Wed Jul 4 21:46:02 2012 +0200

    Use keystoneclient for authentication.

    - This allows us to delegate all 2.0 authentication directly to the
      library without reimplementing ourselves.
    - Support reusing a token / storage-url without re-authenticating every
      time via the switch os_storage_url os_auth_token.
    - Allow auth via tenant_id instead of just tenant_name via the switch
      os_tenant_id.
    - Refactor a bit to make it easier in the future to add new OS features
      (i.e: region).
    - Implements blueprint use-keystoneclient-for-swiftclient.
    - Fixes bug 1016641.

    Change-Id: I532f38a68af884de25326aaac05a2050f5ffa1c7