diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-07-22 16:22:06 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-08-16 14:36:13 +0000 |
commit | 248068bd97a9159623f226aa74c9b3ea775346a3 (patch) | |
tree | 792b501683aa3891e46ac17c9f380a9eb0def289 /network | |
parent | 25b60832bd11b1395d51587a7747b0c7d514fee4 (diff) |
Remove deprecated net_ip_subnet_map output
Change-Id: I83ca923140d7f8ca3101e851e88ca3107a99555a
Diffstat (limited to 'network')
-rw-r--r-- | network/ports/net_ip_map.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/network/ports/net_ip_map.yaml b/network/ports/net_ip_map.yaml index 1ed74528..2b98edcc 100644 --- a/network/ports/net_ip_map.yaml +++ b/network/ports/net_ip_map.yaml @@ -101,24 +101,6 @@ outputs: storage_mgmt_uri: {get_param: StorageMgmtIpUri} tenant_uri: {get_param: TenantIpUri} management_uri: {get_param: ManagementIpUri} - # net_ip_subnet_map is deprecated, please use *subnet from net_ip_map - net_ip_subnet_map: - description: > - A Hash containing a mapping of network names to assigned IPs/CIDR - for a specific machine. - value: - ctlplane: - list_join: - - '' - - - {get_param: ControlPlaneIp} - - '/' - - {get_param: ControlPlaneSubnetCidr} - external: {get_param: ExternalIpSubnet} - internal_api: {get_param: InternalApiIpSubnet} - storage: {get_param: StorageIpSubnet} - storage_mgmt: {get_param: StorageMgmtIpSubnet} - tenant: {get_param: TenantIpSubnet} - management: {get_param: ManagementIpSubnet} # net_ip_uri_map is deprecated, please use *uri from net_ip_map net_ip_uri_map: description: > |