]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator_cli: convert service add/rm commands to be type-specific
authorJeff Layton <jlayton@redhat.com>
Thu, 20 Dec 2018 11:56:01 +0000 (06:56 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 14 Jan 2019 12:11:36 +0000 (07:11 -0500)
commitd07effa132041dc853cc4a968009f6458aca32fa
treec2523b6ad7b2e2a51b50eee98f719ef930e1777c
parent09dc84aaa932cb55786d84a10ff9a0aeb86f3135
mgr/orchestrator_cli: convert service add/rm commands to be type-specific

When adding services, we often need different sets of arguments
depending on the service type. Convert the "service add" and "service
rm" commands into separate commands for each service type.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
doc/mgr/orchestrator_cli.rst
src/pybind/mgr/orchestrator_cli/module.py