~npochet/charm-sysconfig:fix-unnecessary-grub

Last commit made on 2020-01-10
Get this branch:
git clone -b fix-unnecessary-grub https://git.launchpad.net/~npochet/charm-sysconfig
Only Nicolas Pochet can upload to this branch. If you are Nicolas Pochet please log in for upload directions.

Branch merges

Branch information

Name:
fix-unnecessary-grub
Repository:
lp:~npochet/charm-sysconfig

Recent commits

b844615... by Nicolas Pochet

Verify grub parameters and affinity

* Verify that grub parameters are set before running update_grub_file
function. If it is not verified, this function will run and set the
default options through the grub template which is undesirable.
* Verify that systemd parameters are set before running
update_systemd_system_file function.

e4c328d... by Giuseppe Petralia

Allow value containing comma in config-flags option

562e2fb... by Giuseppe Petralia

Minor fixes

8439707... by Giuseppe Petralia

Fix typos and add missing steps to Makefile

27e23e1... by Giuseppe Petralia

Delete pre-commit-config

20a42ae... by Giuseppe Petralia

Remove duplicated unit test and unused import from sysconfig.py

2878ee6... by Giuseppe Petralia

Move charm code to src to simplify make clean/build

Update functional tests to reflect the change

Update gitignore

9131ab8... by Giuseppe Petralia

Remove redundant code and fix unit tests.

cc1e334... by Giuseppe Petralia

Silent check_call output redirecting to subprocess.DEVNULL

68123b5... by Giuseppe Petralia

Add config-flags for backward compatitbility