Merge "Enable Neutron LBaaS Integration"
[apex-tripleo-heat-templates.git] / network / external.yaml
index 277c761..8dbe3e2 100644 (file)
@@ -15,7 +15,7 @@ parameters:
     type: json
   ExternalNetAdminStateUp:
     default: false
-    description: This admin state of the network.
+    description: The admin state of the network.
     type: boolean
   ExternalNetEnableDHCP:
     default: false
@@ -65,3 +65,5 @@ outputs:
   OS::stack_id:
     description: Neutron external network
     value: {get_resource: ExternalNetwork}
+  subnet_cidr:
+    value: {get_attr: ExternalSubnet, cidr}