Fixes missing type for heat param TenantNetName
authorTim Rozet <trozet@redhat.com>
Mon, 2 Oct 2017 15:52:56 +0000 (11:52 -0400)
committerEmilien Macchi <emilien@redhat.com>
Sat, 7 Oct 2017 00:55:58 +0000 (00:55 +0000)
Closes-Bug: 1720823

Change-Id: I239cc9f827fe99a553f9c18b80336bc6ce0b1d14
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit ba5436099d37898e418406f8b4376923e14f4c89)

network/ports/net_ip_list_map.j2.yaml
releasenotes/notes/fix-tenant-net-name-type-94a9c50c86529001.yaml [new file with mode: 0644]

index e929ab2..16bd398 100644 (file)
@@ -21,30 +21,6 @@ parameters:
   NetworkHostnameMap:
     default: []
     type: json
-
-  InternalApiNetName:
-    default: internal_api
-    description: The name of the internal_api network.
-    type: string
-  ExternalNetName:
-    default: external
-    description: The name of the external network.
-    type: string
-  ManagementNetName:
-    default: management
-    description: The name of the management network.
-    type: string
-  StorageNetName:
-    default: storage
-    description: The name of the storage network.
-    type: string
-  StorageMgmtNetName:
-    default: storage_mgmt
-    description: The name of the storage_mgmt network.
-    type: string
-  TenantNetName:
-    default: tenant
-    description: The name of the tenant network.
 {%- for network in networks %}
   {{network.name}}NetName:
     default: {{network.name_lower}}
diff --git a/releasenotes/notes/fix-tenant-net-name-type-94a9c50c86529001.yaml b/releasenotes/notes/fix-tenant-net-name-type-94a9c50c86529001.yaml
new file mode 100644 (file)
index 0000000..77d9d52
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Removes hardcoded network names.  The networks are
+    now defined dynamically by network_data.yaml.