From 97135cbfc03eb069438eb5b8858edaea061aa030 Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Tue, 25 Feb 2014 16:06:22 -0600 Subject: Remove vim header from files. Change-Id: Ia6131f8fcac6902c80c80aa805c8cd7a2a41f280 Closes-Bug: #1229324 --- heat/engine/resources/__init__.py | 1 - heat/engine/resources/autoscaling.py | 1 - heat/engine/resources/ceilometer/alarm.py | 1 - heat/engine/resources/cloud_watch.py | 1 - heat/engine/resources/eip.py | 1 - heat/engine/resources/instance.py | 1 - heat/engine/resources/internet_gateway.py | 1 - heat/engine/resources/loadbalancer.py | 1 - heat/engine/resources/network_interface.py | 1 - heat/engine/resources/neutron/firewall.py | 1 - heat/engine/resources/neutron/floatingip.py | 1 - heat/engine/resources/neutron/loadbalancer.py | 1 - heat/engine/resources/neutron/net.py | 1 - heat/engine/resources/neutron/network_gateway.py | 1 - heat/engine/resources/neutron/neutron.py | 1 - heat/engine/resources/neutron/port.py | 1 - heat/engine/resources/neutron/router.py | 1 - heat/engine/resources/neutron/security_group.py | 1 - heat/engine/resources/neutron/subnet.py | 1 - heat/engine/resources/neutron/vpnservice.py | 1 - heat/engine/resources/nova_utils.py | 1 - heat/engine/resources/os_database.py | 1 - heat/engine/resources/random_string.py | 1 - heat/engine/resources/resource_group.py | 1 - heat/engine/resources/route_table.py | 1 - heat/engine/resources/s3.py | 1 - heat/engine/resources/security_group.py | 1 - heat/engine/resources/server.py | 1 - heat/engine/resources/software_config/cloud_config.py | 1 - heat/engine/resources/software_config/multi_part.py | 1 - heat/engine/resources/software_config/software_config.py | 1 - heat/engine/resources/stack.py | 1 - heat/engine/resources/subnet.py | 1 - heat/engine/resources/swift.py | 1 - heat/engine/resources/template_resource.py | 1 - heat/engine/resources/user.py | 1 - heat/engine/resources/volume.py | 1 - heat/engine/resources/vpc.py | 1 - heat/engine/resources/wait_condition.py | 1 - 39 files changed, 39 deletions(-) (limited to 'heat/engine/resources') diff --git a/heat/engine/resources/__init__.py b/heat/engine/resources/__init__.py index 6e7ff071b..b6041535c 100644 --- a/heat/engine/resources/__init__.py +++ b/heat/engine/resources/__init__.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/autoscaling.py b/heat/engine/resources/autoscaling.py index bcc6a4112..059354967 100644 --- a/heat/engine/resources/autoscaling.py +++ b/heat/engine/resources/autoscaling.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/ceilometer/alarm.py b/heat/engine/resources/ceilometer/alarm.py index ca9bfaa5c..a0b92863e 100644 --- a/heat/engine/resources/ceilometer/alarm.py +++ b/heat/engine/resources/ceilometer/alarm.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/cloud_watch.py b/heat/engine/resources/cloud_watch.py index 76d304598..9470625cc 100644 --- a/heat/engine/resources/cloud_watch.py +++ b/heat/engine/resources/cloud_watch.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/eip.py b/heat/engine/resources/eip.py index 9f65e2f3e..0808d3698 100644 --- a/heat/engine/resources/eip.py +++ b/heat/engine/resources/eip.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/instance.py b/heat/engine/resources/instance.py index 447683274..c1220ed07 100644 --- a/heat/engine/resources/instance.py +++ b/heat/engine/resources/instance.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/internet_gateway.py b/heat/engine/resources/internet_gateway.py index 17e037760..51d82cbde 100644 --- a/heat/engine/resources/internet_gateway.py +++ b/heat/engine/resources/internet_gateway.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/loadbalancer.py b/heat/engine/resources/loadbalancer.py index 6f39c07b0..14b4c5916 100644 --- a/heat/engine/resources/loadbalancer.py +++ b/heat/engine/resources/loadbalancer.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/network_interface.py b/heat/engine/resources/network_interface.py index ea3bac5b2..4ae63b63f 100644 --- a/heat/engine/resources/network_interface.py +++ b/heat/engine/resources/network_interface.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/firewall.py b/heat/engine/resources/neutron/firewall.py index bb44911f0..a795d79a1 100644 --- a/heat/engine/resources/neutron/firewall.py +++ b/heat/engine/resources/neutron/firewall.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/heat/engine/resources/neutron/floatingip.py b/heat/engine/resources/neutron/floatingip.py index b86e3c47b..b884427ff 100644 --- a/heat/engine/resources/neutron/floatingip.py +++ b/heat/engine/resources/neutron/floatingip.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/loadbalancer.py b/heat/engine/resources/neutron/loadbalancer.py index 158079d1e..d12fa0db6 100644 --- a/heat/engine/resources/neutron/loadbalancer.py +++ b/heat/engine/resources/neutron/loadbalancer.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/net.py b/heat/engine/resources/neutron/net.py index a4e879853..e5cc802cb 100644 --- a/heat/engine/resources/neutron/net.py +++ b/heat/engine/resources/neutron/net.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/network_gateway.py b/heat/engine/resources/neutron/network_gateway.py index 21d067903..9d52af495 100644 --- a/heat/engine/resources/neutron/network_gateway.py +++ b/heat/engine/resources/neutron/network_gateway.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 NTT Corp. # All Rights Reserved. diff --git a/heat/engine/resources/neutron/neutron.py b/heat/engine/resources/neutron/neutron.py index c7c7dd34e..0b586c6ba 100644 --- a/heat/engine/resources/neutron/neutron.py +++ b/heat/engine/resources/neutron/neutron.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/port.py b/heat/engine/resources/neutron/port.py index 227165d1a..6a4ae7ba7 100644 --- a/heat/engine/resources/neutron/port.py +++ b/heat/engine/resources/neutron/port.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/router.py b/heat/engine/resources/neutron/router.py index 54b446d45..0b6b4a6d7 100644 --- a/heat/engine/resources/neutron/router.py +++ b/heat/engine/resources/neutron/router.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/security_group.py b/heat/engine/resources/neutron/security_group.py index fd58e1360..adeae2577 100644 --- a/heat/engine/resources/neutron/security_group.py +++ b/heat/engine/resources/neutron/security_group.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/subnet.py b/heat/engine/resources/neutron/subnet.py index 87ce9e0ff..7561e6827 100644 --- a/heat/engine/resources/neutron/subnet.py +++ b/heat/engine/resources/neutron/subnet.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/neutron/vpnservice.py b/heat/engine/resources/neutron/vpnservice.py index a508b0428..8a9047b58 100644 --- a/heat/engine/resources/neutron/vpnservice.py +++ b/heat/engine/resources/neutron/vpnservice.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/nova_utils.py b/heat/engine/resources/nova_utils.py index 7eee847d8..6735edc00 100644 --- a/heat/engine/resources/nova_utils.py +++ b/heat/engine/resources/nova_utils.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/os_database.py b/heat/engine/resources/os_database.py index 7b4192fb3..476962360 100644 --- a/heat/engine/resources/os_database.py +++ b/heat/engine/resources/os_database.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/random_string.py b/heat/engine/resources/random_string.py index 65f381e1a..fc7d2af46 100644 --- a/heat/engine/resources/random_string.py +++ b/heat/engine/resources/random_string.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/resource_group.py b/heat/engine/resources/resource_group.py index 64c68a7f6..edc54092d 100644 --- a/heat/engine/resources/resource_group.py +++ b/heat/engine/resources/resource_group.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/route_table.py b/heat/engine/resources/route_table.py index 87410e04c..af8c7e2ea 100644 --- a/heat/engine/resources/route_table.py +++ b/heat/engine/resources/route_table.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/s3.py b/heat/engine/resources/s3.py index beb189155..bde3cc7b0 100644 --- a/heat/engine/resources/s3.py +++ b/heat/engine/resources/s3.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/security_group.py b/heat/engine/resources/security_group.py index 52d887d06..6cf369aea 100644 --- a/heat/engine/resources/security_group.py +++ b/heat/engine/resources/security_group.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/server.py b/heat/engine/resources/server.py index 3f67566ac..810bb0ee6 100644 --- a/heat/engine/resources/server.py +++ b/heat/engine/resources/server.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/software_config/cloud_config.py b/heat/engine/resources/software_config/cloud_config.py index fd431a07c..c3c87ce5d 100644 --- a/heat/engine/resources/software_config/cloud_config.py +++ b/heat/engine/resources/software_config/cloud_config.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/software_config/multi_part.py b/heat/engine/resources/software_config/multi_part.py index 903dfec97..d1bb11a72 100644 --- a/heat/engine/resources/software_config/multi_part.py +++ b/heat/engine/resources/software_config/multi_part.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/software_config/software_config.py b/heat/engine/resources/software_config/software_config.py index 3ecf4b661..fc3ac72be 100644 --- a/heat/engine/resources/software_config/software_config.py +++ b/heat/engine/resources/software_config/software_config.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/stack.py b/heat/engine/resources/stack.py index 0564f2862..acc5ce324 100644 --- a/heat/engine/resources/stack.py +++ b/heat/engine/resources/stack.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/subnet.py b/heat/engine/resources/subnet.py index 46ba665b1..1e8e4316c 100644 --- a/heat/engine/resources/subnet.py +++ b/heat/engine/resources/subnet.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/swift.py b/heat/engine/resources/swift.py index 3378dcba5..f5a3e944c 100644 --- a/heat/engine/resources/swift.py +++ b/heat/engine/resources/swift.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/template_resource.py b/heat/engine/resources/template_resource.py index fc7d8f313..8fb6e9427 100644 --- a/heat/engine/resources/template_resource.py +++ b/heat/engine/resources/template_resource.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/user.py b/heat/engine/resources/user.py index c6c0b895b..7ca6678ee 100644 --- a/heat/engine/resources/user.py +++ b/heat/engine/resources/user.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/volume.py b/heat/engine/resources/volume.py index 238919ec1..03f3ed681 100644 --- a/heat/engine/resources/volume.py +++ b/heat/engine/resources/volume.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/vpc.py b/heat/engine/resources/vpc.py index e174dcbe4..ee8538b00 100644 --- a/heat/engine/resources/vpc.py +++ b/heat/engine/resources/vpc.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/engine/resources/wait_condition.py b/heat/engine/resources/wait_condition.py index d4b932631..ddad74e61 100644 --- a/heat/engine/resources/wait_condition.py +++ b/heat/engine/resources/wait_condition.py @@ -1,4 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Licensed under the Apache License, Version 2.0 (the "License"); you may -- cgit v1.2.1