Add release note for instance-properties config

This was missed in the change that added this feature to the openstack
driver. Add it now in a followup.

Change-Id: Idb95bc59eb0746c9ee500e3c22736603ceda61ee
This commit is contained in:
Clark Boylan 2018-09-24 11:10:15 -07:00
parent 7015bd9af4
commit e12640ecfb
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
features:
- |
The OpenStack driver now supports configuring instance properties on boot.
These properties end up in the instance metadata and will be visible to the
instance after boot. Use the ``instance-properties`` dict on provider pool
label to set this per label type booted.