summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop lower-constraints.txt and its testing18.0.0Ghanshyam Mann2022-04-291-0/+4
| | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ibb492285ef7d5357c921035409d6654c80df3725
* Update pre-commit hook, hacking versionsStephen Finucane2022-04-081-3/+0
| | | | | | | | | This was done with 'pre-commit autoupdate'. An invalid message is removed from the requirements.txt files as it no longer applies with pip's new dependency resolver. Change-Id: I01c3ece51f81d67c740e6faca6b77df7c9932435 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* requirements: Remove simplejsonStephen Finucane2021-02-111-1/+0
| | | | | | | | We don't need to support any version of Python that is missing the json stdlib library. Change-Id: I6d13719ef9d4ae40945cfc66c1d0b40018950c58 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Uncap PrettyTableStephen Finucane2021-02-111-1/+1
| | | | | | | | | This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I9477b1c5bc3bd4979d2cb38df3fc3b541a4b9bf5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* use stevedore to load extensionsDoug Hellmann2020-07-081-0/+1
| | | | | | | | | | | Importing pkg_resources causes the app to scan the entire import path for all distributions, not just those providing entry points. The scanner in stevedore will have a cache of the entry point data, making it significantly faster. This will be especially useful in command line programs like python-openstackclient. Change-Id: Ic5eb9401c8ea3bd9624b818e0ffb8dcc13f61559 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Remove Babel requirement17.1.0qiufossen2020-05-231-1/+0
| | | | | | | | | | | Babel is not needed as requirement, remove it. Remove translation sections from setup.cfg. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Depends-On: https://review.opendev.org/#/c/730427/ Change-Id: I4d82cfc09d255ad574e44ac303fd187c5348ca47
* Remove sixStephen Finucane2020-02-211-1/+0
| | | | | | | | Mostly a find-replace job. Let's do this now so we don't have to carry it for the next decade. Change-Id: I7bef9fb7c6895f746cee1aca6522786f38b9857c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Enable split logging for cinder-novaclient interactionopenstack2018-08-241-1/+1
| | | | | | | | | | | | | | | This patch ensures that log messages[1][2][3] are logged only when keystoneauth=DEBUG is enabled in cinder.conf. This will also enable us to consume split_logger config option [4] when enabled in cinder without making any additional changes in client code. [1] REQ: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@391 [2] RESP: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@422 [3] RESP BODY: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@454 [4] https://review.openstack.org/#/c/568878/ Closes-Bug: #1782134 Change-Id:I3c47b5249141b3f05b2f54984bb5b1d7801a02bc
* Modify novaclient to support basic attributesshilpa.devharakar2018-06-151-1/+1
| | | | | | | | Added support for parsing OS_PROJECT_DOMAIN_ID, OS_PROJECT_DOMAIN_NAME, OS_USER_DOMAIN_ID, and OS_USER_DOMAIN_NAME options. Change-Id: I9e1a3426f174c2e6d9f4f6bf10e9aecb62bad8d0 Closes-Bug: #1744118
* Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | Change-Id: I7288c55f19aec77faf8d1a16ec1b625f2cc15ce1
* Updated from global requirementsOpenStack Proposal Bot2017-12-191-1/+1
| | | | Change-Id: Ib2e28ffd160afd28e57531fbe548185aeb4dee45
* Updated from global requirementsOpenStack Proposal Bot2017-12-051-1/+1
| | | | Change-Id: I3773f6a1ff19e9e0d051ab77df9653686ec7bd40
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: Iefb2680c35d9d1eab550f914bb46f621162cf1c9
* Updated from global requirementsOpenStack Proposal Bot2017-11-131-1/+1
| | | | Change-Id: Id0466fb1c6defa71c8b588f731df22c2f009cd19
* Updated from global requirementsOpenStack Proposal Bot2017-09-111-4/+4
| | | | Change-Id: If6d224e42f5c13ee8813abe454e4733fb1c7a33f
* Updated from global requirementsOpenStack Proposal Bot2017-09-021-1/+1
| | | | Change-Id: Ibc3f4fb199e47a29e721579096413c008724fee9
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: Ic4fcb25e7577b671ba41ba6493a2f33450735c64
* Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: Id6714ca11b033b715004f4899b59dd6951320882
* Updated from global requirementsOpenStack Proposal Bot2017-07-221-1/+1
| | | | Change-Id: I6c7062c45fbc66512e7683552cd5fe477196c42c
* Updated from global requirementsOpenStack Proposal Bot2017-07-181-1/+1
| | | | Change-Id: I7ec074495426c43bb20f7d3c00ee1a122c351e87
* Fix setting 'global_request_id' in SessionClientTakashi NATSUME2017-06-131-1/+1
| | | | | | | | | | | | | | | | | | In Ic75be3acb8b77aae8da631e3c4cd6f545a9a35cb, 'global_request_id' is set in the constructor of class keystoneauth1.adaptor.Adapter. But 'global_request_id' was not passed to the constructor, 'global_request_id' was cleared. It caused the test failure. It is not necessary to set 'global_request_id' in the constructor of class SessionClient and just passing 'global_request_id' in kwargs is required. Change-Id: Id587e35c221fe2b11889469f88557d254125ea7e Closes-Bug: #1697358
* Updated from global requirementsOpenStack Proposal Bot2017-05-231-1/+1
| | | | Change-Id: I7d0b505582217c89588f6f1d9c606ff68e1f3e3f
* Updated from global requirementsOpenStack Proposal Bot2017-05-031-1/+1
| | | | Change-Id: Ie7b5506c4dcdf380bc1eecac76533a58590937b9
* Remove direct dependency on requestsMonty Taylor2017-04-211-1/+0
| | | | | | | | | | | | keystoneauth is the library that pulls in requests. If we have client libraries also depend directly on requests, we can get into situations for end users in installations where, because of sequencing of client library releases there are conflicting versions of requests needed and pkg_resources/entrypoints break. Remove the direct depend and let keystoneauth pull it in for us. Change-Id: I76fe89f9c166e61971b5c116c7f01fbd5ccb5cf7
* Updated from global requirementsOpenStack Proposal Bot2017-04-121-1/+1
| | | | Change-Id: Ibb1c0330f5e40624f2a8cf046856b483267c1b65
* Updated from global requirementsOpenStack Proposal Bot2017-04-071-1/+1
| | | | Change-Id: I3d11f4e0fa42fb900f0f7066696de3e0461bea6a
* Updated from global requirementsOpenStack Proposal Bot2017-03-061-1/+1
| | | | Change-Id: I8f32fd359720c73d3a4ee8f87a6ce7764b921021
* Updated from global requirementsOpenStack Proposal Bot2017-03-011-1/+1
| | | | Change-Id: Idaf27bd64f035e1cc7c919a99d0f87b466500b14
* Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
| | | | Change-Id: I4d6f4532055172f1c5ba5ff47c0a216890a48480
* Updated from global requirementsOpenStack Proposal Bot2017-01-211-1/+1
| | | | Change-Id: I226c003ea438edd6d4dec6f0b135847381ad7d07
* Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | Change-Id: I291eb851e3d77afd4586b2dfab33cd5302a4b66d
* Updated from global requirementsOpenStack Proposal Bot2016-12-151-1/+1
| | | | Change-Id: I5e09541f692d9b4123e74afb92c32ab6f76c5263
* Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
| | | | Change-Id: I13cc3175ff88750e8e0785fd1b01cfdeb1111410
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I31564c0c90a7d0445264fa0af80e657a17a57db3
* Updated from global requirementsOpenStack Proposal Bot2016-11-061-1/+1
| | | | Change-Id: Ifc0a312ee6cf7532bd7f3df68b833755bbf01da3
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: I24e51d74ca70dfa86c949be8d4341cc2882061ac
* Updated from global requirementsOpenStack Proposal Bot2016-10-151-1/+1
| | | | Change-Id: I37cc22c7500883ef44e027aa46dc7a7e4270c597
* Updated from global requirementsOpenStack Proposal Bot2016-10-141-1/+1
| | | | Change-Id: Iffa460b6af104991dfc218e09bfa02beda9f43cb
* Updated from global requirementsOpenStack Proposal Bot2016-09-301-1/+1
| | | | Change-Id: I124d355c4c98369ecdc75b825f7ef72d7cd249c7
* Updated from global requirementsOpenStack Proposal Bot2016-08-011-1/+1
| | | | Change-Id: I6146320ea4e325b92c03f3822846bb0e4beae675
* Updated from global requirementsOpenStack Proposal Bot2016-07-291-1/+1
| | | | Change-Id: Id0640bd34bd7c792b72c8c837c6a3fd8926eea13
* Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: I3ca9064c717a6ecd16347bf23edccfa32820a6f5
* Updated from global requirementsOpenStack Proposal Bot2016-06-301-1/+1
| | | | Change-Id: Ib5a7b908d22439f700b9a9130cdc629a1421c88b
* Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | Change-Id: I2233447fefbb0978f9dae6f8c1f41dc6f5f99b75
* Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | Change-Id: I8f7c5887407f0f8c14df512719509f196f4e5e94
* Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: I05a64dc574712a6bcef9bba4b524879026ddbc96
* Updated from global requirementsOpenStack Proposal Bot2016-05-061-1/+1
| | | | Change-Id: I6746189468f8f3c3a0f914fededc98d5910499b5
* Updated from global requirementsOpenStack Proposal Bot2016-04-301-1/+1
| | | | Change-Id: I5a864fac6ee28a0394a70b9101b87092084d6cff
* Updated from global requirements4.0.0OpenStack Proposal Bot2016-04-141-1/+1
| | | | Change-Id: I9bf801b449d32cb8b354aa010a67737f91d000b7
* Updated from global requirementsOpenStack Proposal Bot2016-02-201-1/+1
| | | | Change-Id: Icccd779513d7f282f507744e2d6f64f459d13e5f