summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2013-09-18 17:38:31 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2013-09-19 09:48:26 -0700
commitfdc05963528c694dab29283d96d685c37080ccb4 (patch)
tree12b9742f0671c296dc351f41a4ab477d31dd9a4a /etc
parentde648bb7bfa9985ab67c0754c25d35cd71f6eb81 (diff)
downloadnova-fdc05963528c694dab29283d96d685c37080ccb4.tar.gz
Typo: certicates=>certificates in nova.conf
The help message for cinder_ca_certificates_file and neutron_ca_certificates_file spelled certificates wrong. As this is user facing, we should fix it. Fixes bug 1227780 Change-Id: If9372fffb655d21069c005351ebb593d8e16e056
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 5883992a4a..365fce3884 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -1279,7 +1279,7 @@
# (integer value)
#neutron_extension_sync_interval=600
-# Location of ca certicates file to use for neutronclient
+# Location of ca certificates file to use for neutron client
# requests. (string value)
#neutron_ca_certificates_file=<None>
@@ -2514,7 +2514,7 @@
# region name of this node (string value)
#os_region_name=<None>
-# Location of ca certicates file to use for cinder client
+# Location of ca certificates file to use for cinder client
# requests. (string value)
#cinder_ca_certificates_file=<None>