diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index c0a69afe..a7a7ab8c 100644 --- a/compute.yaml +++ b/compute.yaml @@ -257,6 +257,9 @@ resources: NovaComputeConfig: type: OS::TripleO::Compute::SoftwareConfig + properties: + # allow configs to create sub-resources attached to the server + server_id: {get_resource: NovaCompute} NovaComputeDeployment: type: OS::TripleO::SoftwareDeployment |