From 505b9ceeae89210f86f73f9eed153f6f45f64b2b Mon Sep 17 00:00:00 2001
From: Pierre Riteau <priteau@uchicago.edu>
Date: Wed, 31 Aug 2016 20:58:03 +0100
Subject: [PATCH] Add a newline at the end of release note files

Most files have one, but three were missing it.

Change-Id: Ia2b7696118872be06b03ff9f8ba47343db0b5c0e
---
 .../notes/add-agent-proxy-support-790e629634ca2eb7.yaml         | 2 +-
 releasenotes/notes/drac-raid-interface-f4c02b1c4fb37e2d.yaml    | 2 +-
 .../notes/fix-api-node-name-updates-f3813295472795be.yaml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/releasenotes/notes/add-agent-proxy-support-790e629634ca2eb7.yaml b/releasenotes/notes/add-agent-proxy-support-790e629634ca2eb7.yaml
index b885efedd7..697dcacd82 100644
--- a/releasenotes/notes/add-agent-proxy-support-790e629634ca2eb7.yaml
+++ b/releasenotes/notes/add-agent-proxy-support-790e629634ca2eb7.yaml
@@ -17,4 +17,4 @@ upgrade:
     determine if a cached entry will be still valid when download starts. The
     value of [glance]swift_temp_url_expected_download_start_delay must be less
     than the value for the [glance]swift_temp_url_duration configuration
-    option.
\ No newline at end of file
+    option.
diff --git a/releasenotes/notes/drac-raid-interface-f4c02b1c4fb37e2d.yaml b/releasenotes/notes/drac-raid-interface-f4c02b1c4fb37e2d.yaml
index bfc99467c5..23b61768a5 100644
--- a/releasenotes/notes/drac-raid-interface-f4c02b1c4fb37e2d.yaml
+++ b/releasenotes/notes/drac-raid-interface-f4c02b1c4fb37e2d.yaml
@@ -8,4 +8,4 @@ upgrade:
     is added. After Ironic has created the RAID config job on the DRAC card,
     it continues to check for status update on the config job to determine
     whether the RAID configuration was successfully finished at this interval.
-    Default is 120 seconds.
\ No newline at end of file
+    Default is 120 seconds.
diff --git a/releasenotes/notes/fix-api-node-name-updates-f3813295472795be.yaml b/releasenotes/notes/fix-api-node-name-updates-f3813295472795be.yaml
index 24ee6aeb59..f61ff5539f 100644
--- a/releasenotes/notes/fix-api-node-name-updates-f3813295472795be.yaml
+++ b/releasenotes/notes/fix-api-node-name-updates-f3813295472795be.yaml
@@ -3,4 +3,4 @@ fixes:
   - Remove the possibility to set incorrect node name by specifying multiple
     add/replace operations in patch request. Since this version, all the values
     specified in the patch for name are checked, in order to conform to
-    JSON PATCH RFC https://tools.ietf.org/html/rfc6902.
\ No newline at end of file
+    JSON PATCH RFC https://tools.ietf.org/html/rfc6902.