diff --git a/releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml b/releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml index 347ccb24ac..3c042dd50a 100644 --- a/releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml +++ b/releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml @@ -1,11 +1,11 @@ --- -prelude: > - AVAILABLE_THEMES was used to determine whether a - theme was selectable via the user facing widget, - however it was noted that sometimes a parent theme - is desired for inheritance, and needs to be hidden - from the widget entirely. SELECTABLE_THEMES was - added as a setting that can be used to collect - a theme for inheritance, but hide it from the - user's view. See the settings documentation for - usage specifics. +fixes: + - | + [:bug:`1564543`] ``AVAILABLE_THEMES`` was used to determine whether + a theme was selectable via the user facing widget, however it was noted + that sometimes a parent theme is desired for inheritance, and needs to + be hidden from the widget entirely. ``SELECTABLE_THEMES`` was + added as a setting that can be used to collect a theme for inheritance, + but hide it from the user's view. + See `the settings documentation `__ + for usage specifics. diff --git a/releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml b/releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml index dd7e7ce2c2..f4e47cd5cd 100644 --- a/releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml +++ b/releasenotes/notes/add-clouds-yaml-f72b9a0b7df2aa79.yaml @@ -2,5 +2,5 @@ features: - Add support for horizon offering a clouds.yaml file for download along with the openrc files. For more - information on clouds.yaml, see - https://docs.openstack.org/developer/os-client-config + information on clouds.yaml, see `os-client-config documentation + `__. diff --git a/releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml b/releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml index 8df2f8feaf..ba89862431 100644 --- a/releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml +++ b/releasenotes/notes/drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml @@ -5,7 +5,7 @@ upgrade: deprecated since Juno release are now actually dropped. If you are using these settings to disable FWaaS v1 and VPNaaS dashboards, use ``REMOVE_PANEL`` of `the Pluggable Panel mechanism - ` + `__ to disable these panels. Note that Horizon checks the availability of FWaaS v1 and/or VPNaaS in your Neutron deploymennt and disables corresponding panels if not available, so in most cases you do not need to diff --git a/releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml b/releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml index 3719dd50e7..a26a79293b 100644 --- a/releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml +++ b/releasenotes/notes/fwaas-panel-splitout-635c63d4da0e6d97.yaml @@ -7,5 +7,5 @@ upgrade: all features available in Horizon in the past release. To continue to use FWaaS dashboard, install ``neutron-fwaas-dashboard`` and set up the horizon plugin configuration file in ``enabled`` directory. - For more information, see ``neutron-fwaas-dashboard`` documentation - http://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard/tree/doc/source + For more information, see `neutron-fwaas-dashboard documentation + `__.