Minor release notes fix
* Render nested lists properly (A blank line is required when a nested list starts) * Add a launchpad link for a bug * Add periods for better readability * URL only release note looks unusual. The bug link (bug 1508571) is actually described in the feature section, so the URL was moved. TrivialFix Change-Id: I1240c325207bbca513b2e41cc02065118797c2c4
This commit is contained in:
parent
3cfb164db4
commit
6bde531f74
@ -6,6 +6,7 @@ upgrade:
|
|||||||
append the proper version suffix to the URL based on the value
|
append the proper version suffix to the URL based on the value
|
||||||
stored inside OPENSTACK_API_VERSIONS['identity'] setting.
|
stored inside OPENSTACK_API_VERSIONS['identity'] setting.
|
||||||
fixes:
|
fixes:
|
||||||
- LP-1585682 is fixed which grants Horizon the ability to properly version
|
- |
|
||||||
Keystone webpath endpoints (URLs like http://<hostip>/identity instead of
|
[`bug 1585682 <https://bugs.launchpad.net/horizon/+bug/1585682>`__]
|
||||||
http://<hostip>:5000).
|
Horizon now properly versions Keystone webpath endpoints (URLs like
|
||||||
|
``http://<hostip>/identity`` instead of ``http://<hostip>:5000``).
|
||||||
|
@ -5,5 +5,5 @@ prelude: >
|
|||||||
names to use dashes, instead of underscore or
|
names to use dashes, instead of underscore or
|
||||||
camelcasing, to match with Bootstrap's convention.
|
camelcasing, to match with Bootstrap's convention.
|
||||||
deprecations:
|
deprecations:
|
||||||
- All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'
|
- 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_distribution' to 'pie-chart-distribution'.
|
||||||
|
@ -6,6 +6,5 @@ features:
|
|||||||
the current month until today (if set to None). This setting is be used to
|
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
|
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
|
panel. The default value is 1, which differs from the past behaviour, since
|
||||||
it caused serious lags on large deployments.
|
it caused serious lags on large deployments
|
||||||
fixes:
|
(`bug 1508571 <https://bugs.launchpad.net/horizon/+bug/1508571>`__).
|
||||||
- https://bugs.launchpad.net/horizon/+bug/1508571
|
|
||||||
|
@ -61,14 +61,18 @@ Nova Features
|
|||||||
Support for Nova's features has been greatly improved in Essex:
|
Support for Nova's features has been greatly improved in Essex:
|
||||||
|
|
||||||
* Support for Nova volumes, including:
|
* Support for Nova volumes, including:
|
||||||
* Volumes creation and management.
|
|
||||||
* Volume snapshots.
|
* Volumes creation and management.
|
||||||
* Realtime AJAX updating for volumes in transition states.
|
* Volume snapshots.
|
||||||
|
* Realtime AJAX updating for volumes in transition states.
|
||||||
|
|
||||||
* Improved Nova instance display and interactions, including:
|
* Improved Nova instance display and interactions, including:
|
||||||
* Launching instances from volumes.
|
|
||||||
* Pausing/suspending instances.
|
* Launching instances from volumes.
|
||||||
* Displaying instance power states.
|
* Pausing/suspending instances.
|
||||||
* Realtime AJAX updating for instances in transition states.
|
* Displaying instance power states.
|
||||||
|
* Realtime AJAX updating for instances in transition states.
|
||||||
|
|
||||||
* Support for managing Floating IP address pools.
|
* Support for managing Floating IP address pools.
|
||||||
* New instance and volume detail views.
|
* New instance and volume detail views.
|
||||||
|
|
||||||
@ -102,9 +106,11 @@ Under The Hood
|
|||||||
|
|
||||||
* Internationalization fully enabled, with all strings marked for translation.
|
* Internationalization fully enabled, with all strings marked for translation.
|
||||||
* Client library changes:
|
* Client library changes:
|
||||||
* Full migration to python-novaclient from the deprecated openstackx library.
|
|
||||||
* Migration to python-keystoneclient from the deprecated keystone portion
|
* Full migration to python-novaclient from the deprecated openstackx library.
|
||||||
of the python-novaclient library.
|
* Migration to python-keystoneclient from the deprecated keystone portion
|
||||||
|
of the python-novaclient library.
|
||||||
|
|
||||||
* Client-side templating capabilities for more easily creating dynamic
|
* Client-side templating capabilities for more easily creating dynamic
|
||||||
interactions.
|
interactions.
|
||||||
* Frontend overhaul to use the Bootstrap CSS/JS framework.
|
* Frontend overhaul to use the Bootstrap CSS/JS framework.
|
||||||
|
@ -57,6 +57,7 @@ additional features of the Cinder API are now supported in Horizon in the
|
|||||||
Juno release.
|
Juno release.
|
||||||
|
|
||||||
Some of these features include:
|
Some of these features include:
|
||||||
|
|
||||||
* Creating and restoring volume backups
|
* Creating and restoring volume backups
|
||||||
* Enabling resetting the state of a snapshot
|
* Enabling resetting the state of a snapshot
|
||||||
* Enabling resetting the state of a volume
|
* Enabling resetting the state of a volume
|
||||||
|
Loading…
Reference in New Issue
Block a user