Updates OSSA 2017-005 with ERRATA#1

Change-Id: Id747d793c430ac2e5b3c27b68e55c0f12cb8c3f7
Related-Bug: #1664931
This commit is contained in:
Tristan Cacqueray 2017-11-29 01:50:17 +00:00
parent cb43ec5959
commit ab54ce232d
1 changed files with 16 additions and 1 deletions

View File

@ -11,9 +11,16 @@ description: >
ImagePropertiesFilter or the IsolatedHostsFilter). ImagePropertiesFilter or the IsolatedHostsFilter).
All setups using Nova Filter Scheduler are affected. All setups using Nova Filter Scheduler are affected.
errata: >
The former fix introduced regressions in the rebuild functionality.
Rebuild may fail depending on configured scheduler filters and environment,
for example, when the compute host is running at capacity or when the host
is disabled.
This update provides an additional set of fixes for these regressions.
affected-products: affected-products:
- product: nova - product: nova
version: "<=14.0.9, >=15.0.0 <=15.0.7, >=16.0.0 <=16.0.2" version: "<=14.0.10, >=15.0.0 <=15.0.8, >=16.0.0 <=16.0.3"
vulnerabilities: vulnerabilities:
- cve-id: CVE-2017-16239 - cve-id: CVE-2017-16239
@ -31,9 +38,17 @@ issues:
reviews: reviews:
queens: queens:
- https://review.openstack.org/519662 - https://review.openstack.org/519662
- https://review.openstack.org/521186 (errata)
pike: pike:
- https://review.openstack.org/519672 - https://review.openstack.org/519672
- https://review.openstack.org/523212 (errata)
ocata: ocata:
- https://review.openstack.org/519681 - https://review.openstack.org/519681
- https://review.openstack.org/523427 (errata)
newton: newton:
- https://review.openstack.org/519684 - https://review.openstack.org/519684
- https://review.openstack.org/523434 (errata)
errata_history:
- 2017-12-05 - Errata 1
- 2017-11-14 - Original Version