Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Liberty"

(Deprecated Plugins and Drivers)
Line 13: Line 13:
 
== OpenStack Networking (Neutron) ==
 
== OpenStack Networking (Neutron) ==
  
=== Deprecated Plugins and Drivers ===
+
=== Deprecated and Removed Plugins and Drivers ===
* The metaplugin is marked as deprecated in the Liberty release and will be removed from the source tree during the following release.
+
* The metaplugin is removed in the Liberty release.
  
 
== OpenStack Compute (Nova) ==
 
== OpenStack Compute (Nova) ==

Revision as of 21:08, 17 August 2015

Other languages:
Deutsch • ‎English • ‎日本語 • ‎한국어 • ‎中文(简体)‎ • ‎中文(台灣)‎

OpenStack Liberty Release Notes

OpenStack Networking (Neutron)

Deprecated and Removed Plugins and Drivers

  • The metaplugin is removed in the Liberty release.

OpenStack Compute (Nova)

Upgrade Notes

  • If you are coming from Kilo stable, please make sure you have fully upgraded to the latest release of that lineage before deploying Liberty. Due to bug https://bugs.launchpad.net/nova/+bug/1474074 versions of Kilo from before the fix will be problematic when talking to Liberty nodes.

OpenStack Telemetry (Ceilometer)

Key New Features

Upgrade Notes

  • The name of some middleware used by ceilometer changed in a backwards-incompatible way. Before upgrading, edit the paste.ini file for ceilometer to change "oslo.middleware" to "oslo_middleware". For example using sed -ri 's/oslo\.middleware/oslo_middleware/' api_paste.ini