diff --git a/openstack_dashboard/test/integration_tests/tests/test-data/stack_template b/openstack_dashboard/test/integration_tests/tests/test-data/stack_template deleted file mode 100644 index a86e585286..0000000000 --- a/openstack_dashboard/test/integration_tests/tests/test-data/stack_template +++ /dev/null @@ -1,11 +0,0 @@ -heat_template_version: 2013-05-23 -description: Simple template to deploy a single compute instance -resources: - my_instance: - type: OS::Nova::Server - properties: - key_name: {0} - image: {1} - flavor: m1.tiny - networks: - - network: {2} \ No newline at end of file