Cleanup Pike release notes

* Move a release note on SELECTABLE_THEMES from 'prelude' to 'fixes'
* Fix incomplete external link notation in
  drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml
* Update os-client-config URL affected by doc-migration
* Update neutron-fwaas-dashboard documentation URL

Change-Id: I8884bdfb22b33ddd8ca235c66e902d98cd24befd
This commit is contained in:
Akihiro Motoki 2017-08-02 23:43:39 +00:00
parent 85fe8f3b5f
commit ef913a2198
4 changed files with 15 additions and 15 deletions

View File

@ -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 <https://docs.openstack.org/horizon/latest/configuration/themes.html#inherit-from-an-existing-theme>`__
for usage specifics.

View File

@ -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
<https://docs.openstack.org/os-client-config/latest/user/>`__.

View File

@ -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
<https://docs.openstack.org/developer/horizon/topics/settings.html#pluggable-settings-for-panels>`
<https://docs.openstack.org/developer/horizon/topics/settings.html#pluggable-settings-for-panels>`__
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

View File

@ -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
<https://docs.openstack.org/neutron-fwaas-dashboard/latest/>`__.