Comment 10 for bug 1408088

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

Reviewed: https://review.openstack.org/145554
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=f75ea86a2a4ee0bed076ee9e4ea5021eb0643e16
Submitter: Jenkins
Branch: master

commit f75ea86a2a4ee0bed076ee9e4ea5021eb0643e16
Author: Liang Chen <email address hidden>
Date: Wed Jan 7 13:23:10 2015 -0500

    Directly using base64 encoding for injected files

    Binary files cannot be treated as utf-8 byte streams and converted
    to plain. Change this back to just using base64 encoding as it was
    before commit 8b264fc61d21fe4d0c7405914fb084f898956888.

    Change-Id: I4ef6142676022b2e2f3178e7bfa24ed985fcae2c
    Closes-Bug: #1408088