aboutsummaryrefslogtreecommitdiffstats
path: root/net-config-bond.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-05-19 12:19:52 -0700
committerDan Prince <dprince@redhat.com>2015-05-26 08:50:45 -0400
commite38f7cae7db615c36c9e87bd9bb629fd18eda28a (patch)
tree0d00ac5e4409c3ad05c2f394019e56a2f61d5c1c /net-config-bond.yaml
parentcfdd314564a8531d916cee389990684f9e4e11c8 (diff)
Switch net-config templates to use OS::stack_id
This patch removes the custom config_id outputs and replaces it with OS::stack_id which allows us to just call get_resource in the parent stack. The motivation for this change is we'll be adding more os-net-config templates and it would be nice to take advantage of this newer template feature. Change-Id: I6fcb26024b94420779b86766e16d8a24210c4f8e
Diffstat (limited to 'net-config-bond.yaml')
-rw-r--r--net-config-bond.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-config-bond.yaml b/net-config-bond.yaml
index d41356ac..d74fc0bc 100644
--- a/net-config-bond.yaml
+++ b/net-config-bond.yaml
@@ -60,7 +60,6 @@ resources:
name: nic2
outputs:
- config_id:
- description: The ID of the OsNetConfigImpl resource.
- value:
- {get_resource: OsNetConfigImpl}
+ OS::stack_id:
+ description: The OsNetConfigImpl resource.
+ value: {get_resource: OsNetConfigImpl}