Jenkins
2a7a44e71a
Merge "Add debug logging to revocation event checking"
6 years ago
Jenkins
a98a858c12
Merge "api-ref: Add default domain config documentation"
6 years ago
Jenkins
1f52138284
Merge "Detail Federation Service Provider APIs in api-ref"
6 years ago
Jenkins
a4be6d998c
Merge "Detail Fed Projects and Domains APIs in api-ref"
6 years ago
Jenkins
d8a79d2b7e
Merge "add a header for the federation APIs"
6 years ago
Jenkins
342fda486c
Merge "Detail Federation Mapping APIs in api-ref docs"
6 years ago
Jenkins
39510dd6c4
Merge "Detail Federation Auth APIs in api-ref docs"
6 years ago
Jenkins
5dff33b608
Merge "Detail Federation Assertion APIs in api-ref docs"
6 years ago
Jenkins
5a986cccf1
Merge "Move other-requirements.txt to bindep.txt"
6 years ago
Jenkins
d2d3c0c2bb
Merge "Detail IdP APIs in api-ref docs"
6 years ago
Dolph Mathews
d2ee07b8e7
Add debug logging to revocation event checking
...
Previously, the revocation matching engine was basically a black box
that seemed to mysteriously match some tokens and not others, and it was
difficult to understand why an event would match a given token at a
glance. Fixed.
Change-Id: I751d891dc1cec2bb22ad6a3948aafaa34fc835d1
6 years ago
Jenkins
84ee0d93e8
Merge "Add basic upgrade documentation"
6 years ago
Jenkins
d5afe440b8
Merge "api-ref: Renaming parameters of V3-ext APIs"
6 years ago
Samuel de Medeiros Queiroz
963c23cd22
Detail Federation Service Provider APIs in api-ref
...
Change-Id: I2a784f235f3dcd7ec0a29f5d260b9ac286a5cdf8
6 years ago
Samuel de Medeiros Queiroz
5d2fd076c3
Detail Fed Projects and Domains APIs in api-ref
...
Change-Id: Ifab067287e67ed9a5cb5dd806221d29d240f0241
6 years ago
Steve Martinelli
46b71ef23b
add a header for the federation APIs
...
Change-Id: I9799c7690a8baf4ab87de3ed12b1e3099ae68e22
6 years ago
Samuel de Medeiros Queiroz
30ded5078b
Detail Federation Mapping APIs in api-ref docs
...
Change-Id: I1eec58a853a04abeed537c26a088610e40c6b42c
6 years ago
Jenkins
1fff127d04
Merge "[api] add relationship links to v3"
6 years ago
Samuel de Medeiros Queiroz
b62acaa3c0
Detail Federation Auth APIs in api-ref docs
...
Change-Id: Ifc30c58589fd56b67c3b8f865926e78aab5c04b8
6 years ago
Samuel de Medeiros Queiroz
ec5b0cb0d5
Detail Federation Assertion APIs in api-ref docs
...
Change-Id: I66b468e40aea70e6b2cb297157f8d15aeee43880
6 years ago
Andreas Jaeger
9030e6e027
Move other-requirements.txt to bindep.txt
...
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.
Move the file around to follow this change.
Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.
For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/
As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html
Change-Id: I6dc1f11be79658451f8752aa6fcf0cd85d78e0f6
6 years ago
Samuel de Medeiros Queiroz
960967e9aa
Detail IdP APIs in api-ref docs
...
Change-Id: Ic478a53c92d5f9fa70adb7a3aae014c1ff1df0df
6 years ago
Tin Lam
5289eefd6c
api-ref: Add default domain config documentation
...
Add documentation for:
GET /domains/config/default
GET /domains/config/{group}/default
GET /domains/config/{group}/{option}/default
Change-Id: I1b6c8a5873edffdf4a091334b2cc0c9ce041aa62
Closes-Bug: #1609173
6 years ago
OpenStack Proposal Bot
0c78293216
Updated from global requirements
...
Change-Id: I326f00a4876a26b1a53285dfbcee4add54dcd7ff
6 years ago
Jenkins
42a1f1cfe8
Merge "Refactor revoke matcher"
6 years ago
gage hugo
d36e555788
[api] add relationship links to v3
...
Nearly all the "relationship" links are missing in v3 APIs.
Added relationship links to v3 API pages.
Change-Id: If519692a5b48e563719e8cde5c694edad6e01ef8
Partial-Bug: #1609159
6 years ago
Dolph Mathews
e9b0f2f52e
Refactor revoke matcher
...
This makes the code more verbose (and more redundant) in favor of making
it easier to read.
There was a pretty consistent pattern to what it was actually doing, but
each block of code was basically written differently. This makes them
all the same.
Change-Id: I0804f490e28cedfaea2016e796a773ba50cc821a
6 years ago
liyingjun
b9c671718d
Document get auth/catalog,projects,domains
...
This patch adds GET /auth/catalog, GET /auth/projects and GET /auth/domains
to the API site.
Change-Id: Ifda4676680bb9759348bbf7f3353741c45308b8c
Closes-bug: #1609178
6 years ago
Anh Tran
e4a82b3da1
api-ref: Renaming parameters of V3-ext APIs
...
Change-Id: I7f0ab81e3f8c0799bbcbbcd5a849603d7c2bde3a
Partial-Bug: #1610777
6 years ago
Jenkins
c065366978
Merge "Use international logging message"
6 years ago
Jenkins
cab5b468ca
Merge "api-ref: Correcting V3 Credentials APIs"
6 years ago
Jenkins
1f1934bfe8
Merge "api-ref: Correcting V3 Policies APIs"
6 years ago
Jenkins
b91f1ae08a
Merge "api-ref: Correcting V3 Authentication APIs"
6 years ago
Jenkins
f5e33001e8
Merge "api-ref: Correcting V3 Domain config APIs"
6 years ago
Jenkins
ef1431d53b
Merge "Updates Development Environment Docs"
6 years ago
Anh Tran
9241aeb485
api-ref: Correcting V3 Credentials APIs
...
Correcting all parameters of Credentials APIs.
http://developer.openstack.org/api-ref/identity/v3/index.html#credentials
Rename parameters for more easy to maintain.
Change-Id: I811558a646d41d2594777b4601fa223d13e193e7
Partial-Bug: #1610777
6 years ago
Anh Tran
ceaa09dcd7
api-ref: Correcting V3 Policies APIs
...
Fixed in Create/List/Show/Update APIs.
http://developer.openstack.org/api-ref/identity/v3/index.html#policies
Change-Id: Ia3e4caf80c783ac2213444e9d6fecf39018187d8
Partial-Bug: #1610777
6 years ago
Anh Tran
b3c838153f
api-ref: Correcting V3 Authentication APIs
...
http://developer.openstack.org/api-ref/identity/v3/index.html#authentication-and-token-management
Change-Id: I17a3a974c36c0992c681100833f0443963edbf69
Partial-Bug: #1610777
6 years ago
Anh Tran
8d5926a962
api-ref: Correcting V3 Domain config APIs
...
Correcting parameters of APIs.
http://developer.openstack.org/api-ref/identity/v3/index.html#domain-configuration
Change-Id: Ia36dd13f813d3cf718a1d3bf9a7f4be482a1ce0a
Partial-Bug: #1610777
6 years ago
liujiong
8a069c066b
Use international logging message
...
Change-Id: I688ae251a909682dd206a5f27b250e398643db4f
6 years ago
Jenkins
93248d23a1
Merge "api-ref: Correcting V3 Endpoints APIs"
6 years ago
Samuel de Medeiros Queiroz
7f3ec1428d
Updates Development Environment Docs
...
Now that we support other-requirements.txt and there is a Project Team
Guide doc [1] on how to set a Python environment up for development, we
can take benefit of them and make our docs more concise.
[1] http://docs.openstack.org/project-team-guide/project-setup/python.html
Co-Authored-By: Hidekazu Nakamura <hid-nakamura@vf.jp.nec.com>
Change-Id: Idcfadb7922b75464af430264e55aadc442e1b0a8
6 years ago
Tin Lam
5740a320f8
api-ref: Add query options to GET /projects API documentation
...
Add the following query options to the api-ref:
* parents_as_list (key-only, no value expected)
* subtree_as_list (key-only, no value expected)
* parents_as_ids (key-only, no value expected)
* subtree_as_ids (key-only, no value expected)
Change-Id: Ie9362885d57112c81c7141c4238e9e3d5d3e0431
Closes-Bug: #1609175
6 years ago
Jenkins
cdd8f24250
Merge "api-ref: Correcting V3 Services APIs"
6 years ago
Jenkins
1270396c47
Merge "api-ref: Add "nocatalog" option to GET /v3/auth/tokens"
6 years ago
Jenkins
2ca0db2d62
Merge "api-ref: Add missing parameter tables to tenant"
6 years ago
Jenkins
967d8fcad0
Merge "Updated from global requirements"
6 years ago
Jenkins
83d6720e15
Merge "Fix warning when running tox -e api-ref"
6 years ago
OpenStack Proposal Bot
2398e5bb8d
Updated from global requirements
...
Change-Id: I9531301d14942dfc5e33ca58a93908987e56222c
6 years ago
Gage Hugo
6db31c8590
api-ref: Add missing parameter tables to tenant
...
This adds response tables to multiple tenant API calls within
the identity admin API.
Change-Id: I78ff3d981ed0a1d4dc42d0a81b0369e7275d4d85
Closes-Bug: #1572168
6 years ago