Comment 2 for bug 1229161

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

Reviewed: https://review.openstack.org/48224
Committed: http://github.com/openstack/python-novaclient/commit/8b264fc61d21fe4d0c7405914fb084f898956888
Submitter: Jenkins
Branch: master

commit 8b264fc61d21fe4d0c7405914fb084f898956888
Author: Kui Shi <email address hidden>
Date: Wed Sep 25 06:24:14 2013 +0800

    py33: unknown encoding: base64 Edit

    Python 3 doesn't support str.encode('base64'), we should use the
    module "base64" instead.

    Close-Bug #1229161

    Change-Id: I1432952558f8c5c3cff39761306e91916d80207f