Comment 3 for bug 1514756

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to murano (master)

Reviewed: https://review.openstack.org/261235
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=ab32ce73f6deacfa8ddf4761012aae8f7299d628
Submitter: Jenkins
Branch: master

commit ab32ce73f6deacfa8ddf4761012aae8f7299d628
Author: liyingjun <email address hidden>
Date: Thu Dec 24 17:22:18 2015 +0800

    Replace tenant_id with project_id in auth_utils

    The 'tenant_id' passing to keystoneclient.v3.client.Client is
    deprecated, and may be removed in the 2.0.0 release[1]. Replace
    it with 'project_id' as suggested.

    [1]:
    https://github.com/openstack/python-keystoneclient/blob/f8c47a1aa0c12e2fb374e66f8787287069acbdd9/keystoneclient/v3/client.py#L73

    Change-Id: I2898bb10e4373916b06c90b6b18ceb65845ae3b7
    Related-Bug: #1514756