
Reviewed-by: Paulo Vital <pvital@linux.vnet.ibm.com> On 01/22/2016 10:38 AM, Aline Manera wrote:
This patch set depends on Wok patch: - "[Kimchi-devel] [PATCH] [Wok 0/3] Remove Kimchi options from wok and improve how plugins are loaded"
Aline Manera (4): Update Kimchi configuration according to recent changes on Wok Remove authentication method information from Kimchi Use the cached values for wok config when required Add federation and create_iso_pool options to Kimchi configuration file
__init__.py | 6 +- config.py.in | 11 +++- docs/API.md | 3 +- docs/README-federation.md | 4 +- kimchi.conf | 13 ++++- model/config.py | 14 ++--- model/peers.py | 14 +++-- model/storagepools.py | 8 +-- root.py | 6 +- tests/test_config.py.in | 10 ++-- tests/test_rest.py | 6 +- ui/js/src/kimchi.api.js | 106 ++++++++++++++++++------------------ ui/js/src/kimchi.guest_edit_main.js | 6 +- ui/js/src/kimchi.main.js | 16 ++++-- ui/pages/i18n.json.tmpl | 3 +- 15 files changed, 126 insertions(+), 100 deletions(-)