Comment 27 for bug 1939389

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

Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/848915
Committed: https://opendev.org/openstack/charm-cinder/commit/ed0f80b7650bd03266897c0f17aa7d84ba9711fd
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit ed0f80b7650bd03266897c0f17aa7d84ba9711fd
Author: Gabriel Adrian Samfira <email address hidden>
Date: Thu Apr 14 18:51:06 2022 +0300

    Add nova section

    Cinder sometimes needs to communicate with nova,
    for example to notify VMs when live-resizing a disk.
    Under certain circumstances,
    the autodetected authentication details don't work,
    so we must add a dedicated section in the config
    for the nova client with proper credentials.

    This issue has been observed on victoria and newer,
    hence the addition of cinder.conf for victoria.

    Closes-Bug: #1939389

    Co-authored-by: Samuel Walladge <email address hidden>

    Change-Id: I6d44223b7c2863c6d9c62b46a41275fd360f92d1
    (cherry picked from commit 024de3783fc459fc25596ec6084dd065e945df76)