summaryrefslogtreecommitdiff
path: root/heat/engine/resources
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-03-05 16:54:16 +0000
committerGerrit Code Review <review@openstack.org>2014-03-05 16:54:16 +0000
commit60caa26e1d9af78931402d9bcb3bcf6dcbe88ebc (patch)
tree4b08e078578be27ea64317811faa828b24c18d51 /heat/engine/resources
parentce590cc844abebd5110661e18a748041b3646e94 (diff)
parent97135cbfc03eb069438eb5b8858edaea061aa030 (diff)
downloadheat-60caa26e1d9af78931402d9bcb3bcf6dcbe88ebc.tar.gz
Merge "Remove vim header from files."
Diffstat (limited to 'heat/engine/resources')
-rw-r--r--heat/engine/resources/__init__.py1
-rw-r--r--heat/engine/resources/autoscaling.py1
-rw-r--r--heat/engine/resources/ceilometer/alarm.py1
-rw-r--r--heat/engine/resources/cloud_watch.py1
-rw-r--r--heat/engine/resources/eip.py1
-rw-r--r--heat/engine/resources/instance.py1
-rw-r--r--heat/engine/resources/internet_gateway.py1
-rw-r--r--heat/engine/resources/loadbalancer.py1
-rw-r--r--heat/engine/resources/network_interface.py1
-rw-r--r--heat/engine/resources/neutron/firewall.py1
-rw-r--r--heat/engine/resources/neutron/floatingip.py1
-rw-r--r--heat/engine/resources/neutron/loadbalancer.py1
-rw-r--r--heat/engine/resources/neutron/net.py1
-rw-r--r--heat/engine/resources/neutron/network_gateway.py1
-rw-r--r--heat/engine/resources/neutron/neutron.py1
-rw-r--r--heat/engine/resources/neutron/port.py1
-rw-r--r--heat/engine/resources/neutron/router.py1
-rw-r--r--heat/engine/resources/neutron/security_group.py1
-rw-r--r--heat/engine/resources/neutron/subnet.py1
-rw-r--r--heat/engine/resources/neutron/vpnservice.py1
-rw-r--r--heat/engine/resources/nova_utils.py1
-rw-r--r--heat/engine/resources/os_database.py1
-rw-r--r--heat/engine/resources/random_string.py1
-rw-r--r--heat/engine/resources/resource_group.py1
-rw-r--r--heat/engine/resources/route_table.py1
-rw-r--r--heat/engine/resources/s3.py1
-rw-r--r--heat/engine/resources/security_group.py1
-rw-r--r--heat/engine/resources/server.py1
-rw-r--r--heat/engine/resources/software_config/cloud_config.py1
-rw-r--r--heat/engine/resources/software_config/multi_part.py1
-rw-r--r--heat/engine/resources/software_config/software_config.py1
-rw-r--r--heat/engine/resources/stack.py1
-rw-r--r--heat/engine/resources/subnet.py1
-rw-r--r--heat/engine/resources/swift.py1
-rw-r--r--heat/engine/resources/template_resource.py1
-rw-r--r--heat/engine/resources/user.py1
-rw-r--r--heat/engine/resources/volume.py1
-rw-r--r--heat/engine/resources/vpc.py1
-rw-r--r--heat/engine/resources/wait_condition.py1
39 files changed, 0 insertions, 39 deletions
diff --git a/heat/engine/resources/__init__.py b/heat/engine/resources/__init__.py
index b9b88d878..fcb4a3b53 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 ad94fac30..b34a2e0aa 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 999c2d449..88e3f59b7 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 3a9228766..dee67d12b 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 2421bb532..1e34be8d5 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 0948f859e..54a202f10 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 91679532a..f038c1895 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 150d6734a..d281fd424 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 edb010c78..585331380 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