~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager:fix-eth-doc

Last commit made on 2018-05-30
Get this branch:
git clone -b fix-eth-doc https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Recent commits

1b0b886... by Alfonso Sanchez-Beato

Add explicitly some libraries to the snap

snapcraft was doing automatically this before, but the behavious has
apparently changed.

1447fbd... by Alfonso Sanchez-Beato

tests: remove now wrong check in eth

4edfb22... by Alfonso Sanchez-Beato

test: remove manual connections that are now unneeded

18144aa... by Alfonso Sanchez-Beato

test: adapt to change in "snap list" output format

34b86b7... by Alfonso Sanchez-Beato

Fix configure hook plugs

We do not use nmcli anymore, and we only need to look at network
configuration files.

f5dc5bc... by Alfonso Sanchez-Beato

Describe how to use ethernet.enable in the docs

As creating manually the netplan files is deprecated and will not
work if done after installing the NM snap.

3de1ee9... by System Enablement CI Bot <email address hidden>

Open development for 1.2.2-16-dev

de9558f... by System Enablement CI Bot <email address hidden>

Bump version to 1.2.2-15

e0f9cea... by System Enablement CI Bot <email address hidden>

Update ChangeLog for 1.2.2-15

c85f763... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-config-race

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/337957

Author: Alfonso Sanchez-Beato <email address hidden>

Make sure there is no race condition between the configure hook and the start of the NM daemon. This is fulfilled by making sure that the only script that touches configuration files is the NM wrapper, while the configure hook only checks the snap properties and re-starts NM if a change has been detected (the later is done by comparing with a file that contains the state in the previous call to the hook). Fixes LP: #1748154.