summaryrefslogtreecommitdiffstats
path: root/tools/pip-requires
Commit message (Collapse)AuthorAgeFilesLines
* Rename requires files to standard names.Carlos D. Garza2013-05-241-17/+0
| | | | | | | | | Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Fixes: bug #1179008 Change-Id: I1a19f0c73ab48987e2ff0dade1a57a68b65f0a22
* Migrate to pbr.Monty Taylor2013-05-231-0/+2
| | | | | | Closes bug 1179007 Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
* Switch to final 1.1.0 oslo.config releaseMark McLoughlin2013-03-121-1/+1
| | | | | | | | | Fixes bug #1128256 oslo.config has now been released to PyPI in time for Grizzly RC1 so we can switch to using it directly. Change-Id: I655f831718ae5f4e25e941ee206fe195214a9a91
* Merge "keystone : Use Ec2Signer utility class from keystoneclient"Jenkins2013-03-061-1/+1
|\
| * keystone : Use Ec2Signer utility class from keystoneclientSteven Hardy2013-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | The Ec2Signer class has been moved to python-keystoneclient, so we can remove the internal implementation and import the keystoneclient version blueprint ec2signer-to-keystoneclient Change-Id: I19d8575ab8b972467ce280a6197ae762da1ce790
* | Unpin pam dependency versionMark McLoughlin2013-02-261-1/+1
|/ | | | | | | | | | | | | | | | | Fixes bug #1133240 keystone has always pinned the pam dependency to 0.1.4 pam>=0.1.4 this version was released in November 2009 and there hasn't been a release since. I can't even find a version control repo for the project. There's no particular reason to expect a future version would break us and, indeed, we want to find out about it if it happens. Change-Id: I2becf47c9d2566e2c3496ae15ca886b737006a92
* Update oslo-config version.Russell Bryant2013-02-201-1/+1
| | | | | | | Update the version of oslo-config in pip-requires. This update includes a fix for a bug that breaks oslo.config imports. Change-Id: I2e31d3980c495b1fd16db5488c7d3c982ce069ac
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-0/+1
| | | | | | | | | | | | | | | The cfg API is now available via the oslo-config library, so switch to it and remove the copied-and-pasted version. Add the 2013.1b3 tarball to tools/pip-requires - this will be changed to 'oslo-config>=2013.1' when oslo-config is published to pypi. This will happen in time for grizzly final. Remove the 'deps = pep8==1.3.3' from tox.ini as it means all the other deps get installed with easy_install which can't install oslo-config from the URL. Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
* Upgrade WebOb to 1.2.3Doug Hellmann2013-01-031-2/+2
| | | | | | | | | | | | | | | | | The version of WebOb being used in OpenStack was more than 1 year old. This change updates to the latest stable release. Upgrading WebOb resolves a version conflict between OpenStack and Pecan, the web framework used by the Ceilometer team for version 2 of the ceilometer API. Refer to http://docs.webob.org/en/latest/news.html for the list of changes between 1.0.8 and 1.2.3. bug 1092227 Change-Id: If68866122e6c492b03887af5953ab7cad01787ba Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* add in pip requires for requestsAdam Young2012-12-201-1/+1
| | | | Change-Id: I0f5ac9a4008dc471cefea7a6ffe44d4c51950538
* Import auth_token middleware from keystoneclientHenry Nash2012-11-191-0/+1
| | | | | | | | | Although the master auth_token file is now in keystoneclient, it will take some time to get all the paste files to point to it there rather than here. Hence, we import it back here to provide backward compatibility for a release or so, after which we will remove it from the server. Change-Id: Iccdb7839a611cdda233e4ea96f68c64d6d82f49c
* pin sqlalchemy to 0.7Ionuț Arțăriși2012-10-311-2/+2
| | | | | | | | sqlalchemy 0.8.0b1 breaks some dependencies such as sqlalchemy-migrate, pin the version until we fix them Fixes bug #1073569 Change-Id: I6620276bf8f0a7cbc1d51aa226cd33c512e59a48
* Set iso8601 module as default dependence.Chmouel Boudjnah2012-07-031-1/+2
| | | | | | | | - The iso8601 module is needed by the openstack.common.common.timeutils module and not just for testing anymore. - Fixes bug 1020613. Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f
* renaming pip-requires-test to test-requiresJoe Heck2012-02-281-23/+1
| | | | | | | | | | | | | * (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7
* LDAP Identity backendAdam Young2012-02-271-0/+1
| | | | | | | | | | | | | Bug 933852 Merged over the code from the legacy keystone implementation, updated style and streamlined the API a bit. * Unit tests can be run against a live OpenLDAP server * Password hashing done via passlib. Only does salted sha1, which is what simple_bind requires, but is not secure. * Added pip dependencies Change-Id: I5296d94f6b7d0a7c7dbc887cdae872171e34bb5f
* XML de/serialization (bug 928058)Dolph Mathews2012-02-271-0/+1
| | | | | | | | | | Middleware rewrites incoming XML requests as JSON, and outgoing JSON as XML, per Accept and Content-Type headers. Tests assert that core API methods support WADL/XSD specs, and cover JSON content as well. Change-Id: I6897971dd745766cbc472fd6e5346b1b34d933b0
* remove pyclitermie2012-02-161-1/+0
| | | | Change-Id: I3236016910479a08e2fd220ebd6793ed06d1b76b
* change password hashtermie2012-02-131-1/+1
| | | | Change-Id: Idd5d09dc114cbb0cbd63e23e4178bb74d081c789
* make pip requires match novaVishvananda Ishaya2012-02-071-2/+2
| | | | Change-Id: Ie64d9571730f699d276fbf93241506e63053f0e0
* Normalize build files with current jenkins.Monty Taylor2012-01-311-1/+22
| | | | Change-Id: I528c3cc4e16dfa1465c8e3ac1062c65dc2ddc2f0
* fixing up PIP requirements for testing and virtualenvJoe Heck2012-01-271-1/+1
|
* bcrypt the passwordstermie2012-01-241-0/+1
|
* remove duplicate pycli from pip-requiresJesse Andrews2012-01-191-1/+0
|
* updating dependencies for kslJoe Heck2012-01-191-0/+3
|
* adding logging from configuration files, default logging per commonJoe Heck2012-01-101-0/+2
|
* move noop to identity controllertermie2011-11-151-0/+1
|
* modify requirementstermie2011-11-071-1/+0
|
* most bits workingtermie2011-06-201-0/+5
|
* initialtermie2011-06-201-0/+2