Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2014.2.4"

(DRAFT Release Notes, 2014.2.4 DRAFT)
 
Line 1: Line 1:
= DRAFT Release Notes, 2014.2.4 DRAFT =
+
= Release Notes, 2014.2.4 =
  
 
The 2014.2.4 release is a Juno bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Database Service (Trove).
 
The 2014.2.4 release is a Juno bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Database Service (Trove).
Line 33: Line 33:
 
== Bugs Fixed ==
 
== Bugs Fixed ==
  
In total, 179 bugs are fixed by this update.
+
In total, 180 bugs are fixed by this update.
  
* [https://launchpad.net/nova/+milestone/2014.2.4 List of OpenStack Compute (Nova) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/nova/juno/2014.2.4 List of OpenStack Compute (Nova) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/keystone/+milestone/2014.2.4 List of OpenStack Identity (Keystone) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/keystone/juno/2014.2.4 List of OpenStack Identity (Keystone) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/glance/+milestone/2014.2.4 List of OpenStack Image Registry and Delivery Service (Glance) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/glance/juno/2014.2.4 List of OpenStack Image Registry and Delivery Service (Glance) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/neutron/+milestone/2014.2.4 List of OpenStack Networking (Neutron) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/neutron/juno/2014.2.4 List of OpenStack Networking (Neutron) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/cinder/+milestone/2014.2.4 List of OpenStack Block Storage (Cinder) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/cinder/juno/2014.2.4 List of OpenStack Block Storage (Cinder) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/horizon/+milestone/2014.2.4 List of OpenStack Dashboard (Horizon) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/horizon/juno/2014.2.4 List of OpenStack Dashboard (Horizon) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/heat/+milestone/2014.2.4 List of OpenStack Orchestration (Heat) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/heat/juno/2014.2.4 List of OpenStack Orchestration (Heat) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/ceilometer/+milestone/2014.2.4 List of OpenStack Telemetry (Ceilometer) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/ceilometer/juno/2014.2.4 List of OpenStack Telemetry (Ceilometer) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/sahara/+milestone/2014.2.4 List of OpenStack Data Processing (Sahara) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/sahara/juno/2014.2.4 List of OpenStack Data Processing (Sahara) bugs fixed in the 2014.2.4 release]
* [https://launchpad.net/trove/+milestone/2014.2.4 List of OpenStack Database Service (Trove) bugs fixed in the 2014.2.4 release]
+
* [https://launchpad.net/trove/juno/2014.2.4 List of OpenStack Database Service (Trove) bugs fixed in the 2014.2.4 release]
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==

Latest revision as of 23:06, 19 November 2015

Release Notes, 2014.2.4

The 2014.2.4 release is a Juno bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer), OpenStack Data Processing (Sahara) and OpenStack Database Service (Trove).

The bugfixes contained in this release were backported from the development branches into a stable branch. The release is intended to be a low risk update with no intentional regressions or API changes.

Resolved Security Issues

Cinder

Glance

Horizon

Keystone

Neutron

Nova

Bugs Fixed

In total, 180 bugs are fixed by this update.

Known Issues and Limitations

Neutron

  • Zero prefixed address pairs are no longer accepted by the Juno API, users need to use 0.0.0.0/1 and 128.0.0.1/1 or ::/1 and 8000::/1 instead. The fix_zero_length_ip_prefix.py tool is provided to clean ports previously configured with a zero prefixed address pair