]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
node-proxy: address a typo
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 12 Jan 2024 09:09:15 +0000 (09:09 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 16:11:54 +0000 (16:11 +0000)
commit6d1c80a5e902c54ba3050b4e30cee1262e625381
treed99c11b112f79a7a891dcda6f8c48dc5348be827
parente1630fb8fcfa4460306b5e506c6a436f68c505a8
node-proxy: address a typo

while checking logs, I noticed the following message:

```
2024-01-12 09:08:03,751 - reporter - INFO - Reporter url set to https:10.10.10.11:7150/node-proxy/data
```

Although this is only a cosmetic issue as this variable
is only used for logging messages, let's fix it.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 1c4a212eb8d9608630c518cbbf46ab97051b1bc0)
src/ceph-node-proxy/ceph_node_proxy/reporter.py