| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Closes bug 1179007
Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
|
| |
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 the version of oslo-config in pip-requires. This update includes
a fix for a bug that breaks oslo.config imports.
Change-Id: I2e31d3980c495b1fd16db5488c7d3c982ce069ac
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Change-Id: I0f5ac9a4008dc471cefea7a6ffe44d4c51950538
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
sqlalchemy 0.8.0b1 breaks some dependencies such as sqlalchemy-migrate, pin the version until we fix them
Fixes bug #1073569
Change-Id: I6620276bf8f0a7cbc1d51aa226cd33c512e59a48
|
| |
|
|
|
|
|
|
| |
- The iso8601 module is needed by the openstack.common.common.timeutils
module and not just for testing anymore.
- Fixes bug 1020613.
Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* (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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I3236016910479a08e2fd220ebd6793ed06d1b76b
|
| |
|
|
| |
Change-Id: Idd5d09dc114cbb0cbd63e23e4178bb74d081c789
|
| |
|
|
| |
Change-Id: Ie64d9571730f699d276fbf93241506e63053f0e0
|
| |
|
|
| |
Change-Id: I528c3cc4e16dfa1465c8e3ac1062c65dc2ddc2f0
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|