Merge "LVM in cinder-volume container without udev"
[apex-tripleo-heat-templates.git] / network / internal_api_v6.yaml
index 19d64b0..0688f13 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2015-04-30
+heat_template_version: pike
 
 description: >
   Internal API network. Used for most APIs, Database, RPC.
@@ -16,7 +16,7 @@ parameters:
     type: json
   InternalApiNetAdminStateUp:
     default: false
-    description: This admin state of of the network.
+    description: The admin state of the network.
     type: boolean
   InternalApiNetShared:
     default: false
@@ -68,3 +68,5 @@ outputs:
   OS::stack_id:
     description: Neutron internal network
     value: {get_resource: InternalApiNetwork}
+  subnet_cidr:
+    value: {get_attr: InternalApiSubnet, cidr}