Comment 2 for bug 1595786

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

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

commit 0c64947c6fda6855490958d2b95b74b1e4c1dfd7
Author: zhengyao1 <email address hidden>
Date: Fri Jun 24 17:04:56 2016 +0800

    make string.letters python3 compatible

    The string.letters in python2 was supported. But in python3,
    string.letters was removed. In python3, recommend using
    string.ascii_letters instead. This patch fix it.

    Change-Id: I7bfe2b94c0c740d9143ddddc655f8086a537f24b
    Closes-Bug: #1595786