Comment 18 for bug 1620999

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

Reviewed: https://review.opendev.org/c/openstack/glance_store/+/854467
Committed: https://opendev.org/openstack/glance_store/commit/4e5b90a4d200316492dff2c00ff0fe530f9025f8
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 4e5b90a4d200316492dff2c00ff0fe530f9025f8
Author: Takashi Kajinami <email address hidden>
Date: Thu Oct 21 22:57:52 2021 +0900

    Swift: Honor *_domain_name parameters

    The *_domain_id parmaeters should not have any default. Otherwise
    keystoneauth ignores the *_domain_name parameters and it requires
    only *_domain_id parameters are used.

    Conflicts:
            glance_store/_drivers/swift/utils.py

    Closes-Bug: #1620999
    Change-Id: I1f8c9184761313f9fc5fda2f257e52233e0196d1
    (cherry picked from commit 6738d0b156fc1caae0604eb7bd8f05a6ed1c2d68)