diff options
author | Zuul <zuul@review.opendev.org> | 2020-07-28 19:14:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-07-28 19:14:00 +0000 |
commit | 3670be12836acd500266a1187c5da30acfe4c5f3 (patch) | |
tree | 7117ec2ad63588583933bb49eaa25563bd97970e /requirements.txt | |
parent | a1e079caec1a6a9026d687cb87acc6e228f8e4bf (diff) | |
parent | 74e9e1d82a09b5255d2dd326387ac624ac1ba447 (diff) | |
download | ironic-3670be12836acd500266a1187c5da30acfe4c5f3.tar.gz |
Merge "Deprecate http_basic_username and http_basic_password in [json_rpc]"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b1b1011d5..9f7593b3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ WebOb>=1.7.1 # MIT python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 -keystoneauth1>=3.18.0 # Apache-2.0 +keystoneauth1>=4.2.0 # Apache-2.0 ironic-lib>=4.3.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT |