Skip to content

Commit 0885546

Browse files
committed
mgr/cephadm: updating mgmt-gateway teuthology
Fixes: https://tracker.ceph.com/issues/70359 Signed-off-by: Redouane Kachach <[email protected]>
1 parent 2862e0e commit 0885546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/suites/orch/cephadm/workunits/task/test_mgmt_gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ tasks:
4848
enable_health_check_endpoint: True
4949
EOT
5050
# Add generated certificates to spec file
51-
echo " ssl_certificate: |" >> /tmp/mgmt.spec
51+
echo " ssl_cert: |" >> /tmp/mgmt.spec
5252
while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/cert.pem >> /tmp/mgmt.spec
53-
echo " ssl_certificate_key: |" >> /tmp/mgmt.spec
53+
echo " ssl_key: |" >> /tmp/mgmt.spec
5454
while read LINE; do echo $LINE | sed -e "s/^/ /"; done < /tmp/key.pem >> /tmp/mgmt.spec
5555
# Apply spec
5656
ceph orch apply -i /tmp/mgmt.spec

0 commit comments

Comments
 (0)