Comment 6 for bug 1236326

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

Reviewed: https://review.openstack.org/50806
Committed: http://github.com/openstack/horizon/commit/7187d12a1727b98e91c7d90941de6bd46f098809
Submitter: Jenkins
Branch: master

commit 7187d12a1727b98e91c7d90941de6bd46f098809
Author: Kieran Spear <email address hidden>
Date: Thu Oct 10 13:41:38 2013 +1100

    Add keystoneclient CredentialsManager if missing

    The keystone v3 client doesn't include the 'ec2' manager, even
    though the EC2 API is included in the default pipeline.

    This commit creates the ec2 manager manually if it's missing
    (and necessary). It uses the same call that the client itself
    should have used.

    Change-Id: I83e7bfa04cde5093c10bf2bc27af5ec03da4b48e
    Closes-bug: #1236326