diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-01-08 08:17:23 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-01-08 08:17:23 +0000 |
commit | 5466d83f118a36532c3fe33bbcdd67219a201b65 (patch) | |
tree | 73f50a6720d9232572426715ae58cd81dffb6669 /compute-config.yaml | |
parent | 3217305e8d841e56d8e72e0241338e667be23f37 (diff) | |
parent | 6812f6f644914da6d4b1c62230517cdd29b1e5f9 (diff) |
Merge "Puppet: overcloud compute config"
Diffstat (limited to 'compute-config.yaml')
-rw-r--r-- | compute-config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compute-config.yaml b/compute-config.yaml index 45bb8e1e..8cc73103 100644 --- a/compute-config.yaml +++ b/compute-config.yaml @@ -3,6 +3,13 @@ heat_template_version: 2014-10-16 description: > Software Config for Nova Compute. +parameters: + # unused here but is a placeholder for other compute-config templates + # which may choose to create in-templates resources that require server + server_id: + type: string + hidden: true + resources: NovaComputeConfigImpl: type: OS::Heat::StructuredConfig |