Merge "Cisco nexus config template - obsolete parameter (replay count)."
[apex-tripleo-heat-templates.git] / network / ports / net_ip_list_map.yaml
index 257d3f9..32272bd 100644 (file)
@@ -19,6 +19,9 @@ parameters:
   TenantIpList:
     default: []
     type: comma_delimited_list
+  ManagementIpList:
+    default: []
+    type: comma_delimited_list
 
 outputs:
   net_ip_map:
@@ -32,3 +35,4 @@ outputs:
       storage: {get_param: StorageIpList}
       storage_mgmt: {get_param: StorageMgmtIpList}
       tenant: {get_param: TenantIpList}
+      management: {get_param: ManagementIpList}