From 3d8d08ca0dd01e3ec760308fe1e38584aeca62d9 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 22 Nov 2016 10:34:18 +0100 Subject: [PATCH] Small fix to add new line at the end of files Just to fix some files who doesn't have new line Change-Id: I7846c1da468b82f50eb082cae4bc0e6c415e3ec2 --- ci-scripts/ci-base-requirements.txt | 2 +- playbooks/libvirt-teardown.yml | 2 +- roles/common/defaults/main.yml | 2 +- roles/tripleo-inventory/tests/inventory | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-scripts/ci-base-requirements.txt b/ci-scripts/ci-base-requirements.txt index 1c92f1fac..c582c0bfc 100644 --- a/ci-scripts/ci-base-requirements.txt +++ b/ci-scripts/ci-base-requirements.txt @@ -1 +1 @@ -python-cicoclient \ No newline at end of file +python-cicoclient diff --git a/playbooks/libvirt-teardown.yml b/playbooks/libvirt-teardown.yml index f11e9e69a..63d3d4c29 100644 --- a/playbooks/libvirt-teardown.yml +++ b/playbooks/libvirt-teardown.yml @@ -3,4 +3,4 @@ hosts: virthost gather_facts: no roles: - - libvirt/teardown \ No newline at end of file + - libvirt/teardown diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml index c3134ac33..3d5c62cfb 100644 --- a/roles/common/defaults/main.yml +++ b/roles/common/defaults/main.yml @@ -143,4 +143,4 @@ release: mitaka devmode: false # Tuned profile set while provisioning remote hosts to optimize for deployment -tuned_profile: 'virtual-host' \ No newline at end of file +tuned_profile: 'virtual-host' diff --git a/roles/tripleo-inventory/tests/inventory b/roles/tripleo-inventory/tests/inventory index d18580b3c..2fbb50c4a 100644 --- a/roles/tripleo-inventory/tests/inventory +++ b/roles/tripleo-inventory/tests/inventory @@ -1 +1 @@ -localhost \ No newline at end of file +localhost