summaryrefslogtreecommitdiff
path: root/nova/tests/api/openstack/compute/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/api/openstack/compute/plugins')
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_admin_password.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_consoles.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_extension_info.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_flavors.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_flavors_extra_specs.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_keypairs.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_migrations.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_multiple_create.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_pci.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_quota_sets.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_security_groups.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_servers.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_simple_tenant_usage.py2
-rw-r--r--nova/tests/api/openstack/compute/plugins/v3/test_versions.py2
19 files changed, 0 insertions, 38 deletions
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_admin_password.py b/nova/tests/api/openstack/compute/plugins/v3/test_admin_password.py
index cc8afc1708..8997ca4e36 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_admin_password.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_admin_password.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# Copyright 2013 IBM Corp.
# All Rights Reserved.
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py b/nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py
index e37822e473..14d5cd93a7 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_consoles.py b/nova/tests/api/openstack/compute/plugins/v3/test_consoles.py
index 6d355a8e75..31012f7b14 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_consoles.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_consoles.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2010-2011 OpenStack Foundation
# Copyright 2011 Piston Cloud Computing, Inc.
# All Rights Reserved.
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.py b/nova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.py
index d3ef678a7a..27bc24607b 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.py b/nova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.py
index a4af98f5e6..77fb84085d 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_extension_info.py b/nova/tests/api/openstack/compute/plugins/v3/test_extension_info.py
index 81fb04f6c5..a4cb07f93c 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_extension_info.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_extension_info.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_flavors.py b/nova/tests/api/openstack/compute/plugins/v3/test_flavors.py
index 4113dce3cf..92758ca953 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_flavors.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_flavors.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2012 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_flavors_extra_specs.py b/nova/tests/api/openstack/compute/plugins/v3/test_flavors_extra_specs.py
index dbfdd4eb81..f61f0f810e 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_flavors_extra_specs.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_flavors_extra_specs.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 University of Southern California
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_keypairs.py b/nova/tests/api/openstack/compute/plugins/v3/test_keypairs.py
index 820a1a156f..388dc07771 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_keypairs.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_keypairs.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 Eldar Nugaev
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_migrations.py b/nova/tests/api/openstack/compute/plugins/v3/test_migrations.py
index d1bcb7626c..6a18ac9cb2 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_migrations.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_migrations.py
@@ -1,5 +1,3 @@
-# vim: tabstop=5 shiftwidth=4 softtabstop=4
-
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_multiple_create.py b/nova/tests/api/openstack/compute/plugins/v3/test_multiple_create.py
index dc80fb799a..c193212fcc 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_multiple_create.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_multiple_create.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 IBM Corp.
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_pci.py b/nova/tests/api/openstack/compute/plugins/v3/test_pci.py
index ae1238c35d..db2ba810c7 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_pci.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_pci.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 Intel Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_quota_sets.py b/nova/tests/api/openstack/compute/plugins/v3/test_quota_sets.py
index 3277808848..2313643d2e 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_quota_sets.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_quota_sets.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# Copyright 2013 IBM Corp.
# All Rights Reserved.
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.py b/nova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.py
index 5f13834416..92b8c16ce8 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-#
# Copyright 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_security_groups.py b/nova/tests/api/openstack/compute/plugins/v3/test_security_groups.py
index c37c96f04e..fe5f0eca96 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_security_groups.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_security_groups.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# Copyright 2012 Justin Santa Barbara
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py b/nova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py
index 1707805e1e..6fca7a81af 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_servers.py b/nova/tests/api/openstack/compute/plugins/v3/test_servers.py
index 5a90fc4e31..bcdb507faa 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_servers.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_servers.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2010-2011 OpenStack Foundation
# Copyright 2011 Piston Cloud Computing, Inc.
# All Rights Reserved.
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_simple_tenant_usage.py b/nova/tests/api/openstack/compute/plugins/v3/test_simple_tenant_usage.py
index a8e9f39e72..babb6b8875 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_simple_tenant_usage.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_simple_tenant_usage.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2011 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/tests/api/openstack/compute/plugins/v3/test_versions.py b/nova/tests/api/openstack/compute/plugins/v3/test_versions.py
index d87d69e603..dbb40b3e3d 100644
--- a/nova/tests/api/openstack/compute/plugins/v3/test_versions.py
+++ b/nova/tests/api/openstack/compute/plugins/v3/test_versions.py
@@ -1,5 +1,3 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
# Copyright 2013 IBM Corp.
# Copyright 2010-2011 OpenStack Foundation
#