Comment 8 for bug 1236326

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

Reviewed: https://review.openstack.org/51165
Committed: http://github.com/openstack/horizon/commit/904eebee866e43841b5e267db8ada6e80b4bb365
Submitter: Jenkins
Branch: milestone-proposed

commit 904eebee866e43841b5e267db8ada6e80b4bb365
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
    (cherry picked from commit 7187d12a1727b98e91c7d90941de6bd46f098809)