Comment 9 for bug 1309092

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to ceilometer (stable/icehouse)

Reviewed: https://review.openstack.org/88577
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=a1ec218d683e27434a5b085f1fbc7e3c13b60684
Submitter: Jenkins
Branch: stable/icehouse

commit a1ec218d683e27434a5b085f1fbc7e3c13b60684
Author: Thomas Herve <email address hidden>
Date: Thu Apr 17 19:45:19 2014 +0200

    Use known protocol scheme in keystone tests

    With the recent introduction of the identity_uri in keystoneclient,
    there is a small backward incompatible change which means that weird
    protocols like the ones we use during tests aren't support properly
    anymore. The patch replaces "foottp" and "barttp" by "file" hopefully
    keeping testing coverage the same.

    Change-Id: Idb30ff3ee0ca50911e453899ad32e630f9b18724
    Closes-Bug: #1309092
    (cherry picked from commit e5b7606eaa94033256eb1aca5f6a6eed4f9e54a0)