diff options
author | Dan Prince <dprince@redhat.com> | 2016-04-08 08:06:18 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-04-08 08:06:18 -0400 |
commit | ec78afd2cb6a0fe6e800cc2da756593dfca817e9 (patch) | |
tree | b4e561ceea91bae9db97814b4335fb632ba3a9a8 /extraconfig | |
parent | 706c2fe4b62f95ac13ee800fc08e549180afc810 (diff) |
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
Diffstat (limited to 'extraconfig')
-rw-r--r-- | extraconfig/tasks/noop.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
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 |