Comment 4 for bug 1955786

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822992
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/2a27e8bdbb5655851a65163ff968546233ce0e60
Submitter: "Zuul (22348)"
Branch: master

commit 2a27e8bdbb5655851a65163ff968546233ce0e60
Author: Takashi Kajinami <email address hidden>
Date: Mon Dec 27 15:57:02 2021 +0900

    Enable policy rule management in nova-compute

    There are some features in nova-compute which validate policy rules.
    For example when connecting an instance to an external network,
    nova-compute checks ``network:attach_external_network`` to determine
    whether the operation is permitted.

    This change migrates definition of nova::policy hieradata from nova-api
    to nova-base so that the hieradata can be used by both nova-api and
    nova-compute.

    Closes-Bug: #1955786
    Depends-on: https://review.opendev.org/822991
    Change-Id: I90be98d67ede06933bbcf3ad5448365ea220f1a9