Comment 11 for bug 1595786

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

Reviewed: https://review.openstack.org/342057
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-contrail/commit/?id=c154fc3b6f87861fd68a00ef5279184ed4c0f9c6
Submitter: Jenkins
Branch: master

commit c154fc3b6f87861fd68a00ef5279184ed4c0f9c6
Author: Ji-Wei <email address hidden>
Date: Thu Jul 14 18:41:26 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: I1965f1896f49eba45e77c917eb2fd8dd0bddd474
    Closes-Bug: #1595786