From ec78afd2cb6a0fe6e800cc2da756593dfca817e9 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 8 Apr 2016 08:06:18 -0400 Subject: Replace extraconfig/tasks/noop.yaml w/ Heat::None Removes the old noop nested stack template for extraconfig tasks and instead uses OS::Heat::None. This should avoid a few extra resource checks on create and update. Change-Id: I5a42fc78ece2553e86385236e214aa1e3c91cd85 --- extraconfig/tasks/noop.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 extraconfig/tasks/noop.yaml (limited to 'extraconfig/tasks/noop.yaml') diff --git a/extraconfig/tasks/noop.yaml b/extraconfig/tasks/noop.yaml deleted file mode 100644 index dbb863be..00000000 --- a/extraconfig/tasks/noop.yaml +++ /dev/null @@ -1,26 +0,0 @@ -heat_template_version: 2014-10-16 -description: 'No-op task' - -parameters: - servers: - type: json - default: [] - controller_servers: - type: json - default: [] - compute_servers: - type: json - default: [] - blockstorage_servers: - type: json - default: [] - objectstorage_servers: - type: json - default: [] - cephstorage_servers: - type: json - default: [] - input_values: - type: json - default: {} - description: input values for the software deployments -- cgit 1.2.3-korg