From 32843133286cf4e00a07f83c9e3eeb3522f1f123 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 20 Mar 2019 22:07:24 +0000 Subject: [PATCH] Add Blazar cycle highlights for Stein Change-Id: I45da0aca17475680537d0f659f0aaf5c7d120452 --- deliverables/stein/blazar.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deliverables/stein/blazar.yaml b/deliverables/stein/blazar.yaml index 3a2f9b2f63..aac5cf65c3 100644 --- a/deliverables/stein/blazar.yaml +++ b/deliverables/stein/blazar.yaml @@ -13,3 +13,16 @@ releases: branches: - location: 3.0.0.0rc1 name: stable/stein +cycle-highlights: + - | + Introduced a new Resource Allocation API allowing operators to query the + reserved state of their cloud resources. + - | + Added support for affinity and no-affinity policies for instance + reservations, allowing multiple instances of the same reservation to be + scheduled to the same hypervisor. + - | + Added a new plugin for reservation of floating IPs. This new feature is + available as a preview and will be fully completed in the next release. + - | + Integrated numerous bug fixes to improve reliability.