]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
node-proxy: modify the endpoint url from default config
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 14 Sep 2023 16:10:01 +0000 (16:10 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 14:43:30 +0000 (14:43 +0000)
This updates the endpoint url from DEFAULT_CONFIG in order
to match the new endpoint recently added.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/cephadm/cephadmlib/node_proxy/server.py

index 18cfedb05012969847e6fa37d64d77493da6de77..54396f445ddaac7f0c83ef6ce9db946c3e57aed1 100644 (file)
@@ -12,7 +12,7 @@ DEFAULT_CONFIG = {
     'reporter': {
         'check_interval': 5,
         'push_data_max_retries': 30,
-        'endpoint': 'http://127.0.0.1:8150',
+        'endpoint': 'https://127.0.0.1:7150/node-proxy/data',
     },
     'system': {
         'refresh_interval': 5