Drop _net suffix from isolated network names

It's kind of superfluous and these names are already so long that
they push the actions button for the instances off the side of my
horizon window.  I'm only changing the default name, not the name
of the parameter, in the interest of backwards compatibility.
This commit is contained in:
Ben Nemec 2016-05-04 12:53:12 -05:00
parent bdecf1d45a
commit b5830b4fd5

View File

@ -7,7 +7,7 @@ parameters:
overcloud_internal_net:
type: string
description: Name of internal API network
default: overcloud_internal_net
default: overcloud_internal
overcloud_internal_net_cidr:
type: string
@ -17,7 +17,7 @@ parameters:
overcloud_storage_net:
type: string
description: Name of storage network
default: overcloud_storage_net
default: overcloud_storage
overcloud_storage_net_cidr:
type: string
@ -27,7 +27,7 @@ parameters:
overcloud_storage_mgmt_net:
type: string
description: Name of storage management network
default: overcloud_storage_mgmt_net
default: overcloud_storage_mgmt
overcloud_storage_mgmt_net_cidr:
type: string
@ -37,7 +37,7 @@ parameters:
overcloud_tenant_net:
type: string
description: Name of tenant network
default: overcloud_tenant_net
default: overcloud_tenant
overcloud_tenant_net_cidr:
type: string