Comment 4 for bug 1488881

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/kilo)

Reviewed: https://review.openstack.org/224982
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=ebc79945ec4efa8b927d6a07c8a3187ebc6ca385
Submitter: Jenkins
Branch: stable/kilo

commit ebc79945ec4efa8b927d6a07c8a3187ebc6ca385
Author: huangtianhua <email address hidden>
Date: Thu Aug 27 11:29:04 2015 +0800

    Set correct tenant id when python-client init

    If tenant name with chinese characters, an
    'UnicodeEncodeError' exception raised when the tenant
    creating a stack with a nova server. To set correct
    tenant id instead of tenant name when novaclient init
    is the best way to avoid this problem.

    Also this patch fix this problem for glanceclient and
    cinderclient.

    Closes-Bug: #1488881
    (cherry picked from commit 17991ab22e2136a99eb6883e49352ba24d3dea8f)

    Conflicts:
     heat/engine/clients/os/glance.py

    Change-Id: Ifc8ab70c69453344156d25aba4291769bb7fe117