diff options
Diffstat (limited to 'controller.yaml')
-rw-r--r-- | controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.yaml b/controller.yaml index 439c79f9..a2da3d39 100644 --- a/controller.yaml +++ b/controller.yaml @@ -475,7 +475,7 @@ resources: type: OS::TripleO::SoftwareDeployment properties: signal_transport: NO_SIGNAL - config: {get_attr: [NetworkConfig, config_id]} + config: {get_resource: NetworkConfig} server: {get_resource: Controller} input_values: bridge_name: br-ex |