summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Support domain-specific configuration managementHenry Nash2016-11-021-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide support for the domain-specific configuration storage available via the REST API. Domain configs are JSON blobs and we have fine grained control on them via the Identity API. This fine grained control is not defined yet in the client, though - for now, we can manage everything like Python dictionaries and use operations like "update" whenever we want to delete a specific group or option. This approach is similar to what is done in the federation mapping API to handle mapping rules. Functional tests are also included, this is useful to check if the new feature works in an integration environment. Co-Auhtored-By: Henry Nash <henryn@linux.vnet.ibm.com> Co-Authored-By: Rodrigo Duarte <rduartes@redhat.com> Closes-Bug: 1433306 Partially Implements: blueprint domain-config-ext Change-Id: Ie6795b8633fed38c58b79250c11c9a045b7f95a4
* | Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I008cbed4454d5529373badcd14a16472068c1a7d
* | standardize release note page orderingDoug Hellmann2016-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | In order to support automatically updating the release notes when we create stable branches, we want the pages to be in a standard order. This patch updates the order to be reverse chronological, so the most recent notes appear at the top. Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | Merge "Update reno for stable/newton"Jenkins2016-09-022-0/+7
|\ \
| * | Update reno for stable/newtonDoug Hellmann2016-09-022-0/+7
| |/ | | | | | | Change-Id: Ieb739a31c85f476e983920990b6ff150ac0e8b63
* | Remove deprecated 'data' credential argumentSamuel de Medeiros Queiroz2016-08-091-0/+8
|/ | | | | | | | | | The 'data' argument was deprecated in the 1.7.0 release and should have been removed in the 2.0.0 release. It has been replaced by the 'blob' argument. Related-Bug: 1259461 Change-Id: I762f46f605a65abe73547ad6e522c54b1cc3aac6
* Merge "remove oslo-incubator apiclient"Jenkins2016-03-111-0/+5
|\
| * remove oslo-incubator apiclientSteve Martinelli2016-03-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | The exceptions from oslo-incubator's apiclient has been deprecated since v0.7.1, We can use keystone keystoneclient.exceptions instead. We can also remove the rest of the apiclient from oslo-incubator since we do not depend on it internally, and has been deprecated for just as long. Change-Id: Ieffdc0da7d8a877be5cfe04a1ef9967cc24487c5
* | Merge "remove CLI from keystoneclient"Jenkins2016-03-101-0/+7
|\ \
| * | remove CLI from keystoneclientSteve Martinelli2016-03-101-0/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | the CLI has been deprecated for a long time, and many docs and install guides recommend using OSC instead of `keystone`. - removes CLI - removes man page from docs - removes CLI tests - removes `bootstrap` from contrib - removes entrypoint from setup.cfg implements bp: remove-cli Change-Id: Icbe15814bc4faf33f513f9654440068795eae807
* | Update reno for stable/mitakaDoug Hellmann2016-03-102-0/+7
|/ | | | Change-Id: I100053335d4dd2017738df429d44f76dd2ae4ec1
* Implied RolesAdam Young2016-02-171-0/+3
| | | | | | | | | | | While the entity for an inference rule should be thought of as a resource, the rules are essentially relationships between roles. The `implied_role` API is linked with the role API, and thus the client functions are part of v3/role.py. However, it does not map completely cleanly to the Crud baseclass, and requires some custom URL generation. Change-Id: I80a40e88b571fe9b0eca3af8b705ea79f28eb904
* add release notes for deprecated auth bitsSteve Martinelli2016-02-111-0/+12
| | | | Change-Id: I95ff3940b35d09fd747c49baff69dc7a12451309
* Adds an option to include names in role assignment listsTom Cocozzello2016-01-231-0/+6
| | | | | | | | | | Allow the client to take advantage of the include_names with list role assignments. Change-Id: I4aa77c08660a0cbd021502155938a46121ca76ef Depends-On: I0a1cc986b8a35aeafe567e5e7fee6eeb848ae113 Closes-Bug: #1479569 Implements: blueprint list-assignment-with-names
* add release notes for ksc 2.1.02.1.0Steve Martinelli2016-01-121-0/+17
| | | | | | | in anticipation of a new release, create release notes for bugs and fixes that should have included notes. Change-Id: Icc4be3b42a59e44586020946649c0aeda93feb10
* Merge "Cleanup release note"Jenkins2016-01-011-3/+3
|\
| * Cleanup release noteBrant Knudson2015-12-291-3/+3
| | | | | | | | | | | | This note had several typos and words out of order. Change-Id: I1ffafb56b665d2fed23c85bc251d120e63c3790f
* | remove keystoneclient.apiclient.exceptionsSteve Martinelli2015-12-291-0/+10
|/ | | | | | | | these have been deprecated in favor of keystoneclient.exceptions for a very long time. let's finally remove them. Change-Id: I0fc06a12647a0faac5ba98ed83118269efc304a6 Closes-Bug: 1526651
* Remove keystoneclient.middlewareVictor Stinner2015-12-111-0/+10
| | | | | | | | | | | | | | | | | | | | | The code has been moved to the new keystonemiddleware project and keystone.middleware was deprecated since Juno. It's time to drop it in Mitaka. Remove the directory keystoneclient/middleware/. Remove test_auth_token_middleware.py, test_memcache_crypt.py and test_s3_token_middleware.py in keystoneclient/tests/unit/. Remove the create_middleware_cert shell function from examples/pki/gen_pki.sh. And remove the call from examples/pki/run_all.sh. Remove netaddr, pycrypto and WebOb test dependencies, only needed to test the removed middleware. Closes-Bug: #1449066 Change-Id: Iedd6887dcde62177d37e1e1988ed72bcb59c05f6
* Add release notes for keystoneclientSteve Martinelli2015-11-296-0/+290
as mentioned in the mailing list, we need to include release notes for libraries, note that we do not include changes for liberty. Change-Id: I6497aac36720e2bea3f25316a426ea9fedb96c79