diff options
author | Tim Rozet <trozet@redhat.com> | 2017-10-02 11:52:56 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-10-07 00:55:58 +0000 |
commit | 8ad75087cf6f7f315b0643d4702e8b724f5c41d6 (patch) | |
tree | 4db61fd2c0d540b698387887f0fa64041214d83c /network/ports | |
parent | 02dffd2da7a0d9e4a8c00686747f157583291c3f (diff) |
Fixes missing type for heat param TenantNetName
Closes-Bug: 1720823
Change-Id: I239cc9f827fe99a553f9c18b80336bc6ce0b1d14
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit ba5436099d37898e418406f8b4376923e14f4c89)
Diffstat (limited to 'network/ports')
-rw-r--r-- | network/ports/net_ip_list_map.j2.yaml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/network/ports/net_ip_list_map.j2.yaml b/network/ports/net_ip_list_map.j2.yaml index e929ab2c..16bd3986 100644 --- a/network/ports/net_ip_list_map.j2.yaml +++ b/network/ports/net_ip_list_map.j2.yaml @@ -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}} |