Merge "Replace is_ssl_enabled_service"

This commit is contained in:
Zuul 2024-02-19 16:07:36 +00:00 committed by Gerrit Code Review
commit 70bb9a64a1
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ function create_magnum_conf {
fi
# Register SSL certificates if provided
if is_ssl_enabled_service magnum; then
if is_service_enabled tls-proxy; then
ensure_certificates MAGNUM
iniset $MAGNUM_CONF DEFAULT ssl_cert_file "$MAGNUM_SSL_CERT"