Comment 20 for bug 1996237

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

Reviewed: https://review.opendev.org/c/openstack/charm-magnum/+/894279
Committed: https://opendev.org/openstack/charm-magnum/commit/88a7d39cf24bcde7b2513662cfc614a2fa3401da
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 88a7d39cf24bcde7b2513662cfc614a2fa3401da
Author: Jesper Schmitz Mouridsen <email address hidden>
Date: Thu Sep 7 14:54:00 2023 -0300

    Add cluster-user-trust config option

    Clusters created with the option cloud_provider_enabled or
    registry_enabled set to true, or volumer_driver set to 'cinder' need
    this flag set to True as well to instruct Magnum to assign trust to the
    cluster user.

    This option defaults to False due to security concerns (see
    https://bugs.launchpad.net/bugs/cve/2016-7404 )

    [0] https://docs.openstack.org/magnum/latest/user/index.html#cloud-provider-enabled

    Closes-Bug: #1996237
    Change-Id: I393030fa0da244ba5928482c8ef4e75e53f1a7b3
    (cherry picked from commit 29260ddf8ae040e6319732a21ece4cca96196a5f)