Switch net-config templates to use OS::stack_id
[apex-tripleo-heat-templates.git] / net-config-noop.yaml
index 70c57aa..3d88dd9 100644 (file)
@@ -34,7 +34,6 @@ resources:
       config:
 
 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}