Fix typos

Multiple files in t-h-t were having small typos.
Fixed in this patchset.
.
Change-Id: I82d7071747f47544990ed46e2be22931190406b3
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-01-08 13:25:43 +05:30
parent bb05fa304a
commit 99d743f113
11 changed files with 16 additions and 16 deletions

View File

@ -5,7 +5,7 @@
# root_template: identifies repository's root template # root_template: identifies repository's root template
# root_environment: identifies root_environment, this one is special in terms of # root_environment: identifies root_environment, this one is special in terms of
# order in which the environments are merged before deploying. This one serves as # order in which the environments are merged before deploying. This one serves as
# a base and it's parameters/resource_registry gets overriden by other environments # a base and it's parameters/resource_registry gets overridden by other environments
# if used. # if used.
# topics: # topics:
@ -21,7 +21,7 @@
# Attributes: # Attributes:
# title: (optional) # title: (optional)
# description: (optional) # description: (optional)
# tags: a list of tags to provide aditional information for e.g. filtering (optional) # tags: a list of tags to provide additional information for e.g. filtering (optional)
# environments: (required) # environments: (required)
# environments: # environments:

View File

@ -16,7 +16,7 @@ parameters:
type: string type: string
ManagementNetAdminStateUp: ManagementNetAdminStateUp:
default: false default: false
description: This admin state of of the network. description: The admin state of the network.
type: boolean type: boolean
ManagementNetEnableDHCP: ManagementNetEnableDHCP:
default: false default: false

View File

@ -12,7 +12,7 @@ parameters:
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with noop.yaml ControlPlaneIP: # Here for compatibility with noop.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string

View File

@ -8,19 +8,19 @@ parameters:
description: Name of the service to lookup description: Name of the service to lookup
default: '' default: ''
type: string type: string
NetworkName: # Here for compatability with ctlplane_vip.yaml NetworkName: # Here for compatibility with ctlplane_vip.yaml
description: Name of the network where the VIP will be created description: Name of the network where the VIP will be created
default: ctlplane default: ctlplane
type: string type: string
PortName: # Here for compatability with ctlplane_vip.yaml PortName: # Here for compatibility with ctlplane_vip.yaml
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with ctlplane_vip.yaml ControlPlaneIP: # Here for compatibility with ctlplane_vip.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string
ControlPlaneNetwork: # Here for compatability with ctlplane_vip.yaml ControlPlaneNetwork: # Here for compatibility with ctlplane_vip.yaml
description: The name of the undercloud Neutron control plane description: The name of the undercloud Neutron control plane
default: ctlplane default: ctlplane
type: string type: string

View File

@ -12,7 +12,7 @@ parameters:
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with noop.yaml ControlPlaneIP: # Here for compatibility with noop.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string

View File

@ -12,7 +12,7 @@ parameters:
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with noop.yaml ControlPlaneIP: # Here for compatibility with noop.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string

View File

@ -12,7 +12,7 @@ parameters:
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with noop.yaml ControlPlaneIP: # Here for compatibility with noop.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string

View File

@ -12,7 +12,7 @@ parameters:
description: Name of the port description: Name of the port
default: '' default: ''
type: string type: string
ControlPlaneIP: # Here for compatability with noop.yaml ControlPlaneIP: # Here for compatibility with noop.yaml
description: IP address on the control plane description: IP address on the control plane
default: '' default: ''
type: string type: string

View File

@ -4,7 +4,7 @@ description: >
This is a template which will inject the trusted anchor. This is a template which will inject the trusted anchor.
parameters: parameters:
# Can be overriden via parameter_defaults in the environment # Can be overridden via parameter_defaults in the environment
SSLRootCertificate: SSLRootCertificate:
description: > description: >
The content of a CA's SSL certificate file in PEM format. The content of a CA's SSL certificate file in PEM format.

View File

@ -5,7 +5,7 @@ description: >
for the load balancer using the given parameters. for the load balancer using the given parameters.
parameters: parameters:
# Can be overriden via parameter_defaults in the environment # Can be overridden via parameter_defaults in the environment
SSLCertificate: SSLCertificate:
description: > description: >
The content of the SSL certificate (without Key) in PEM format. The content of the SSL certificate (without Key) in PEM format.
@ -21,7 +21,7 @@ parameters:
type: string type: string
hidden: true hidden: true
# Can be overriden by parameter_defaults if the user wants to try deploying # Can be overridden by parameter_defaults if the user wants to try deploying
# this in a distro that doesn't support this path. # this in a distro that doesn't support this path.
DeployedSSLCertificatePath: DeployedSSLCertificatePath:
default: '/etc/pki/tls/private/overcloud_endpoint.pem' default: '/etc/pki/tls/private/overcloud_endpoint.pem'

View File

@ -34,7 +34,7 @@ $enable_load_balancer = hiera('enable_load_balancer', true)
# When to start and enable services which haven't been Pacemakerized # When to start and enable services which haven't been Pacemakerized
# FIXME: remove when we start all OpenStack services using Pacemaker # FIXME: remove when we start all OpenStack services using Pacemaker
# (occurences of this variable will be gradually replaced with false) # (occurrences of this variable will be gradually replaced with false)
$non_pcmk_start = hiera('step') >= 4 $non_pcmk_start = hiera('step') >= 4
if hiera('step') >= 1 { if hiera('step') >= 1 {