summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | populate table check.Adam Young2012-11-131-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If82979923ba5c0193beeb1896ea5b4777dec735d
* | | | | | Fix error un fixtures.Alvaro Lopez Garcia2012-11-151-2/+1
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | The password field for one of the users was duplicated. Change-Id: I53c443a1b3ccef477b05d56dc531211593f71c70
* | | | | Merge "Reduce total number of fixtures"Jenkins2012-11-145-119/+115
|\ \ \ \ \
| * | | | | Reduce total number of fixturesDolph Mathews2012-11-135-119/+115
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixtures are created before every test, so each fixture adds a considerable amount of overhead to the overall test suite. This patch attempts to eliminate fixtures utilized by only a few tests in favor of re-cycling as many fixtures as possible. As a result, a few tests are refactored to depend on different fixtures. Change-Id: Idd4dcef5e38e304d19110c61886887fb64b4d658
* | | | | Merge "Run test_keystoneclient_sql in-memory"Jenkins2012-11-144-27/+48
|\ \ \ \ \
| * | | | | Run test_keystoneclient_sql in-memoryDolph Mathews2012-11-134-27/+48
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | ~35% performance improvement vs an SSD on test_keystoneclient_sql Change-Id: Ie8c9cc0c3c56f784140998a625d943be528d5089
* | | | | Merge "Make tox.ini run pep8 checks on bin."Jenkins2012-11-141-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make tox.ini run pep8 checks on bin.Dan Prince2012-11-121-1/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the pep8 checks in our tox.ini file so that we are also scanning the bin directory. Additionally, it updates the main pep8 check so that it scans keystone properly as well. Previously there were a bunch of files getting skipped due to some of the pep8 pattern matching. Change-Id: I13827f1c1e4155aa6979c10e981da5422391bf2d
* | / / Properly list tokens with a null tenantVishvananda Ishaya2012-11-133-10/+15
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | We store the tenant as a null value in json, so checking to see if it exists is not sufficient. This makes the check safer, checking for existance and not null before continuing. Fixes bug 1078497 Change-Id: Ida1b958e5df6f93a30efae0d3f71df668751ff81
* | | Provide config file fields for enable users in LDAP backend (bug1067516)Jose Castro Leon2012-11-136-16/+196
|/ / | | | | | | | | | | DocImpact Change-Id: I1ee9a1e2505cdd8c9ee8acba5c0e89a4f25c7262
* | Various pep8 fixes for keystone.Dan Prince2012-11-094-4/+3
| | | | | | | | Change-Id: Id94b76d30658e75a805301b1c30b1aa28138b823
* | Merge "Rewrite initial migration"Jenkins2012-11-101-17/+89
|\ \
| * | Rewrite initial migrationDolph Mathews2012-11-091-17/+89
| | | | | | | | | | | | Change-Id: I3b1ad19176180717f43478048408da363b152945
* | | Use the right subprocess based on os monkeypatchVishvananda Ishaya2012-11-093-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works around the following eventlet bug: https://bitbucket.org/which_linden/eventlet/issue/92 by using the green version of Popen if os has been monkeypatched. It also has the side effect of making the ssl calls not block the reactor for workers that use eventlet. Change-Id: I1457237f52310f0536fbcdcaa42174b17e8edbf5
* | | Fix transient test failures (bug 1077065, bug 1045962)Dolph Mathews2012-11-094-14/+22
|/ / | | | | | | Change-Id: I45a1167a473df02a4461286b8a09723315018fcb
* | Merge "Improve feedback on test failure"Jenkins2012-11-091-14/+6
|\ \
| * | Improve feedback on test failureDolph Mathews2012-11-081-14/+6
| | | | | | | | | | | | Change-Id: Iace6a88ddfbdefe97e0ea205cda4b10c04bca0dc
* | | Fix default port for identity.internalURLAlan Pevec2012-11-081-1/+1
|/ / | | | | | | | | | | | | | | | | This should be the public_port and not the admin one. Sync with default_catalog.templates change commit 773f0f84af282cd3e53650ccbb99284c37677b6a Change-Id: Ibb81a06607d94648993768c8b2e7161bf57195a1
* | Merge "fixes bug 1074172"Jenkins2012-11-082-3/+120
|\ \
| * | fixes bug 1074172Joe Heck2012-11-072-3/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | updated diablo token based on output from diablo/stable keystone added expiry to example tokens for test_auth_middleware added a stack based HTTP response to test_auth_middleware to verify sequencing Change-Id: I738b0e9c1a0e62ad86adb95ec0b73f621513f7d4
* | | Merge "Include 'extra' attributes twice (bug 1076120)"Jenkins2012-11-084-3/+76
|\ \ \
| * | | Include 'extra' attributes twice (bug 1076120)Dolph Mathews2012-11-074-3/+76
| | |/ | |/| | | | | | | | | | | | | | | | | | | In order to maintain backwards-compatibility with the output of the previously-broken SQL driver, non-indexed attributes are included in the update user/tenant response in both the correct and expected locations. Change-Id: I54f69c0c4cb3ade349190bc0c61539dcc1846267
* | | Merge "Fixed typo in log message"Jenkins2012-11-081-1/+1
|\ \ \
| * | | Fixed typo in log messageRalf Haferkamp2012-10-251-1/+1
| | | | | | | | | | | | | | | | Change-Id: I8b6bf6f8012fb8119b32a93305cf3e1d3996f3ed
* | | | Merge "SQL upgrade test."Jenkins2012-11-081-0/+104
|\ \ \ \
| * | | | SQL upgrade test.Adam Young2012-11-071-0/+104
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests upgrade to version 1. Confirms all of the identity tables layout. blueprint: normalize-sql Change-Id: If66250af068b396fc55f38c66f789b9447353bda
* | | | Merge "monkeypatch cms Popen"Jenkins2012-11-082-18/+28
|\ \ \ \
| * | | | monkeypatch cms PopenAdam Young2012-11-052-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 1074257 Change-Id: I1372204c1e128aa664840e09b76fe979064d9efb
* | | | | Merge "HACKING compliance: consistent use of 'except'"Jenkins2012-11-086-14/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | HACKING compliance: consistent use of 'except'Dolph Mathews2012-11-056-14/+10
| |/ / / | | | | | | | | | | | | Change-Id: I8301043965e08ffdec63441e612628d9a60876b7
* | | | Merge "Merge remote-tracking branch 'origin/feature/keystone-v3' into HEAD"Jenkins2012-11-077-68/+867
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-11-027-68/+867
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: keystone/catalog/core.py keystone/identity/core.py Change-Id: Id47b9dd9c4da811d13454b539f78b751d40ed87d
| | * | | Identity API v3 Config, Routers, ControllersDolph Mathews2012-09-057-68/+867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provides configuration to deploy the v3 API identically across both: http://[...]:5000/v3/ http://[...]:35357/v3/ Change-Id: I97c5a2f7a84e3fca0adaea020697f958e04f5753
* | | | | Merge "bug 1069945: generate certs for the tests in one place"Jenkins2012-11-0632-268/+345
|\ \ \ \ \
| * | | | | bug 1069945: generate certs for the tests in one placeGuang Yee2012-11-0532-268/+345
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | and doc how to install signing certificate from an external CA Change-Id: I92feb8eaeea617211ee7132480ac7a63bf0a1bf1
* / / / / Return non-indexed attrs, not 'extra' (bug 1075376)Dolph Mathews2012-11-064-95/+30
|/ / / / | | | | | | | | | | | | | | | | | | | | (most of this is pulled from the v3 branch) Change-Id: Id1118e7a2b245fb7ec95e41ec297c87036953db2
* | | | Merge "auth_token hash pki key PKI tokens on hash in memcached when accessed ↵Jenkins2012-11-022-7/+15
|\ \ \ \ | |_|_|/ |/| | | | | | | by auth_token middelware"
| * | | auth_token hash pkiAdam Young2012-11-012-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key PKI tokens on hash in memcached when accessed by auth_token middelware Bug 1073343 Change-Id: I32e5481f82fd110c855d7e1138c3d43c73099bbb
* | | | Merge "Implements REMOTE_USER authentication support."Jenkins2012-11-013-12/+116
|\ \ \ \
| * | | | Implements REMOTE_USER authentication support.boden2012-10-313-12/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for non-identity authentication via REMOTE_USER environ context variable thereby permitting external services (paste pipeline, web fronting or other) to authenticate a request. Also fixes a pep8 issue. This change is in support for blueprint pluggable-identity-authentication-handlers Change-Id: Ib0a36b14f135dd87601e3c6d28f7874193d66b34
* | | | | Merge "key all backends off of hash of pki token."Jenkins2012-11-015-13/+34
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | key all backends off of hash of pki token.Adam Young2012-11-015-13/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug 1073272 Change-Id: If55b3b595fa6f3b5e773a502fc69e7da2c3bd114
* | | | Merge "ignore .tox directory for pep8 in runtests"Jenkins2012-11-011-3/+3
|\ \ \ \
| * | | | ignore .tox directory for pep8 in runtestsJoe Heck2012-11-011-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I34c6f4fe8ff51221bd188fbce89ba89a56aae0b7
* | | | | Merge "don't import filter_user name, use it from the identity module"Jenkins2012-11-013-15/+13
|\ \ \ \ \
| * | | | | don't import filter_user name, use it from the identity moduleIonuț Arțăriși2012-11-013-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9679f5dfbcc270d503adc42489b06609bbf52531
* | | | | | don't modify the passed in dict to from_dictIonuț Arțăriși2012-11-013-9/+23
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 1066851 Change-Id: Ic1f44ba1e319b9cd7e3f1da535f9d29ae7dc4030
* | | | | Merge "move hashing user password functions to common/utils"Jenkins2012-11-014-28/+26
|\ \ \ \ \
| * | | | | move hashing user password functions to common/utilsIonuț Arțăriși2012-11-014-28/+26
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I9e4204fc0c4ad0e245a8869640a64ab8f40af31d
* / / / / Imported Translations from TransifexOpenStack Jenkins2012-11-011-2/+10
|/ / / / | | | | | | | | | | | | Change-Id: If6ca1bf71b45b0e453b484ce756b926beb7d4f7f