| 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 1172444
Change-Id: I4831946d01f05c2a10264745a07b53fa48be44c8
|
| |
|
|
| |
Change-Id: I90d2d43ebeab5f3b638acd45af26272e2119bf50
|
| |
|
|
|
|
|
|
|
|
|
| |
The requests module dropped all configuration with the 1.0.0 release.
There's no danger_mode and no 'verbose'' mode. The former shouldn't
be necessary anymore and the latter can be done by setting a different
log handler for the request.logging root logger.
Related to https://review.openstack.org/#/c/20127/
Change-Id: Ide43a41b5481daede96e142d1a4f6519e33c21bf
|
| |
|
|
| |
Change-Id: I9f3a3be700c3d27c600092ce339428a34d73c22e
|
| |
|
|
|
|
| |
bug 1096466
Change-Id: I3bc2837f1dd067863acc6e888869604261d88090
|
| |
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.
Change-Id: Ic19030cc4cc8fcf99ee9442de175f38ac6126776
|
| |
|
|
| |
Change-Id: I6d334e21a727c2585053bef233079e276a5a4a21
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I7254a363a80248ecb6c2889968bc43ed44cd4383
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
- The iso8601 module is needed by the openstack.common.common.timeutils
module and not just for testing anymore.
- Fixes bug 1020613.
Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
blueprint start-keystone-i18n
Change-Id: Ie18daada4b537b74a27aa1defe676698d9944468
|
| |/
|
|
| |
Change-Id: I12ad5d6a4ca25ccd6610ee6282c0e2fc58c57261
|
| |
|
|
|
|
|
|
| |
The main culprit here was prettytable - but because of the way this was
working, it was causing intermittent transient network issues from pypi in
the devstack gates.
Change-Id: I62117116c850361c5e2de7e6485c14ef43007c1d
|
| |
|
|
|
|
|
|
|
| |
Prettytable 0.6.0 has a bad md5sum in PyPi and as such causes tests
to fail when creating a new venv. Nail the version to 0.5.0.
Fixes LP Bug #1000757.
Change-Id: I121ba8d411e47c2fe154370d9c3c941e25331ce6
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Currently glance (which is required for testing by keystone because
there is no python-glanceclient yet) requires distribute>=0.6.24,
but it can't be installed as a dependency of a dependency. Requiring
it explicitly here should help.
Also, this helps standardize the distribute requirement across all
projects.
Change-Id: I346c0fb7c2203b9889b39ae8df1f8c594bbe49ae
|
| |
|
|
|
|
|
|
|
|
|
| |
* Isolates authorize() tests from wsgi tests
* Adds coverage for authorize()
* Adds support for a blank reseller_prefix
* Adds swift_auth test dependencies to tools/test-requires
* Cleans up authorize()'s use of tenant_id/tenant_name
(addresses bug 963546)
Change-Id: I603b89ab4fe8559b0f5d72528afd659ee0f0bce1
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Store the unix time from iso8601.parse_date to compare against
time.time.
- on a WSGI environement the import don't get passed to the methods from
__init__ use a self. variable.
- Fixes bug 951603.
- Add unit tests.
- Add iso8601 to test-requires.
Change-Id: Ia8af8b203d1310d5ae6868c3a14dfdf68d6e5331
|
|
|
* (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
|