From c8c4a1e9bc270407ae885291b55a93e975ef3af4 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Thu, 1 Feb 2018 16:44:13 -0600
Subject: [PATCH] Add cycle-highlights for openstacksdk for queens

Change-Id: I6e2d042e041a962192a2b3bdad8f725cc3215707
---
 deliverables/queens/python-openstacksdk.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/deliverables/queens/python-openstacksdk.yaml b/deliverables/queens/python-openstacksdk.yaml
index 189c8b08e1..015dd7fe60 100644
--- a/deliverables/queens/python-openstacksdk.yaml
+++ b/deliverables/queens/python-openstacksdk.yaml
@@ -40,3 +40,9 @@ releases:
 branches:
   - name: stable/queens
     location: 0.11.0
+cycle-highlights:
+  - Merged code from shade, os-client-config and openstacksdk into a single
+    library.
+  - Added support for making direct REST calls to all OpenStack services.
+  - Updated pagination support to support all existing forms of pagination.
+    Pagination now works automatically behind the scenes.