Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Kilo"

m (Upgrade Notes)
m (Upgrade Notes)
Line 110: Line 110:
  
 
=== Upgrade Notes ===
 
=== Upgrade Notes ===
'''This info applies to trunk chasers. The Neutron team will be working in the Kilo release timeframe to ensure a backward compatible migration path, and the instructions below may be subject to change. For any up-the-minute update, please reach out irc:mestery.'''
+
'''This info no longer applies; these notes can be removed as soon as change https://review.openstack.org/#/c/142852/ merges.
  
 
* During the Kilo development cycle, the Neutron team has split out the advanced services (FWaaS, LBaaS, and VPNaaS) into separate git repositories. Because of this change, operators will need to modify their configuration files. The following note provides the changes required:
 
* During the Kilo development cycle, the Neutron team has split out the advanced services (FWaaS, LBaaS, and VPNaaS) into separate git repositories. Because of this change, operators will need to modify their configuration files. The following note provides the changes required:

Revision as of 17:56, 12 January 2015

Warning.svg Release Under Development

This release of OpenStack is under development and has yet to be completed. It will be released on April 30, 2015

The information on this page may not accurately reflect the state of release at the current point in time.

OpenStack 2015.1 (Kilo) Release Notes

General Upgrade Notes

  • TBD

OpenStack Object Storage (Swift)

Key New Features

Known Issues

None

Upgrade Notes

OpenStack Compute (Nova)

Key New Features

Upgrade Support

  • TBD

Compute Drivers

Hyper-V
  • TBD
Libvirt (KVM)
  • TBD
VMware
  • TBD
XenServer
  • TBD

API

  • TBD

Scheduler

  • TBD

Other Features

  • TBD

Known Issues

  • TBD

Upgrade Notes

  • TBD

OpenStack Image Service (Glance)

Key New Features

  • TBD

Known Issues

Upgrade Notes

OpenStack Dashboard (Horizon)

Key New Features

  • TBD

Known Issues

Upgrade Notes

OpenStack Identity (Keystone)

Key New Features

  • TBD

Known Issues

  • TBD

Upgrade Notes

  • XML support in Keystone has been removed as of Kilo. When upgrading from Juno to Kilo, it is recommended that references to XML and XmlBodyMiddleware be removed from the Keystone Paste configuration. This includes removing the XML middleware filters and there references from the public_api, admin_api, api_v3, public_version_api, admin_version_api and any other pipelines that may contain the XML filters.

OpenStack Network Service (Neutron)

Key New Features

Known Issues

None yet.

Upgrade Notes

This info no longer applies; these notes can be removed as soon as change https://review.openstack.org/#/c/142852/ merges.

  • During the Kilo development cycle, the Neutron team has split out the advanced services (FWaaS, LBaaS, and VPNaaS) into separate git repositories. Because of this change, operators will need to modify their configuration files. The following note provides the changes required:
    • Modify neutron.conf as follows if you're using LBaaS with a service plugin:
      • LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
    • Modify neutron.conf as follows if you're using VPNaaS with a service plugin:
      • VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
    • You also need to change the individual advanced service configuration files to point to the new location for device drivers. Examples are given below:
      • For FWaaS: "driver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver"
      • For LBaaS: "driver = neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver"
      • For VPNaaS: "driver = neutron_vpnaas.services.vpn.device_drivers.ipsec.OpenSwanDriver"

OpenStack Block Storage (Cinder)

Key New Features

Known Issues

None yet

Upgrade Notes

  • The 'host' config option for multiple-storage backends in cinder.conf is renamed to 'backend_host' in order to avoid a naming conflict with the 'host' to locate redis. If you use this option, please ensure your configuration files are updated.

OpenStack Telemetry (Ceilometer)

Key New Features

  • TBD

Known Issues

  • TBD

Upgrade Notes

OpenStack Orchestration (Heat)

Key New Features

Known Issues

None yet

Upgrade Notes

None yet

OpenStack Database service (Trove)

Key New Features

Known Issues

None yet

Upgrade Notes

None yet

OpenStack Documentation

Key New Features

  • TBD

Known Issues

Upgrade Notes

None yet