diff --git a/releasenotes/notes/bug-1585682-abd815f290e494d3.yaml b/releasenotes/notes/bug-1585682-abd815f290e494d3.yaml index 0a424e437..2c5879b4e 100644 --- a/releasenotes/notes/bug-1585682-abd815f290e494d3.yaml +++ b/releasenotes/notes/bug-1585682-abd815f290e494d3.yaml @@ -6,6 +6,7 @@ upgrade: append the proper version suffix to the URL based on the value stored inside OPENSTACK_API_VERSIONS['identity'] setting. fixes: - - LP-1585682 is fixed which grants Horizon the ability to properly version - Keystone webpath endpoints (URLs like http:///identity instead of - http://:5000). + - | + [`bug 1585682 `__] + Horizon now properly versions Keystone webpath endpoints (URLs like + ``http:///identity`` instead of ``http://:5000``). diff --git a/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml b/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml index dadd145d9..72d20618c 100644 --- a/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml +++ b/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml @@ -5,5 +5,5 @@ prelude: > names to use dashes, instead of underscore or camelcasing, to match with Bootstrap's convention. deprecations: - - All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage' - All instances of HTML class 'd3_pie_chart_distribution' to 'pie-chart-distribution' + - All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'. + All instances of HTML class 'd3_pie_chart_distribution' to 'pie-chart-distribution'. diff --git a/releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml b/releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml index 203822223..5f3b3d083 100644 --- a/releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml +++ b/releasenotes/notes/setting-OVERVIEW_DAYS_RANGE-9b87e8b077952a32.yaml @@ -6,6 +6,5 @@ features: the current month until today (if set to None). This setting is be used to limit the amount of data fetched by default when rendering the Overview panel. The default value is 1, which differs from the past behaviour, since - it caused serious lags on large deployments. -fixes: - - https://bugs.launchpad.net/horizon/+bug/1508571 + it caused serious lags on large deployments + (`bug 1508571 `__). diff --git a/releasenotes/source/essex.rst b/releasenotes/source/essex.rst index 89714fe06..0606f3f0f 100644 --- a/releasenotes/source/essex.rst +++ b/releasenotes/source/essex.rst @@ -61,14 +61,18 @@ Nova Features Support for Nova's features has been greatly improved in Essex: * Support for Nova volumes, including: - * Volumes creation and management. - * Volume snapshots. - * Realtime AJAX updating for volumes in transition states. + + * Volumes creation and management. + * Volume snapshots. + * Realtime AJAX updating for volumes in transition states. + * Improved Nova instance display and interactions, including: - * Launching instances from volumes. - * Pausing/suspending instances. - * Displaying instance power states. - * Realtime AJAX updating for instances in transition states. + + * Launching instances from volumes. + * Pausing/suspending instances. + * Displaying instance power states. + * Realtime AJAX updating for instances in transition states. + * Support for managing Floating IP address pools. * New instance and volume detail views. @@ -102,9 +106,11 @@ Under The Hood * Internationalization fully enabled, with all strings marked for translation. * Client library changes: - * Full migration to python-novaclient from the deprecated openstackx library. - * Migration to python-keystoneclient from the deprecated keystone portion - of the python-novaclient library. + + * Full migration to python-novaclient from the deprecated openstackx library. + * Migration to python-keystoneclient from the deprecated keystone portion + of the python-novaclient library. + * Client-side templating capabilities for more easily creating dynamic interactions. * Frontend overhaul to use the Bootstrap CSS/JS framework. diff --git a/releasenotes/source/juno.rst b/releasenotes/source/juno.rst index 9ccb3d5e5..0c423aef7 100644 --- a/releasenotes/source/juno.rst +++ b/releasenotes/source/juno.rst @@ -57,6 +57,7 @@ additional features of the Cinder API are now supported in Horizon in the Juno release. Some of these features include: + * Creating and restoring volume backups * Enabling resetting the state of a snapshot * Enabling resetting the state of a volume