Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2014.2.2"

(initial draft of release notes)
 
m (Bugs Fixed)
 
(9 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
== Resolved Security Issues ==
 
== Resolved Security Issues ==
  
=== OpenStack Compute (Nova) ===
+
=== OpenStack Image Registry and Delivery Service (Glance) ===
  
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-December/000317.html  OSSA-2014-041] / [https://launchpad.net/bugs/1400966 CVE-2014-9493] Glance allows users to download and delete any file in glance-api server
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2015-January/000323.html OSSA-2015-002] / [https://launchpad.net/bugs/1408663 CVE-2015-1195] Glance still allows users to download and delete any file in glance-api server
  
=== OpenStack Networking (Neutron) ===
+
=== OpenStack Dashboard (Horizon) ===
  
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-December/000308.html OSSA 2014-040] / [https://launchpad.net/bugs/1394370 CVE-2014-8124] horizon login page is vulnerable to DOS attack (CVE-2014-8124)
  
 
== Bugs Fixed ==
 
== Bugs Fixed ==
  
In total, ??? bugs are fixed by this update.
+
In total, 104 bugs are fixed by this update.
  
 
* [https://launchpad.net/nova/juno/2014.2.2 List of OpenStack Compute (Nova) bugs fixed in the 2014.2.2 release]
 
* [https://launchpad.net/nova/juno/2014.2.2 List of OpenStack Compute (Nova) bugs fixed in the 2014.2.2 release]
Line 31: Line 34:
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
 +
 +
=== Nova ===
 +
* https://review.openstack.org/#/c/138368/2 [https://launchpad.net/bugs/1361360 Fix for the Eventlet threads not released back to the pool] added client_socket_timeout and wsgi_keep_alive options. In order to maintain the backward compatibility default values are 0 and False for those options, while it's recommended to set them to 900 and True.
 +
 +
=== Cinder ===
 +
* [https://launchpad.net/bugs/1361360 Fix for the Eventlet threads not released back to the pool] added client_socket_timeout option. In order to maintain the backward compatibility default value is 0 and recommended is to set it to 900.
  
 
=== Neutron ===
 
=== Neutron ===
 
* [https://launchpad.net/bugs/1361360 Fix for the Eventlet threads not released back to the pool] added wsgi_keep_alive option. In order to maintain the backward compatibility default value is True and recommended is to set it to False.
 
* [https://launchpad.net/bugs/1361360 Fix for the Eventlet threads not released back to the pool] added wsgi_keep_alive option. In order to maintain the backward compatibility default value is True and recommended is to set it to False.
 +
* [https://launchpad.net/bugs/1408297 Incompatibility with old versions of dnsmasq] was found in Juno DHCP agent. Specifically, IPv6 subnets with stateful DHCP enabled fail to provide IP addresses to instances when dnsmasq < 2.67 is used. To make it work, please upgrade your dnsmasq package.
  
 
[[Category:Releases]]
 
[[Category:Releases]]
 
[[Category:Juno]]
 
[[Category:Juno]]

Latest revision as of 00:18, 6 February 2015

Release Notes, 2014.2.2

The 2014.2.2 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

OpenStack Image Registry and Delivery Service (Glance)

OpenStack Dashboard (Horizon)

Bugs Fixed

In total, 104 bugs are fixed by this update.

Known Issues and Limitations

Nova

Cinder

Neutron