From 4ca6c5c71c386ac7391a05960c98e4adfd3ec690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Wed, 17 Oct 2018 14:32:47 +0200 Subject: [PATCH] Correct a minor typo in the doc that could lead to some issues If we don't pass the right param, we can end up with a broken service. Change-Id: Ia55ce808063acac8803a54b7ffac8e689c9b4d69 --- environments/services/octavia.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/services/octavia.yaml b/environments/services/octavia.yaml index 96372dd90d..ef78ebcef1 100644 --- a/environments/services/octavia.yaml +++ b/environments/services/octavia.yaml @@ -10,6 +10,6 @@ parameter_defaults: # This flag enables internal generation of certificates for communication # with amphorae. Use OctaviaCaCert, OctaviaCaKey, OctaviaCaKeyPassphrase - # and OctaviaClient cert to configure secure production environments. + # and OctaviaClientCert to configure secure production environments. OctaviaGenerateCerts: true