B #282: Workaround NM race condition

pull/283/head
Jan Orel 2 years ago
parent f1bc2c4fc0
commit 1303995440
No known key found for this signature in database
GPG Key ID: C7B901ABAF4CFF1B

@ -34,6 +34,10 @@ configure_network()
wait_for_nm wait_for_nm
gen_resolvconf gen_resolvconf
gen_network_configuration gen_network_configuration
# address race condition on el8
# https://github.com/OpenNebula/addon-context-linux/issues/282
nmcli general reload
} }
stop_network() stop_network()

Loading…
Cancel
Save