]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator_cli: rename to mgr/orchestrator
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 24 Jan 2020 12:08:02 +0000 (13:08 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 17 Feb 2020 09:24:01 +0000 (10:24 +0100)
commitf2c54722860bce81c293d3c10b32f774cc449a36
tree0a6c3d7aa60164db1c544ae630e0b320e3ad80c2
parentb4d9d850c6e02aa8e6bffbf637bfe450370922f0
mgr/orchestrator_cli: rename to mgr/orchestrator

* Move `mgr/orchestrator.py` to `orchestrator/_interface.py`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
13 files changed:
qa/tasks/mgr/test_module_selftest.py
qa/tasks/mgr/test_orchestrator_cli.py
src/pybind/mgr/orchestrator.py [deleted file]
src/pybind/mgr/orchestrator/README.md [new file with mode: 0644]
src/pybind/mgr/orchestrator/__init__.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/_interface.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/module.py [new file with mode: 0644]
src/pybind/mgr/orchestrator_cli/.gitignore [deleted file]
src/pybind/mgr/orchestrator_cli/README.md [deleted file]
src/pybind/mgr/orchestrator_cli/__init__.py [deleted file]
src/pybind/mgr/orchestrator_cli/module.py [deleted file]
src/pybind/mgr/orchestrator_cli/tox.ini [deleted file]
src/pybind/mgr/tox.ini