]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: no need to setup venv for dashboard
authorKefu Chai <kchai@redhat.com>
Wed, 11 Apr 2018 14:28:45 +0000 (22:28 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 11 Apr 2018 14:28:46 +0000 (22:28 +0800)
commitb41e049cca9433a2b211190d44e6958cf3351124
tree692c2a0605ba324d9e0cf7cde98421e09e685613
parent213652aa6df094d339f57b2b0d9616507a77678c
cmake: no need to setup venv for dashboard

unlike ceph-disk and ceph-detect-init, dashboard is not a standalone
python application, it is a python application hosted by ceph-mgr,
so no need to create a venv in which it is deployed. the python env
created by tox would suffice.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/CMakeLists.txt
src/pybind/mgr/dashboard/run-tox.sh
src/test/CMakeLists.txt