diff options
Diffstat (limited to 'keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml')
-rw-r--r-- | keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml b/keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml new file mode 100644 index 00000000..8346285a --- /dev/null +++ b/keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml @@ -0,0 +1,10 @@ +--- +upgrade: + - > + The default setting for the `os_inherit` configuration option is + changed to True. If it is required to continue with this portion + of the API disabled, then override the default setting by explicitly + specifying the os_inherit option as False. +deprecations: + - The `os_inherit` configuration option is disabled. In the future, this + option will be removed and this portion of the API will be always enabled. |