Comment 3 for bug 1559456

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

Reviewed: https://review.openstack.org/294918
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=296c9955edae4f25b5b120ff5df7ccd1569984d6
Submitter: Jenkins
Branch: master

commit 296c9955edae4f25b5b120ff5df7ccd1569984d6
Author: vponomaryov <email address hidden>
Date: Sat Mar 19 16:40:58 2016 +0200

    Fix call of clients in post_test_hook.sh

    With merge of commit [1] all calls of clients in Manila
    post_test_hook.sh script fail, because used Devstack's file 'openrc'
    does not export env var that contains domain name. That became
    required after switch to Keystone v3 API in CI jobs [1].

    Note: manilaclient calls should have been worked, as default values are
    automatically picked up by Keystone server. But such clients as nova
    requires set of domain name explicitly.

    [1] Ic211a11308a3295409467efd88bff413482ee58d

    Change-Id: Ia1976af058164da8ef9e33296006750aab7b3f50
    Closes-Bug: #1559456