summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-09-03 14:25:43 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-09 08:09:38 -0500
commitfe545dbe5fb434d5fce2d4d0f24c6c4a6bdd7d21 (patch)
treeb35de696824690153fa6a8d4d61f9177245b459d /requirements.txt
parentb0c529a73d1856cec18184ca500bb095dff6b5c0 (diff)
downloadnova-fe545dbe5fb434d5fce2d4d0f24c6c4a6bdd7d21.tar.gz
Migrate default policy file from JSON to YAML
Default value of 'CONF.oslo_policy.policy_file' config option has been changed from 'policy.json' to 'policy.yaml'. If new default file 'policy.yaml' does not exist but old default 'policy.json' exist then fallback to use old default file. An upgrade checks is added to check the policy_file format and fail upgrade checks if it is JSON formatted. Added a warning in policy doc about JSON formatted file is deprecated, also removed all the reference to policy.json file in doc as well as in tests. Related Blueprint: policy-json-to-yaml Closes-Bug: #1875418 Change-Id: Ic4d3b998bb9701cb1e3ef12d9bb6f4d91cc19c18
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 6e27dca793..e62366561e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,27 +28,27 @@ python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
keystoneauth1>=3.16.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
-requests>=2.14.2 # Apache-2.0
+requests>=2.23.0 # Apache-2.0
six>=1.11.0 # MIT
stevedore>=1.20.0 # Apache-2.0
websockify>=0.9.0 # LGPLv3
oslo.cache>=1.26.0 # Apache-2.0
oslo.concurrency>=3.29.0 # Apache-2.0
-oslo.config>=6.1.0 # Apache-2.0
+oslo.config>=6.8.0 # Apache-2.0
oslo.context>=2.22.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0
oslo.upgradecheck>=0.1.1
-oslo.utils>=4.1.0 # Apache-2.0
+oslo.utils>=4.5.0 # Apache-2.0
oslo.db>=4.44.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.messaging>=10.3.0 # Apache-2.0
-oslo.policy>=3.1.0 # Apache-2.0
+oslo.policy>=3.4.0 # Apache-2.0
oslo.privsep>=1.33.2 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.service>=1.40.1 # Apache-2.0
-rfc3986>=1.1.0 # Apache-2.0
+rfc3986>=1.2.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
psutil>=3.2.2 # BSD
oslo.versionedobjects>=1.35.0 # Apache-2.0