Comment 5 for bug 1233838

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

Reviewed: https://review.openstack.org/49452
Committed: http://github.com/openstack/keystone/commit/6ba5e3683bc597b24a9447bf1f52ada5be3ec921
Submitter: Jenkins
Branch: master

commit 6ba5e3683bc597b24a9447bf1f52ada5be3ec921
Author: John Dennis <email address hidden>
Date: Tue Oct 1 16:50:11 2013 -0400

    Utilites for manipulating base64 & PEM

    Add two new utility modules

      - keystone.common.base64utils
      - keystone.common.pemutils

    Add two new unit tests to exercise the above.

      - keystone.tests.test_base64utils
      - keystone.tests.test_pemutils

    Functionality in these utilities will be utilized to fix bug #1233838
    in a subsequent commit. It is hoped these modules will moved to Oslo
    common code. Each module has a doc string describing their purpose and
    functionalty.

    Change-Id: I3546674dcd9eddec2c378929dd3f759f667cfd5d
    Partial-Bug: #1233838