diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-04-11 01:14:08 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-04-11 01:14:09 +0000 |
commit | 49bae7f298c636887797d5c586328afb4241d8ff (patch) | |
tree | 241ccc060668239ef1654f6053ff2fd5f9ca67df /extraconfig/tasks | |
parent | 8d663e09fabc357d35b16b945c5eaced1f05c2a8 (diff) | |
parent | ec78afd2cb6a0fe6e800cc2da756593dfca817e9 (diff) |
Merge "Replace extraconfig/tasks/noop.yaml w/ Heat::None"
Diffstat (limited to 'extraconfig/tasks')
-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 |