d252c7cdd5
The release notes included with the Assignment and Role V9 driver patches included a line in the prelude section. This doesn't read well when these are combined together. Change-Id: Ib14f5994fdd72925aecc40470095fbef834f729c
15 lines
615 B
YAML
15 lines
615 B
YAML
---
|
|
features:
|
|
- The list_project_ids_for_user(), list_domain_ids_for_user() and
|
|
list_user_ids_for_project() methods have been removed from the V9 version
|
|
of the Assignment driver.
|
|
upgrade:
|
|
- The V8 Assignment driver interface is deprecated, but still supported in
|
|
this release, so any custom drivers based on the V8 interface should still
|
|
work.
|
|
deprecations:
|
|
- >
|
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
|
Support for the V8 Assignment driver interface is planned to be removed in
|
|
the 'O' release of OpenStack.
|