Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2012.2.1"

Line 10: Line 10:
 
== Upgrade Notes ==
 
== Upgrade Notes ==
  
* Because of a [https://bugs.launchpad.net/nova/+bug/1078594 serious issue with Nova image cache management on shared storage], the image cache manager is no disabled by default. In cases where shared storage isn't in use, it can be re-enabled by setting <code><nowiki>image_cache_manager_interval = 40</nowiki></code> in <code><nowiki>nova.conf</nowiki></code>.
+
* Because of a [https://bugs.launchpad.net/nova/+bug/1078594 serious issue with Nova image cache management on shared storage], the image cache manager is now disabled by default. In cases where shared storage isn't in use, it can be re-enabled by setting <code><nowiki>image_cache_manager_interval = 40</nowiki></code> in <code><nowiki>nova.conf</nowiki></code>.
 
* The 2.1 version of [http://pypi.python.org/pypi/python-quantumclient python-quantumclient] is required if Nova is configured to use Quantum networking. See [https://review.openstack.org/16193 this review].
 
* The 2.1 version of [http://pypi.python.org/pypi/python-quantumclient python-quantumclient] is required if Nova is configured to use Quantum networking. See [https://review.openstack.org/16193 this review].
  

Revision as of 13:24, 3 December 2012

Release Notes, 2012.2.1

The 2012.2.1 release is a Folsom bugfix update for Nova, Glance, Cinder, Quantum, Keystone and Horizon.

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

<<TableOfContents()>>

Upgrade Notes

Resolved Security Issues

Keystone

Glance

Bugs Fixed

In total, 139 launchpad bugs are fixed by this update.

Known Issues and Limitations

Nova

  • The default of the rpc_control_exchange option for Nova in this release is 'openstack' rather than 'nova' - you need to explicitly set it to 'nova'. See bug #1083944