]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rook: Remove service_type param from remove_service() 38704/head
authorVarsha Rao <varao@redhat.com>
Wed, 23 Dec 2020 13:26:02 +0000 (13:26 +0000)
committerVarsha Rao <varao@redhat.com>
Wed, 23 Dec 2020 13:39:02 +0000 (13:39 +0000)
commitef10bc08e340026eb53c51f68a804a5b8aa5d9be
treeec9ddd446069eb6dd14551f4b832f26b3549406c
parent37d0e85d101e15c894ad912ec9fcd70ef3d515d9
mgr/rook: Remove service_type param from remove_service()

Orchestrator defines service name as "<service_type>.<service_id>". The
remove_service method requires only service_name as parameter. Removing
service_type parameter fixes the type error.

Fixes: https://tracker.ceph.com/issues/47968
Signed-off-by: Varsha Rao <varao@redhat.com>
src/pybind/mgr/rook/module.py