Comment 5 for bug 1764200

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

Reviewed: https://review.openstack.org/581069
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=d50ab63e138d58ef96b302fc1a1cf56923a26c76
Submitter: Zuul
Branch: master

commit d50ab63e138d58ef96b302fc1a1cf56923a26c76
Author: Tomoki Sekiyama <email address hidden>
Date: Mon Jul 9 15:42:10 2018 +0000

    specify region on creating cinderclient

    If cinder_store_{user_name,password,project_name} are provided,
    cinder client will be created without region information.
    It may cause wrong region access on some multi-region setup.

    This fixes the issue by always passing `cinder_os_region_name`
    value to cinderclient.

    Change-Id: I835b2f0da03f29245c26c9c531b04de737d8ef5b
    Closes-Bug: #1764200