Merge "Enable TLS configuration for containerized Galera"
[apex-tripleo-heat-templates.git] / network / external_v6.yaml
index e577c1c..9d1c3d0 100644 (file)
@@ -16,7 +16,7 @@ parameters:
     type: json
   ExternalNetAdminStateUp:
     default: false
-    description: This admin state of of the network.
+    description: The admin state of the network.
     type: boolean
   ExternalNetShared:
     default: false
@@ -72,3 +72,5 @@ outputs:
   OS::stack_id:
     description: Neutron external network
     value: {get_resource: ExternalNetwork}
+  subnet_cidr:
+    value: {get_attr: [ExternalSubnet, cidr]}