From e38f7cae7db615c36c9e87bd9bb629fd18eda28a Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 19 May 2015 12:19:52 -0700 Subject: 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 --- compute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compute.yaml') diff --git a/compute.yaml b/compute.yaml index ee6d96eb..8e5cdec7 100644 --- a/compute.yaml +++ b/compute.yaml @@ -290,7 +290,7 @@ resources: type: OS::TripleO::SoftwareDeployment properties: signal_transport: NO_SIGNAL - config: {get_attr: [NetworkConfig, config_id]} + config: {get_resource: NetworkConfig} server: {get_resource: NovaCompute} input_values: bridge_name: {get_param: NeutronPhysicalBridge} -- cgit 1.2.3-korg