From e12640ecfbe7b4af1e81463f7217bb9553ac365f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 24 Sep 2018 11:10:15 -0700 Subject: [PATCH] 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 --- .../openstack-server-properties-c3dc0a8685c2da34.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/openstack-server-properties-c3dc0a8685c2da34.yaml diff --git a/releasenotes/notes/openstack-server-properties-c3dc0a8685c2da34.yaml b/releasenotes/notes/openstack-server-properties-c3dc0a8685c2da34.yaml new file mode 100644 index 000000000..d28470992 --- /dev/null +++ b/releasenotes/notes/openstack-server-properties-c3dc0a8685c2da34.yaml @@ -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.