2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Confignet does not set autoconnect with network manager so disk installed images do not bring up interface on reboot

This commit is contained in:
Simon Thompson 2023-08-17 10:30:36 +02:00
parent ae915cd735
commit b27542ec00

View File

@ -253,6 +253,7 @@ class NetworkManager(object):
def apply_configuration(self, cfg):
cmdargs = {}
cmdargs['connection.autoconnect'] = 'yes'
stgs = cfg['settings']
cmdargs['ipv6.method'] = stgs.get('ipv6_method', 'link-local')
if stgs.get('ipv6_address', None):