From d3c3f148f4437587f38b390a08dca5a34c47c1c6 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 31 May 2019 09:11:08 -0700 Subject: [PATCH] Clarify that the certificate guide should be used The quick start guide was pointing users to the old create_certificate.sh script. This patch clarifies that the "Octavia Certificate Configuration Guide" should be used when configurting certificates for the Octavia controllers. It also adds a warning to the create_certificate.sh script. Change-Id: I7a87430be5a1553ff760e31c26ca52090399d00a --- bin/create_certificates.sh | 11 +++++++++++ doc/source/contributor/guides/dev-quick-start.rst | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/bin/create_certificates.sh b/bin/create_certificates.sh index cc4442fc0b..1f46bb0d59 100755 --- a/bin/create_certificates.sh +++ b/bin/create_certificates.sh @@ -1,5 +1,11 @@ #!/bin/bash +# NOTE: This script should not be used for creating certificates in a +# deployment. It is only used for some testing jobs. +# Please follow the Octavia Certificate Configuration Guide when setting +# up a deployment. See: +# https://docs.openstack.org/octavia/latest/admin/guides/certificates.html + # USAGE: