Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Icehouse"

(Known Issues)
(Key New Features)
Line 56: Line 56:
  
 
=== Key New Features ===
 
=== Key New Features ===
 +
 +
* New API features
 +
** <code>POST /v3/users/{user_id}/password</code> allows API users to update their own passwords
 +
** <code>GET v3/auth/token?nocatalog</code> allows API users to opt-out of receiving the service catalog when performing online token validation
 +
** <code>/v3/regions</code> provides a public interface for describing multi-region deployments.
  
 
* https://blueprints.launchpad.net/keystone/+spec/v3-user-update-own-password
 
* https://blueprints.launchpad.net/keystone/+spec/v3-user-update-own-password

Revision as of 18:07, 27 March 2014

OpenStack 2014.1 (Icehouse) Release Notes

General Upgrade Notes

tbd

OpenStack Object Storage (Swift)

Key New Features

Known Issues

None

Upgrade Notes

OpenStack Compute (Nova)

Key New Features

Known Issues

  • Document which other OpenStack APIs we support
    • Only support Keystone V2 (not V3)
    • Cinder?
    • Glance?

Upgrade Notes

  • https://review.openstack.org/50668
  • https://review.openstack.org/#/c/54290/ ... and check for other deprecated options that have been removed, and document them here
  • The PowerVM driver has been removed: https://review.openstack.org/#/c/57774/
  • https://review.openstack.org/#/c/27160
  • https://review.openstack.org/#/c/54290/
  • The keystone_authtoken defaults changed in nova.conf: https://review.openstack.org/#/c/62815/
  • libvirt lvm names changed from using instance_name_template to instance uuid (https://review.openstack.org/#/c/76968). Possible manual cleanup required if using a non default instance_name_template.
  • rbd disk names changed from using instance_name_template to instance uuid. Manual cleanup required of old virtual disks after the transition. (TBD find review)
  • Icehouse brings libguestfs as a requirement. Installing icehouse dependencies on a system currently running havana may cause the havana node to begin using libguestfs and break unexpectedly. It is recommended that libvirt_inject_partition=-2 be set on havana nodes prior to starting an upgrade of packages on the system if the nova packages will be updated last.
  • Creating a private flavor now adds access to the tenant automatically. This was the documented behavior in Havana, but the actual mplementation in Havana and previous versions of Nova did not add the tenant automatically to private flavors.
  • Nova previously included a nova.conf.sample. This file was automatically generated and is no longer included directly. If you are packaging Nova and wish to include the sample config file, see etc/nova/README.nova.conf for instructions on how to generate the file at build time.

OpenStack Image Service (Glance)

Key New Features

Known Issues

Upgrade Notes

OpenStack Dashboard (Horizon)

Key New Features

Known Issues

Upgrade Notes

OpenStack Identity (Keystone)

Key New Features

  • New API features
    • POST /v3/users/{user_id}/password allows API users to update their own passwords
    • GET v3/auth/token?nocatalog allows API users to opt-out of receiving the service catalog when performing online token validation
    • /v3/regions provides a public interface for describing multi-region deployments.

Known Issues

  • Bug 1291157: If using the OS-FEDERATION extension, deleting an Identity Provider or Protocol does not result in previously-issued tokens being revoked. This will not be fixed in the stable/icehouse branch.

Upgrade Notes

OpenStack Network Service (Neutron)

Key New Features

Known Issues

None yet.

Upgrade Notes

OpenStack Block Storage (Cinder)

Key New Features

Known Issues

None yet

Upgrade Notes

OpenStack Metering (Ceilometer)

Key New Features

Known Issues

https://bugs.launchpad.net/ceilometer/+bug/1297528

Upgrade Notes

None yet

OpenStack Orchestration (Heat)

Key New Features

Known Issues

None yet

Upgrade Notes

None yet

OpenStack Documentation

Key New Features

Known Issues

Upgrade Notes

None yet