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
|
||||
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://<hostip>/identity instead of
|
||||
http://<hostip>:5000).
|
||||
- |
|
||||
[`bug 1585682 <https://bugs.launchpad.net/horizon/+bug/1585682>`__]
|
||||
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
|
||||
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'.
|
||||
|
@ -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 <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 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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user