From 917133675bab2330a9cd1145a8f852061ef1c6f7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 19 Oct 2023 00:44:08 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' to 55c20cdf1ad6e3a8e8e55e3d58dab8ad0354fa17 - Merge "Add policy enforcer for "tags" service plugin" - Add policy enforcer for "tags" service plugin The following resources have been updated with new policies for tags: * Port * Subnet * Network * Router * FloatingIP * NetworkSegmentRange * NetworkSegment * SecurityGroup * Trunk * Subnetpool The admin can now enforce specific policies for the resource tags for the creation, update and deletion actions. NOTE: a follow-up patch, with a new Launchpad bug reference, will be created to move the ``Tagging`` class from ``ExtensionDescriptor`` to ``APIExtensionDescriptor``, and refactor the ``TaggingController`` to be a standard ``neutron.api.v2.base.Controller``. Any API resource using the second controller will use the path used by the wsgi hooks, in particular the policy hook. That will make unnecessary to manually call the ``policy.enforce`` method from the extension class methods. Closes-Bug: #2037002 Change-Id: I9f3e032739824f268db74c5a1b4f04d353742dbd --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 1aa42e6aeb..55c20cdf1a 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 1aa42e6aebc59bc13c88fd527af4f63623fa840e +Subproject commit 55c20cdf1ad6e3a8e8e55e3d58dab8ad0354fa17