Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2014.1.2"

(Known Issues and Limitations)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
= Release Notes, 2014.1.2 =
 
= Release Notes, 2014.1.2 =
  
The 2014.1.2 release is a Icehouse bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), Openstack Database (Trove),  OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat) and OpenStack Telemetry (Ceilometer).
+
The 2014.1.2 release is a Icehouse 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) and Openstack Database (Trove).
  
 
The bugfixes contained in this release were backported from the development branches into a [[StableBranch|stable branch]]. The release is intended to be a low risk update with no intentional regressions or API changes.
 
The bugfixes contained in this release were backported from the development branches into a [[StableBranch|stable branch]]. The release is intended to be a low risk update with no intentional regressions or API changes.
Line 13: Line 13:
  
 
=== OpenStack Identity (Keystone) ===
 
=== OpenStack Identity (Keystone) ===
 +
 +
'''Note:''' There was an issue with the Keystone 2014.1.2 tarballs, so new tarballs (versioned 2014.1.2.1) were generated.
 +
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-June/000240.html OSSA 2014-018] / [https://launchpad.net/bugs/1324592 CVE-2014-3476] - Keystone privilege escalation through trust chained delegation
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-July/000248.html OSSA 2014-022] / [https://launchpad.net/bugs/1331912 CVE-2014-3520] - Keystone V2 trusts privilege escalation through user supplied project id
  
 
=== OpenStack Orchestration (Heat) ===
 
=== OpenStack Orchestration (Heat) ===
Line 19: Line 24:
  
 
== Bugs Fixed ==
 
== Bugs Fixed ==
 +
 +
* [https://launchpad.net/nova/icehouse/2014.1.2 List of OpenStack Compute (Nova) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/keystone/icehouse/2014.1.2 List of OpenStack Identity (Keystone) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/glance/icehouse/2014.1.2 List of OpenStack Image Registry and Delivery Service (Glance) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/neutron/icehouse/2014.1.2 List of OpenStack Networking (Neutron) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/cinder/icehouse/2014.1.2 List of OpenStack Block Storage (Cinder) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/horizon/icehouse/2014.1.2 List of OpenStack Dashboard (Horizon) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/heat/icehouse/2014.1.2 List of OpenStack Orchestration (Heat) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/ceilometer/icehouse/2014.1.2 List of OpenStack Telemetry (Ceilometer) bugs fixed in the 2014.1.2 release]
 +
* [https://launchpad.net/trove/icehouse/2014.1.2 List of OpenStack Database (Trove) bugs fixed in the 2014.1.2 release]
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
 +
=== Nova ===
 +
Fix for https://bugs.launchpad.net/nova/+bug/1288609 changes how the nova-manage network create --vlan parameter is used. Previously it was used as vlan start, now it means vlan ID.
 +
Please adjust scripts that made use of the --vlan parameter.
 +
 +
 +
[[Category:Releases]]
 +
[[Category:Icehouse]]

Latest revision as of 11:39, 1 October 2014

Release Notes, 2014.1.2

The 2014.1.2 release is a Icehouse 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) and Openstack Database (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 Networking (Neutron)

OpenStack Identity (Keystone)

Note: There was an issue with the Keystone 2014.1.2 tarballs, so new tarballs (versioned 2014.1.2.1) were generated.

OpenStack Orchestration (Heat)

OpenStack Compute (Nova)

Bugs Fixed

Known Issues and Limitations

Nova

Fix for https://bugs.launchpad.net/nova/+bug/1288609 changes how the nova-manage network create --vlan parameter is used. Previously it was used as vlan start, now it means vlan ID. Please adjust scripts that made use of the --vlan parameter.