Skip to content

Commit

Permalink
[Trivialfix]Fix typos
Browse files Browse the repository at this point in the history
Fix typos in heat-templates.

Change-Id: I2be63f3f6cbe25149636abd385d8f6be39b5940a
  • Loading branch information
shangxiaobj committed Jul 26, 2017
1 parent cedf276 commit 0e149fd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openshift-origin/F19/aws-template/openshift.template
Expand Up @@ -63,7 +63,7 @@
"Type": "String"
},
"PrivateNetworkName": {
"Description": "Name of the private network wich will be created",
"Description": "Name of the private network which will be created",
"Type": "String",
"Default": "OpenShift-Network"
},
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down
2 changes: 1 addition & 1 deletion openshift-origin/F19/hot-template/openshift/openshift.yaml
Expand Up @@ -43,7 +43,7 @@ parameters:
description: External network ID
type: string
private_network_name:
description: Name of the private network wich will be created
description: Name of the private network which will be created
type: string
default: OpenShift-Network
private_network_cidr:
Expand Down

0 comments on commit 0e149fd

Please sign in to comment.