[Kimchi-devel] [PATCH 01/17] Ginger Base : Taking off the host tab functionality from kimchi
Aline Manera
alinefm at linux.vnet.ibm.com
Thu Sep 10 13:40:01 UTC 2015
On 01/09/2015 14:53, chandra at linux.vnet.ibm.com wrote:
> From: chandrureddy <chandra at linux.vnet.ibm.com>
>
> ---
> plugins/kimchi/API.json | 134 ------------
> plugins/kimchi/Makefile.am | 3 +-
> plugins/kimchi/config.py.in | 4 -
> plugins/kimchi/control/host.py | 96 ---------
> plugins/kimchi/docs/README.md | 6 +-
> plugins/kimchi/i18n.py | 50 -----
> plugins/kimchi/kimchi.conf | 7 -
> plugins/kimchi/mockmodel.py | 21 --
> plugins/kimchi/model/config.py | 21 --
> plugins/kimchi/model/host.py | 320 -----------------------------
> plugins/kimchi/root.py | 1 -
> plugins/kimchi/tests/test_authorization.py | 6 -
> plugins/kimchi/tests/test_config.py.in | 8 -
> plugins/kimchi/tests/test_model.py | 237 ---------------------
> plugins/kimchi/tests/test_rest.py | 47 -----
> plugins/kimchi/ui/config/tab-ext.xml | 7 -
> plugins/kimchi/ui/js/src/kimchi.api.js | 250 ----------------------
> plugins/kimchi/ui/pages/i18n.json.tmpl | 43 ----
> 18 files changed, 4 insertions(+), 1257 deletions(-)
From my view, some files should be removed from Kimchi.
control/host.py
model/host.py
And much others.
Why did you keep them there?
More information about the Kimchi-devel
mailing list