5e22736c7a
As per the community goal of migrating the policy file the format from JSON to YAML[1], we need to do two things: 1. Change the default value of '[oslo_policy] policy_file'' config option from 'policy.json' to 'policy.yaml' with upgrade checks. 2. Deprecate the JSON formatted policy file on the project side via warning in doc and releasenotes. Also replace policy.json to policy.yaml ref from doc and tests. [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html Change-Id: I1248c7356e9a22f0281f12afa8faf5f6aa0f5c8b
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
cotyledon>=1.5.0 # Apache-2.0
|
|
Flask>=0.12.3 # BSD
|
|
futurist>=1.6.0 # Apache-2.0
|
|
grpcio>=1.25.0 # Apache-2.0
|
|
PyYAML>=5.1 # MIT
|
|
eventlet>=0.28.0 # MIT
|
|
WebOb>=1.8.1 # MIT
|
|
alembic>=0.9.8 # MIT
|
|
keystoneauth1>=3.14.0 # Apache-2.0
|
|
keystonemiddleware>=9.0.0 # Apache-2.0
|
|
kuryr-lib>=0.5.0 # Apache-2.0
|
|
pbr>=5.5.0 # Apache-2.0
|
|
pecan>=1.3.3 # BSD
|
|
protobuf>=3.6.0 # 3-Clause BSD
|
|
psutil>=3.2.2 # BSD
|
|
python-glanceclient>=3.2.0 # Apache-2.0
|
|
python-neutronclient>=7.2.0 # Apache-2.0
|
|
python-cinderclient>=7.1.0 # Apache-2.0
|
|
requests>=2.20.1 # Apache-2.0
|
|
oslo.i18n>=5.0.0 # Apache-2.0
|
|
oslo.log>=4.2.0 # Apache-2.0
|
|
oslo.concurrency>=4.1.0 # Apache-2.0
|
|
oslo.config>=8.1.0 # Apache-2.0
|
|
oslo.messaging>=12.2.0 # Apache-2.0
|
|
oslo.middleware>=4.1.0 # Apache-2.0
|
|
oslo.policy>=3.6.0 # Apache-2.0
|
|
oslo.privsep>=2.2.0 # Apache-2.0
|
|
oslo.serialization>=3.2.0 # Apache-2.0
|
|
oslo.service>=2.2.0 # Apache-2.0
|
|
oslo.versionedobjects>=2.1.0 # Apache-2.0
|
|
oslo.context>=3.1.0 # Apache-2.0
|
|
oslo.utils>=4.5.0 # Apache-2.0
|
|
oslo.db>=8.2.0 # Apache-2.0
|
|
oslo.rootwrap>=5.8.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
|
os-brick>=3.1.0 # Apache-2.0
|
|
os-resource-classes>=0.1.0 # Apache-2.0
|
|
os-traits>=0.15.0 # Apache-2.0
|
|
os-vif>=1.15.1 # Apache-2.0
|
|
SQLAlchemy>=1.2.0 # MIT
|
|
stevedore>=3.3.0 # Apache-2.0
|
|
docker>=4.3.0 # Apache-2.0
|
|
neutron-lib>=1.13.0 # Apache-2.0
|
|
pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
|
retrying>=1.3.3 # Apache-2.0
|
|
tenacity>=6.0.0 # Apache-2.0
|
|
websockify>=0.8.0 # LGPLv3
|
|
websocket-client>=0.44.0 # LGPLv2+
|