Neutron shared routines and utilities.
Go to file
Rodolfo Alonso Hernandez acfb2fdc29 Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING"
The plugin "qos" is added to the "EXT_PARENT_RESOURCE_MAPPING" constant.
The policy engine can now check the QoS rule ownership using the QoS
policy project ID. The QoS rules are resources that do not have an
assigned project ID, it is inherited from the QoS policy. This patch
allows to check a QoS rule ownership using the "ext_parent_policy_id"
field, that stores the QoS policy project ID.

NOTE: once released, this bug fix must include Neutron unit tests
checking, using the rules:
  "update_policy_bandwidth_limit_rule": "rule:admin_or_owner"
  "update_policy_packet_rate_limit_rule": "rule:admin_or_owner"
  "update_policy_dscp_marking_rule": "rule:admin_or_owner"
  "update_policy_minimum_bandwidth_rule": "rule:admin_or_owner"
  "update_policy_minimum_packet_rate_rule": "rule:admin_or_owner"

Conflicts:
       neutron_lib/services/constants.py

Closes-Bug: #1996606
Change-Id: I0531ea2c1bf29aecfab9b491eefef044a4ee49ad
(cherry picked from commit 7e4a6beed4)
(cherry picked from commit 3f9cbe4525)
2022-11-13 09:00:50 +01:00
api-ref/source Introduce rbac-address-group api extension 2021-01-21 18:32:06 -06:00
doc Change policy on neutron-lib migration 2020-07-10 14:22:17 -04:00
neutron_lib Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" 2022-11-13 09:00:50 +01:00
releasenotes Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" 2022-11-13 09:00:50 +01:00
tools Start running pylint for pep8 tests 2020-09-17 09:53:01 -04:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Switch to stestr 2018-05-24 11:09:18 -07:00
.gitreview Update .gitreview for stable/wallaby 2021-03-18 12:50:48 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.pylintrc [Stable Wallaby Only] CI Jobs fixes 2022-01-25 19:21:09 +05:30
.stestr.conf Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.zuul.yaml [Stable Wallaby Only] CI Jobs fixes 2022-01-25 19:21:09 +05:30
CONTRIBUTING.rst Merge "Update links in CONTRIBUTING.rst" 2017-10-05 20:47:37 +00:00
HACKING.rst Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-22 11:23:33 +08:00
requirements.txt Make neutron-lib aware about system scope tokens 2021-03-12 14:47:37 +01:00
setup.cfg Remove translation sections from setup.cfg 2020-05-23 16:49:31 +08:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Start running pylint for pep8 tests 2020-09-17 09:53:01 -04:00
tox.ini [Stable Wallaby Only] CI Jobs fixes 2022-01-25 19:21:09 +05:30

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO