From 989eeb41dbb184fb7cc77f292c7e093e74b4cbe6 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 29 Oct 2020 07:51:55 +0000 Subject: [PATCH] [cleanup] Remove test-data for heat This patch removes test-data to run integration test for heat but heat is no longer a part of the horizon as it has a separate plugin heat-dashboard. So this patch removes heat test-data. Change-Id: Id2427c26dd8708b06b941fdd4e3cba0b2dd98808 --- .../integration_tests/tests/test-data/stack_template | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 openstack_dashboard/test/integration_tests/tests/test-data/stack_template 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