Skip to content

Commit 097bddb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix netplan packages do not getting fully removed"
2 parents bd24c50 + 3490905 commit 097bddb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/roles/network-debian/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
package:
1919
name:
2020
- libnetplan0
21+
- libnetplan1
2122
- netplan.io
23+
- netplan-generator
2224
state: absent
2325
notify:
2426
- Remove netplan systemd-networkd configuration
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix a bug where netplan packages are not fully removed resulting generated
5+
network configurations are not getting applied with ``host configure``
6+
commands. 'LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>'__

0 commit comments

Comments
 (0)