From be4af6d9f6e0fa0941a86159fc9faa1d9696ff08 Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Thu, 8 Nov 2018 10:25:19 -0600 Subject: [PATCH] [FIX] correct the EOF for ucp_endpoints yaml Missing newline at end of file Change-Id: I79fffb2229bb07b004d4e2e4d5053d287c7d70ec --- .../site/gate-multinode/software/configs/endpoints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment_files/site/gate-multinode/software/configs/endpoints.yaml b/deployment_files/site/gate-multinode/software/configs/endpoints.yaml index e8448d01..7af1c288 100644 --- a/deployment_files/site/gate-multinode/software/configs/endpoints.yaml +++ b/deployment_files/site/gate-multinode/software/configs/endpoints.yaml @@ -23,4 +23,5 @@ data: shipyard: host_fqdn_override: public: shipyard.gate.local -... \ No newline at end of file +... +