Add cycle-highlights for openstacksdk for queens

Change-Id: I6e2d042e041a962192a2b3bdad8f725cc3215707
This commit is contained in:
Monty Taylor
2018-02-01 16:44:13 -06:00
committed by Doug Hellmann
parent 7c393831f2
commit c8c4a1e9bc

View File

@@ -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.