Merge "Minor release notes fix"

This commit is contained in:
Jenkins
2016-10-11 16:53:10 +00:00
committed by Gerrit Code Review
5 changed files with 25 additions and 18 deletions

View File

@@ -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``).

View File

@@ -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'.

View File

@@ -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>`__).

View File

@@ -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.

View File

@@ -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