]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: remove 'rest' module
authorJohn Spray <john.spray@redhat.com>
Thu, 1 Jun 2017 21:15:43 +0000 (17:15 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 2 Jun 2017 09:01:23 +0000 (05:01 -0400)
commit1797028370bcd893c02ceb13b60b489aa3c131b3
treec2bffd9fc20b51205c0593d2457f13479fcaece2
parentb5da257b2aadaf83469a280009cc870724f8bd70
pybind: remove 'rest' module

The 'restful' module is in there now and we don't need two.

Signed-off-by: John Spray <john.spray@redhat.com>
28 files changed:
src/pybind/mgr/dashboard/README.rst
src/pybind/mgr/rest/__init__.py [deleted file]
src/pybind/mgr/rest/app/__init__.py [deleted file]
src/pybind/mgr/rest/app/fixtures/ceph_fake.json [deleted file]
src/pybind/mgr/rest/app/management/__init__.py [deleted file]
src/pybind/mgr/rest/app/management/commands/__init__.py [deleted file]
src/pybind/mgr/rest/app/management/commands/api_docs.py [deleted file]
src/pybind/mgr/rest/app/manager/__init__.py [deleted file]
src/pybind/mgr/rest/app/manager/osd_request_factory.py [deleted file]
src/pybind/mgr/rest/app/manager/pool_request_factory.py [deleted file]
src/pybind/mgr/rest/app/manager/request_collection.py [deleted file]
src/pybind/mgr/rest/app/manager/request_factory.py [deleted file]
src/pybind/mgr/rest/app/manager/user_request.py [deleted file]
src/pybind/mgr/rest/app/models.py [deleted file]
src/pybind/mgr/rest/app/serializers/__init__.py [deleted file]
src/pybind/mgr/rest/app/serializers/fields.py [deleted file]
src/pybind/mgr/rest/app/serializers/v2.py [deleted file]
src/pybind/mgr/rest/app/settings.py [deleted file]
src/pybind/mgr/rest/app/types.py [deleted file]
src/pybind/mgr/rest/app/urls/__init__.py [deleted file]
src/pybind/mgr/rest/app/urls/v2.py [deleted file]
src/pybind/mgr/rest/app/util.py [deleted file]
src/pybind/mgr/rest/app/views/__init__.py [deleted file]
src/pybind/mgr/rest/app/views/paginated_mixin.py [deleted file]
src/pybind/mgr/rest/app/views/rpc_view.py [deleted file]
src/pybind/mgr/rest/app/views/v2.py [deleted file]
src/pybind/mgr/rest/logger.py [deleted file]
src/pybind/mgr/rest/module.py [deleted file]