summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-11/+11
| | | | Change-Id: I7f771e16773d0ca4015107b45e083139452ccf3c
* Updated from global requirementsOpenStack Proposal Bot2016-01-071-1/+1
| | | | Change-Id: I2bbe8f29e731642f398b8f70e06c7071bcd8a455
* Updated from global requirementsOpenStack Proposal Bot2015-12-151-2/+2
| | | | Change-Id: I6ac0be65a0bbc2d276dfe3e903955d35af64b052
* Updated from global requirementsOpenStack Proposal Bot2015-12-141-1/+1
| | | | Change-Id: Ic8b46a3a8bbc2ade14403f7adf97cf5fb1345ec8
* Remove keystoneclient.middlewareVictor Stinner2015-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | | The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Mitaka. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. Closes-Bug: #1449066 Change-Id: Iedd6887dcde62177d37e1e1988ed72bcb59c05f6
* Updated from global requirementsOpenStack Proposal Bot2015-12-061-1/+1
| | | | Change-Id: I7976cff13bf12c921e2b48d83020ad3c651709d2
* Updated from global requirementsOpenStack Proposal Bot2015-11-271-1/+1
| | | | Change-Id: I0bd278c3c138f162381fae854d620afcca5246a5
* Updated from global requirementsOpenStack Proposal Bot2015-11-201-2/+2
| | | | Change-Id: I28ff28b701ec9fc922a64f156848a48da90a461a
* Updated from global requirementsOpenStack Proposal Bot2015-11-111-2/+2
| | | | Change-Id: I63782a86ad782e35545a233a5562cfb8f89bd209
* Pull the endpoint from the SessionMonty Taylor2015-11-081-0/+1
| | | | | | | | | If the user passes a Session in, we can pull the endpoint to use for discovery from the Session itself, rather than erroring. Closes-Bug: #1513839 Co-Authored-By: Dolph Mathews <dolph.mathews@gmail.com> Change-Id: I82a41c67f80d2494f04739d82b112b7ff1dc4682
* Updated from global requirementsOpenStack Proposal Bot2015-10-191-1/+1
| | | | Change-Id: Icaf6ab75e5ca438a98c400a17ce7eacc712910aa
* Updated from global requirementsOpenStack Proposal Bot2015-10-091-1/+1
| | | | Change-Id: I8c0e393bae99dec6f0153c205d3cd9c3be94ddcc
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Ie8ae98a23a30d26b58a45dd82de922afbee468ce
* Updated from global requirementsOpenStack Proposal Bot2015-08-311-3/+3
| | | | Change-Id: I12f49ee292e9e18a59a7cd8e4c78d0b4773897ed
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I451c4b5489357d0328945328a59a0aaf32bd6512
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I18091fe15eec8b8ff8467db3d89c7ed0b6fc797f
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
| | | | Change-Id: If2cc31035de68cf727655eafe7ff969c8575e144
* Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | Change-Id: I08cdf12dad7fc99cddc55580ea9a99fefd79a399
* Proper deprecations for modulesBrant Knudson2015-07-261-0/+1
| | | | | | | | | Use debtcollector and update docs for deprecating the apiclient, apiclient.exceptions, middleware.s3_token, and v2_0.shell modules. bp deprecations Change-Id: I84e8eac39a209210542f19de08d4c3de15a9dcac
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-2/+2
| | | | Change-Id: I25bef4f42fc42765b493f17295add61ba3353803
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-7/+7
| | | | Change-Id: I5245437065635831c58d6e433d1c5dfe089f0dd0
* Updated from global requirementsOpenStack Proposal Bot2015-06-111-1/+1
| | | | Change-Id: I299a6998ccbe237a244473aff08697c20e606623
* Revert "Remove keystoneclient.middleware"Brant Knudson2015-05-211-0/+1
| | | | | | | | | This reverts commit 37742ec52082f14a8467a464a431987ac1b5df7a. Conflicts: requirements.txt Change-Id: I4b3749793e67b37c8a39f00a32e5d4e818fd04a1
* Updated from global requirementsOpenStack Proposal Bot2015-05-121-3/+3
| | | | Change-Id: I36854e21c8fd478e4d202bb82be5146612ac161e
* Remove keystoneclient.middlewareVictor Stinner2015-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Liberty. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. DocImpact: The keystoneclient.middleware module has been removed Closes-Bug: #1449066 Change-Id: I88ddfdb674db1ec9c0fd4f9a62ae8347785ea10c
* Uncap library requirements for libertyDoug Hellmann2015-04-161-5/+5
| | | | | Change-Id: Iedcc83c838ba91de90ab089728e6d0cde371394d Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-261-5/+5
| | | | Change-Id: I499261729a8342a7dd733b3d4ff18cb5b86e946f
* Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| | | | Change-Id: I750e817d2ff4e464f36584e5fd298f8037bd84db
* Updated from global requirementsOpenStack Proposal Bot2015-02-201-1/+1
| | | | Change-Id: If749314fbad1c0e1c55614fed10e7211c62559af
* Updated from global requirementsOpenStack Proposal Bot2015-01-231-1/+1
| | | | Change-Id: I1056ebd68d5befabcddedf8cc57ef1533a8b9690
* Updated from global requirementsOpenStack Proposal Bot2015-01-131-2/+2
| | | | Change-Id: Id7bc58452db894450b61d08691f7e043549d43c9
* Updated from global requirementsOpenStack Proposal Bot2015-01-091-1/+1
| | | | Change-Id: Ib2bf83a3157aad2a38bd94bbe85252aed1cba8d6
* Updated from global requirementsOpenStack Proposal Bot2014-12-161-1/+1
| | | | Change-Id: I951b387904be3c4f14fbdfe157ecc1d14a79498a
* Merge "I18n"Jenkins2014-11-071-0/+1
|\
| * I18nBrant Knudson2014-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | Keystoneclient didn't provide translated messages. With this change, the messages are marked for translation. DocImpact Implements: blueprint keystoneclient-i18n Change-Id: I85263a71671a1dffed524185266e6bb7ae559630
* | Updated from global requirementsOpenStack Proposal Bot2014-10-281-1/+1
|/ | | | Change-Id: I09acde6af1c49862ed456db9b75e064ef354494e
* Updated from global requirementsOpenStack Proposal Bot2014-10-211-1/+1
| | | | Change-Id: Ib34efa77d08998f2c8ee5902623da990262da0e0
* Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-0/+2
| | | | | | | Left timeutils and strutils in openstack/common since they are used in openstack/common/apiclient and memorycache. Change-Id: Idb5f09c159d907dfba84cd1f7501f650318af7d9
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-4/+4
| | | | Change-Id: I67a599e362685f7990175fb5668e6909d670a225
* warn against sorting requirementsDolph Mathews2014-09-031-0/+4
| | | | | Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
* Unsort pbr and hacking in requirements filesMonty Taylor2014-08-201-1/+2
| | | | | | | Each of these wants to come first. Python does not have a dep solver, so order is actually important. Change-Id: I10450de1839c41d729b606a04a944507d2427987
* Merge "Remove lxml as a forced depend"Jenkins2014-08-201-1/+0
|\
| * Remove lxml as a forced dependMonty Taylor2014-08-151-1/+0
| | | | | | | | | | | | | | | | | | keystoneclient only needs lxml for saml support, which is an optional contrib piece. Since keystoneclient is massiely used, and as lxml is a big beefy depend that requires C compilers, move lxml to test-requriements. Change-Id: I01b6b702fb8f414884cb1da306d5b95406e86513
* | Updated from global requirementsOpenStack Proposal Bot2014-08-191-1/+1
| | | | | | | | Change-Id: Ia37ad63d6b501334be59bad2db31ebff0157151c
* | Revert "Add oslo.utils requirement"Matt Riedemann2014-08-171-1/+0
|/ | | | | | | | | | This reverts commit 64a21b56f5f44813f51697190baa560d593ba28c. The dependency is being reverted since it broke the stable branches, so removing this as well. Change-Id: Iafe7831b53a30c14cb4b70c3d9b669d70266c8f6 Partial-Bug: #1357652
* Add oslo.utils requirementBrant Knudson2014-08-051-0/+1
| | | | | | | With the release of oslo.utils, keystoneclient can make use of it rather than using the functions in oslo-utils. Change-Id: I1b5392f10f8b67c9c3ac3bc3d2dd06ea08417aa6
* Updated from global requirementsOpenStack Proposal Bot2014-07-281-1/+1
| | | | Change-Id: Ic3b93f1556d23833eb0c82146c55c1e940bb155f
* SAML2 ECP auth pluginMarek Denis2014-07-151-0/+1
| | | | | | | | | | | | | | | Auth plugin authenticating against remote SAML based Identity Providers. Upon successful authentication the plugin retrieves and stores unscoped token. Plugin object should be later used for scoping the token. Currently only HTTP BasicAuth Method is supported as an IdP authn method. Will not work for ADFS, as that has extensions to the document formats as well as a different workflow. Change-Id: Ieea40505a406bedf7219fa6f9e6cf29a45ad6e88 Implements: blueprint add-saml2-cli-authentication
* Plugin loading from config objectsJamie Lennox2014-07-071-0/+1
| | | | | | | | | | | | | | Provide a pattern for auth plugins to load themselves from a config object. The first user of this will be auth_token middleware however it is not likely to be the only user. By doing this in an exportable way we are defining a single config file format for specifying how to load a plugin for all services. We also provide a standard way of retrieving a plugins options for loading via other mechanisms. Blueprint: standard-client-params Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d
* Updated from global requirementsOpenStack Proposal Bot2014-06-181-2/+2
| | | | Change-Id: I0804468699cd7af0b3b520c07fd0aeff809bd2b1