Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Havana"

(Key New Features)
(Key New Features)
Line 51: Line 51:
 
=== Key New Features ===
 
=== Key New Features ===
  
* Authentication data (users, groups; e.g. LDAP) can now be stored in a separate backend from authorization data (tenants/projects, roles, role assignments; e.g. SQL)
+
* Authorization data (tenants/projects, roles, role assignments; e.g. SQL) can now be stored in a separate backend, as determined by the "assignments" driver, from authentication data (users, groups; e.g. LDAP), as determined by the "identity" driver
 +
* Credentials (e.g. ec2 tokens) can now be stored in a separate backend, as determined by the "credentials" driver, from authentication data
 
* Ability to specify more granular RBAC policy rules (e.g. based on attributes in the API request / response body)
 
* Ability to specify more granular RBAC policy rules (e.g. based on attributes in the API request / response body)
 
* Delegated authorization via standard tokens to arbitrary consumers using OAuth 1.0a
 
* Delegated authorization via standard tokens to arbitrary consumers using OAuth 1.0a
Line 71: Line 72:
 
* https://blueprints.launchpad.net/keystone/+spec/endpoint-filtering
 
* https://blueprints.launchpad.net/keystone/+spec/endpoint-filtering
 
* https://blueprints.launchpad.net/keystone/+spec/multiple-sql-migrate-repos
 
* https://blueprints.launchpad.net/keystone/+spec/multiple-sql-migrate-repos
* https://blueprints.launchpad.net/keystone/+spec/extract-credentials-id
 
  
 
=== Known Issues ===
 
=== Known Issues ===

Revision as of 05:00, 19 September 2013

OpenStack 2013.2 (Havana) Release Notes

General Upgrade Notes

OpenStack Object Storage (Swift)

Key New Features

Known Issues

None

Upgrade Notes

OpenStack Compute (Nova)

Key New Features

Known Issues

Upgrade Notes

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

Known Issues

Upgrade Notes

OpenStack Network Service (Neutron)

Key New Features

Known Issues

None yet.

Upgrade Notes

  • Changes to neutron-dhcp-agent require you to first upgrade your dhcp-agents. Then wait untill the dhcp_lease time has expired. After waiting atleast dhcp_lease time, update neutron-server. Failure to do this may lead to cases where an instance is deleted and the dnsmasq process has not released the lease and neturon allocates that ip to a new port. (https://review.openstack.org/#/c/37580/)

OpenStack Block Storage (Cinder)

Key New Features

Known Issues

None yet

Upgrade Notes

None yet