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>.
 
* 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].
  
Line 35: Line 36:
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
 
=== Nova ===
 
 
* '''WARNING:''' If you are backing your instances with shared storage, make sure to disable image cache '''BEFORE''' upgrading to Folsom:
 
    image_cache_manager_interval = 0
 
    [https://bugs.launchpad.net/nova/+bug/1078594 Related Bug]
 

Revision as of 00:00, 29 November 2012

Release Notes, 2012.2.1

The 2012.2.1 release is an 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, NN launchpad bugs are fixed by this update.

Known Issues and Limitations