aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2014-05-02 16:02:35 +1200
committerSteve Baker <sbaker@redhat.com>2014-05-02 16:02:35 +1200
commite9c3d6f06b5577be4e2f91bf8f3ddbb06d913748 (patch)
treeb1f1b29821b74eb05e0e6ac8c39118e5c2091c0b /nova-compute-config.yaml
parentb8d42f54c6ca193d6b24162d01f3e0a56bd8c6e6 (diff)
Specify group os-apply-config for config resources
This will indicate to os-collect-config that this config resource represents os-apply-config configuration data, so it can only write out top-level config files for os-apply-config data (or Heat::Ungrouped for backwards compatibility). Change-Id: I3552fdd6df8106ab83cfd17d5f4b137cf33fbc36 Related-Bug: #1299109
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 02d8e002..91a3cfe6 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -2,6 +2,7 @@ Resources:
NovaComputeConfig:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config:
nova:
compute_driver: { get_input: nova_compute_driver }
@@ -48,4 +49,5 @@ Resources:
NovaComputePassthrough:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config: {get_input: passthrough_config}