RBAC scope enforcement was controlled by the oslo.policy deprecated config option enforce_scope which has been removed in oslo.policy 6.0.0. That removes the ability to disable the scope enforcement which is the end goal of SRBAC. - https://governance.openstack.org/tc/goals/selected/consistent-and-secure-rbac.html#id5 Adding upgrade impact in releasenotes with olso.policy version bump in requirements.txt. Remove it from unit test that was setting it, otherwise it is unused in Neutron as we are already doing policy scope enforcement. Change-Id: Ia245af80e6ce40d8a1972ea6efe6585734e81a42 Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
30 lines
962 B
Plaintext
30 lines
962 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
|
|
pbr>=4.0.0 # Apache-2.0
|
|
|
|
SQLAlchemy>=1.2.0 # MIT
|
|
pecan>=1.0.0 # BSD
|
|
keystoneauth1>=3.14.0 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
stevedore>=5.6.0 # Apache-2.0
|
|
os-ken >= 0.3.0 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.config>=8.0.0 # Apache-2.0
|
|
oslo.context>=2.22.0 # Apache-2.0
|
|
oslo.db>=12.1.0 # Apache-2.0
|
|
oslo.i18n>=3.20.0 # Apache-2.0
|
|
oslo.log>=4.3.0 # Apache-2.0
|
|
oslo.messaging>=14.2.0 # Apache-2.0
|
|
oslo.policy>=6.0.0 # Apache-2.0
|
|
oslo.serialization>=2.25.0 # Apache-2.0
|
|
oslo.service>=1.24.0 # Apache-2.0
|
|
oslo.utils>=7.0.0 # Apache-2.0
|
|
oslo.versionedobjects>=1.31.2 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
setproctitle>=1.1.10 # BSD
|
|
WebOb>=1.7.1 # MIT
|
|
os-traits>=0.9.0 # Apache-2.0
|
|
debtcollector>=3.0.0 # Apache-2.0
|