Replace is_ssl_enabled_service

It was kept for backword compatibility but now returns the same value
as `is_service_enabled tls_proxy`[1].

[1] f3b2f4c85307b14f115a020f5eaf6c92026b55b4

Change-Id: I245b0ba9a81c934c808c0043a010f1ef82eee703
This commit is contained in:
Takashi Kajinami 2023-12-20 20:48:30 +09:00
parent 537e69aeb8
commit 3da07be83a
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"