Jump to: navigation, search

Difference between revisions of "ReleaseNotes/2014.1.3"

(Neutron)
Line 8: Line 8:
  
 
== Resolved Security Issues ==
 
== Resolved Security Issues ==
 +
 +
=== OpenStack Image Registry and Delivery Service (Glance)  ===
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-August/000267.html OSSA 2014-028 ] / [https://launchpad.net/bugs/1315321 CVE-2014-5356 ] - Glance store DoS through disk space exhaustion
 +
 +
=== OpenStack Dashboard (Horizon) ===
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-August/000266.html OSSA 2014-027] / [https://launchpad.net/bugs/1349491 CVE-2014-3594 ] - Persistent XSS in Horizon Host Aggregates interface
 +
 +
=== OpenStack Identity (Keystone) ===
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-September/000275.html OSSA 2014-029] / [https://launchpad.net/bugs/1354208 CVE-2014-3621 ] - Configuration option leak through Keystone catalog
 +
 +
=== OpenStack Networking (Neutron) ===
 +
* [http://lists.openstack.org/pipermail/openstack-announce/2014-September/000285.html OSSA 2014-031] / [https://bugs.launchpad.net/neutron/+bug/1357379 CVE-2014-6414 ] - Admin-only network attributes may be reset to defaults by non-privileged users
  
 
== Bugs Fixed ==
 
== Bugs Fixed ==
In total, NNN bugs are fixed by this update.  
+
In total, 129 bugs are fixed by this update.  
  
 
* [https://launchpad.net/nova/+milestone/2014.1.3 List of OpenStack Compute (Nova) bugs fixed in the 2014.1.3 release]
 
* [https://launchpad.net/nova/+milestone/2014.1.3 List of OpenStack Compute (Nova) bugs fixed in the 2014.1.3 release]
Line 23: Line 35:
  
 
== Known Issues and Limitations ==
 
== Known Issues and Limitations ==
=== Neutron ===
 
There is a known issue in all Havana releases that results in Neutron DHCP agent constantly resyncing its state once a network and a subnet is created with a gateway outside of it. To avoid this, users are encouraged to set force_gateway_on_subnet to True in neutron.conf. https://bugs.launchpad.net/neutron/+bug/1304181
 
 
Operators of existing Neutron Icehouse ML2 based deployments will need to apply the following SQL statement to their Neutron database:
 
 
<nowiki>
 
ALTER TABLE agents ADD CONSTRAINT uniq_agents0agent_type0host UNIQUE (agent_type, host);
 
</nowiki>
 
 
This is to fix a race condition in agent status report updates: https://bugs.launchpad.net/neutron/+bug/1254246
 
  
 
[[Category:Releases]]
 
[[Category:Releases]]
 
[[Category:Icehouse]]
 
[[Category:Icehouse]]

Revision as of 22:04, 1 October 2014

*DRAFT* Release Notes, 2014.1.3

The 2014.1.3 release is a Icehouse bugfix update for OpenStack Compute (Nova), OpenStack Identity (Keystone), OpenStack Image Registry and Delivery Service (Glance), OpenStack Networking (Neutron), OpenStack Block Storage (Cinder), OpenStack Dashboard (Horizon), OpenStack Orchestration (Heat), OpenStack Telemetry (Ceilometer) and Openstack Database (Trove).

The bugfixes contained in this release were backported from the development branches into a stable branch. The release is intended to be a low risk update with no intentional regressions or API changes.

Resolved Security Issues

OpenStack Image Registry and Delivery Service (Glance)

OpenStack Dashboard (Horizon)

OpenStack Identity (Keystone)

OpenStack Networking (Neutron)

Bugs Fixed

In total, 129 bugs are fixed by this update.

Known Issues and Limitations