V2:
- Change is_nm_running to use a 'cross distro' command.
- Update the warning message
NetworkManager might have some instability when managing the bridges created by libvirt.
There some bugs against NM about it and there is no much we can do more than warn the
users about it. So, this patchset checks if NM is running and, if so, will display a
message to users.
Jose Ricardo Ziviani (2):
Implement function to check if NM is running.
Add a warn about NM running in the system.
src/kimchi/model/config.py | 1 +
src/kimchi/model/featuretests.py | 10 ++++++++++
tests/test_rest.py | 3 ++-
ui/js/src/kimchi.network.js | 5 +++++
ui/pages/i18n.json.tmpl | 1 +
5 files changed, 19 insertions(+), 1 deletion(-)
--
1.9.1