]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
orchestrator_cli: fix HandleCommandResult invocations in _status() 25329/head
authorJeff Layton <jlayton@redhat.com>
Thu, 29 Nov 2018 15:49:11 +0000 (10:49 -0500)
committerJeff Layton <jlayton@redhat.com>
Thu, 29 Nov 2018 15:52:08 +0000 (10:52 -0500)
commitaf80dbbeaae546b5acb91edc1d4ba9fe2b4c1f83
tree7af635b86f3abc20699a4521fe96e2c2050486a3
parent9c515d85db794567d6548c0faaa1243fcd542f4f
orchestrator_cli: fix HandleCommandResult invocations in _status()

These strings were being passed in as positional parameters, but we
need to pass them in as odata=.

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