From a5f82933ab55deea8410a2fa0b23f684280ce0b2 Mon Sep 17 00:00:00 2001 From: You Wei Wang Date: Wed, 13 Jan 2016 09:22:54 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: I68a7d910d45ef5bbbc8b59d9bc363fa68c6a8663 --- playbooks/roles/os_aodh/templates/aodh-upstart-init.j2 | 1 - .../roles/os_ceilometer/templates/ceilometer-upstart-init.j2 | 2 -- playbooks/roles/os_cinder/templates/cinder-upstart-init.j2 | 2 -- playbooks/roles/os_glance/templates/glance-upstart-init.j2 | 2 -- playbooks/roles/os_heat/templates/heat-upstart-init.j2 | 2 -- playbooks/roles/os_neutron/templates/neutron-upstart-init.j2 | 2 -- playbooks/roles/os_nova/templates/nova-upstart-init.j2 | 2 -- playbooks/roles/os_swift/templates/swift-upstart-init.j2 | 1 - 8 files changed, 14 deletions(-) diff --git a/playbooks/roles/os_aodh/templates/aodh-upstart-init.j2 b/playbooks/roles/os_aodh/templates/aodh-upstart-init.j2 index f1b5741cbe..7434296394 100644 --- a/playbooks/roles/os_aodh/templates/aodh-upstart-init.j2 +++ b/playbooks/roles/os_aodh/templates/aodh-upstart-init.j2 @@ -1,6 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_ceilometer/templates/ceilometer-upstart-init.j2 b/playbooks/roles/os_ceilometer/templates/ceilometer-upstart-init.j2 index 467323e59f..1f2764c34f 100644 --- a/playbooks/roles/os_ceilometer/templates/ceilometer-upstart-init.j2 +++ b/playbooks/roles/os_ceilometer/templates/ceilometer-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_cinder/templates/cinder-upstart-init.j2 b/playbooks/roles/os_cinder/templates/cinder-upstart-init.j2 index b0235b77fa..cb03d2872c 100644 --- a/playbooks/roles/os_cinder/templates/cinder-upstart-init.j2 +++ b/playbooks/roles/os_cinder/templates/cinder-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_glance/templates/glance-upstart-init.j2 b/playbooks/roles/os_glance/templates/glance-upstart-init.j2 index 870ce3fa48..042da6a497 100644 --- a/playbooks/roles/os_glance/templates/glance-upstart-init.j2 +++ b/playbooks/roles/os_glance/templates/glance-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_heat/templates/heat-upstart-init.j2 b/playbooks/roles/os_heat/templates/heat-upstart-init.j2 index a37848ebc5..f797f94095 100644 --- a/playbooks/roles/os_heat/templates/heat-upstart-init.j2 +++ b/playbooks/roles/os_heat/templates/heat-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_neutron/templates/neutron-upstart-init.j2 b/playbooks/roles/os_neutron/templates/neutron-upstart-init.j2 index e501d213ab..bfeb7973b4 100644 --- a/playbooks/roles/os_neutron/templates/neutron-upstart-init.j2 +++ b/playbooks/roles/os_neutron/templates/neutron-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_nova/templates/nova-upstart-init.j2 b/playbooks/roles/os_nova/templates/nova-upstart-init.j2 index 40a303ffbc..f4a486ef55 100644 --- a/playbooks/roles/os_nova/templates/nova-upstart-init.j2 +++ b/playbooks/roles/os_nova/templates/nova-upstart-init.j2 @@ -1,7 +1,5 @@ # {{ ansible_managed }} -# vim:set ft=upstart ts=2 et: - description "{{ program_name }}" author "Kevin Carter " diff --git a/playbooks/roles/os_swift/templates/swift-upstart-init.j2 b/playbooks/roles/os_swift/templates/swift-upstart-init.j2 index 1f268fcc92..1ba5552174 100644 --- a/playbooks/roles/os_swift/templates/swift-upstart-init.j2 +++ b/playbooks/roles/os_swift/templates/swift-upstart-init.j2 @@ -2,7 +2,6 @@ {% if (swift.replication_network is not defined or swift.replication_network == swift.storage_network) and 'replicator-server' in program_name %} # Blank script - dedicated replication network not in use {% else %} -# vim:set ft=upstart ts=2 et: description "{{ program_name }}" author "Kevin Carter "