Add missing release notes

There are two noteworthy changes that should have a relase note:
* fix for newer openstacksdk
* post upload hooks

Change-Id: I800f2e3b6a3ecb07fdb075e1fe39a625e4434917
This commit is contained in:
Tobias Henkel 2019-12-09 20:34:42 +01:00
parent e391572495
commit 805d2b4d18
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed compatibility issue with openstacksdk 0.37.0 and above.

View File

@ -0,0 +1,6 @@
---
features:
- |
Nodepool now supports :attr:`providers.[openstack].post-upload-hook` to
run a user supplied script after an image has been uploaded to a cloud
but before it gets used.