Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2014.1.2"

m (Bugs Fixed)
(Known Issues and Limitations)
 
(One intermediate revision by the same user 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 36: Line 36:
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
None
+
=== 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.