8124 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
16ddc0a075 Updated from global requirements
Change-Id: Ib40b7ae0de342c7f7c48a847c1ab813086a3f4f1
2015-09-17 12:12:39 +00:00
Jenkins
fa02c557d7 Merge "Reject rule if assertion type unset" 2015-09-17 12:04:27 +00:00
Jenkins
f51b76bc7f Merge "Support project hierarchies in data driver tests" 2015-09-16 17:24:30 +00:00
Jenkins
65d88df1b8 Merge "Removed the extra http:// from JSON schema link" 2015-09-16 11:01:34 +00:00
Jenkins
e18d04b121 Merge "Fix logging in federation/idp.py" 2015-09-16 00:16:26 +00:00
venkatamahesh
340873bd12 Removed the extra http:// from JSON schema link
An extra "http://" in the rst format for the link to
JSON Schema web page has been removed. The link when
documents are rendered should now work as intended.

Change-Id: I4da9c9301db055a62679c4ca1da73ae728220e88
Closes-Bug: #1488903
2015-09-15 23:57:36 +00:00
Jenkins
fb7b24bb23 Merge "Update man pages with liberty version and dates" 2015-09-15 23:28:25 +00:00
OpenStack Proposal Bot
db6c7d9779 Updated from global requirements
Change-Id: I3676402795c3a5e276aca787c163d02bcd09cb0d
2015-09-15 14:15:00 +00:00
Lance Bragstad
64f1de2c66 Update federation router with missing call
We can do federated authentication for specific identity providers with both
GET and POST operations, according to the code in
keystone/contrib/federation/routers.py. The inline documentation in the module
only said that GET was possible and didn't include documentation on the POST
operation. This commit updates the inline documentation to be consistent with
the code.

Change-Id: I88e8ab231957ba977c7d2fa7f8ee0443842ef584
2015-09-15 00:44:27 +00:00
Jamie Lennox
21b0c7e816 Reject rule if assertion type unset
When the "type" of the remote rule is not present in the assertion this
should constitute a failure to match and reject the local change.

Change-Id: Idba9a95f31a28401b2d49545347175ee0f324ab5
Closes-Bug: #1487937
2015-09-15 10:25:47 +10:00
Jenkins
c3fdf97437 Merge "Move TestClient to test_versions" 2015-09-14 22:28:26 +00:00
Eric Brown
53788e4ab6 Update man pages with liberty version and dates
Both keystone-all and keystone-manage listed out-dated versions
and dates.  This patch bumps the version to 8.0.0 and the release
date of 10-15-15 according to:
    https://wiki.openstack.org/wiki/Liberty_Release_Schedule

Change-Id: Ic389d4fded4579c7ebee2645e7150df4d12e48de
Closes-Bug: #1495645
2015-09-14 10:51:01 -07:00
Jenkins
ea54c46174 Merge "Use /auth/projects in tests" 2015-09-14 15:05:30 +00:00
Jenkins
da1d493646 Merge "Get method's class name in a python3-compatible way" 2015-09-14 07:52:25 +00:00
Jenkins
41f9e16eb7 Merge "Refactor: Don't hard code the error code" 2015-09-14 01:58:49 +00:00
Dave Chen
a50e23b9b7 Refactor: Don't hard code the error code
This patch replace the hard coded HTTP error code (400~410)
with the constants.

Change-Id: I952cac73a9713bde4ad757371ca8b4ded93f207e
2015-09-13 19:21:56 -05:00
Brant Knudson
ffedc364e1 Move TestClient to test_versions
TestClient is only used in test_versions, so move it there to keep
tests.unit.core more focused.

Change-Id: Ic8f0b6426d3332d940e26cd371c349495971c056
2015-09-12 11:24:17 -05:00
Jenkins
48ad4b7663 Merge "Remove keystone/openstack/* from coveragerc" 2015-09-11 21:25:19 +00:00
Jenkins
dd0438a85e Merge "Use oslo.log fixture" 2015-09-11 18:25:33 +00:00
Jenkins
5f59a86e2e Merge "Remove unnecessary load_backends from TestKeystoneTokenModel" 2015-09-11 17:47:43 +00:00
Jenkins
23258a24f9 Merge "Do not revoke all of a user's tokens when a role assignment is deleted" 2015-09-11 17:47:34 +00:00
Jenkins
b273faf0ae Merge "Handle tokens created and quickly revoked with insufficient timestamp precision" 2015-09-11 17:47:23 +00:00
Jenkins
083061704b Merge "Show that unscoped tokens are revoked when deleting role assignments" 2015-09-11 17:45:15 +00:00
Nina Goradia
482d5e8ec6 Use oslo.log fixture
BaseTestCase used its own log fixture. Use the fixture provided
by oslo.log instead.

Change-Id: I03f12969e17f4d8694662bd3cbca034d90b57bb0
2015-09-09 13:54:30 -05:00
Jenkins
aa8dc5c9c5 Merge "Update apache-httpd.rst" 2015-09-09 08:15:19 +00:00
Dave Chen
c18ad89263 Update apache-httpd.rst
Differentiate the location of Apache server for different distro,
and reword about the symlink.

Change-Id: I90cfbe31e7bd2e810a0499afa6724a2d0102c221
2015-09-09 13:46:53 +08:00
Jenkins
b6c17c0ada Merge "Fixed typos in 'developing_drivers' doc" 2015-09-09 04:47:03 +00:00
Jenkins
06730f12f3 Merge "Remove padding from Fernet tokens" 2015-09-09 01:04:57 +00:00
Jenkins
ed9a7afc31 Merge "Updated from global requirements" 2015-09-08 23:33:54 +00:00
Jenkins
33c306a269 Merge "Build oslo.context RequestContext" 2015-09-08 22:21:00 +00:00
Jenkins
b72dbf350c Merge "Correct docstring for common.authorization" 2015-09-08 22:18:08 +00:00
OpenStack Proposal Bot
6ec043b8b3 Updated from global requirements
Change-Id: I531e965278c8ab91e47317cd6b66299b060c883e
2015-09-08 16:27:33 +00:00
Lance Bragstad
f3e3a653f9 Remove padding from Fernet tokens
Fernet tokens were previously percent encoded. This can cause issues with
clients doing their own encoding or not. By removing the padding and then
re-establishing it when we validate the token, we don't present that problem to
clients. This also shortens the length of a Fernet token.

Change-Id: I674bad86ccc9027ac3b365c10b3b142fc9d73c17
Related-Bug: 1433372
Closes-Bug: 1491926
2015-09-08 14:29:55 +00:00
OpenStack Proposal Bot
21c83219af Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I977f57f034fe484d4a11af9138da268119385929
2015-09-08 06:08:21 +00:00
OpenStack Proposal Bot
ddc3ef879f Updated from global requirements
Change-Id: I59237b7a6e0f956a6f1a472fa4734a65afded3bb
2015-09-07 21:54:29 +00:00
Jenkins
2bd72dc180 Merge "Change tests to use common name for keystone.tests.unit" 2015-09-07 18:22:09 +00:00
Jenkins
d1b5b51c4a Merge "Removes py3 test import hacks" 2015-09-07 18:19:56 +00:00
naveenkunareddy
d2be5e4f48 Fixed typos in 'developing_drivers' doc
Addressed the review comments on typos in the developing_drivers doc @
https://review.openstack.org/#/c/218481/7/doc/source/developing_drivers.rst

Change-Id: I9008a913b431c76de91d5d6d3f78f9e1533a88a2
Closes-Bug: #1491854
2015-09-07 15:13:16 +05:30
Jenkins
6c4a73d969 Merge "Test list_role_assignment in standard inheritance tests" 2015-09-06 06:43:23 +00:00
Brant Knudson
8dce7e4ddb Stop using deprecated keystoneclient function
Using keystoneclient.Client.request is deprecated so keystone tests
shouldn't use it.

Change-Id: Iece9f2346f7e3a94c78bcdeeb062ace56d9c570d
2015-09-04 13:38:50 -05:00
Brant Knudson
93b7f95625 Change tests to use common name for keystone.tests.unit
In several test files, the keystone.tests.unit import was aliased as
tests. This made it difficult to do global renames. 

Change-Id: I1e4798c76d53f265b921ef26e2a0141fc504ce69
2015-09-04 18:21:42 +00:00
David Stanek
141099ebca Removes py3 test import hacks
Now that everything Keystone depends on can be installed on Python 3
there is no reason why we need to have these hacks anymore. 

Change-Id: I44d02fcac74eca5d282025b90693c2dae5a582b2
2015-09-04 18:20:44 +00:00
OpenStack Proposal Bot
53623d0f42 Updating sample configuration file
Change-Id: Iaedd10c45a5c064ff655a83b065ea6bf5899d9a1
2015-09-04 05:03:25 +00:00
Jenkins
f60f94870a Merge "Fixes a typo in a comment" 2015-09-04 04:56:29 +00:00
Jenkins
b781394433 Merge "Fixes confusing deprecation message" 2015-09-04 04:50:01 +00:00
Jenkins
cad8835608 Merge "Fix grammar in doc string" 2015-09-04 04:04:30 +00:00
Jenkins
444e11428c Merge "Add methods for checking scoped tokens" 2015-09-04 01:42:39 +00:00
Jenkins
a1b1ac1ee5 Merge "List credentials by type" 2015-09-04 00:30:18 +00:00
Jenkins
c66a81c68e Merge "Deprecate LDAP Resource Backend" 2015-09-04 00:08:33 +00:00
Jenkins
e5b4aa7e04 Merge "Added CORS support to Keystone" 2015-09-03 19:12:44 +00:00