Spellchecking cleanup

s/Openstack/OpenStack/
s/CA cahin/CA chain/
s/necesary/necessary/
s/undeterministic behavior/nondeterministic behavior/

Change-Id: I25b61fde65743913b51b562d1558654c6fdcd728
This commit is contained in:
Jon Schlueter
2015-06-29 11:44:49 -04:00
parent 94b809f110
commit c82368f4ad
4 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ Global Options
SSL setup
---------
Packstack supports ability to be get CA certificate and use it to sign all certificates used in Openstack deployment. Standard workflow for this would be creating Subordinate CA. If Root CA is given to Packstack it is not safe to use it for anything else. If no CA is provided and CONFIG_SSL_CACERT_SELFSIGN is set to 'y' Packstack will use Selfsigned CA.
Packstack supports ability to be get CA certificate and use it to sign all certificates used in OpenStack deployment. Standard workflow for this would be creating Subordinate CA. If Root CA is given to Packstack it is not safe to use it for anything else. If no CA is provided and CONFIG_SSL_CACERT_SELFSIGN is set to 'y' Packstack will use Selfsigned CA.
**CONFIG_SSL_CERT_DIR**
Enter the path to use to store generated SSL certificates in.

View File

@@ -103,7 +103,7 @@ def initConfig(controller):
"DEPRECATES": ['CONFIG_SSL_KEY']},
{"CMD_OPTION": "os-ssl-cachain",
"PROMPT": ("Enter the CA cahin file corresponding to the certificate "
"PROMPT": ("Enter the CA chain file corresponding to the certificate "
"if one was entered"),
"OPTION_LIST": [],
"VALIDATORS": [],

View File

@@ -431,7 +431,7 @@ def gather_host_keys(config, messages):
def create_api_manifest(config, messages):
# Since this step is running first, let's create necesary variables here
# Since this step is running first, let's create necessary variables here
# and make them global
global compute_hosts, network_hosts
com_var = config.get("CONFIG_COMPUTE_HOSTS", "")

View File

@@ -55,7 +55,7 @@ def create_manifest(config, messages):
manifestdata = getManifestTemplate("postscript")
appendManifestFile(manifestfile, manifestdata, 'postscript')
# TO-DO: remove this temporary fix for nova-network/neutron
# undeterministic behavior
# nondeterministic behavior
provision = (
config.get("CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE") not in
set(['false', 'n', None])