You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…zure#425)
There is no reason for walinuxagent.service to attempt to start up
cloud-final.service if it is running, so remove it from Wants.
There is also no reason for it to need to run After cloud-final, so
remove that also. The need for this is because cloud-init was starting
walinux.service during cloud-init.service, which would cause unresolvable
cyclic dependencies.
As filed in launchpad at bug 1623570 we've come across some issues with the After and Wants in walinux-agent.service.
This was noticed due to change to cloud-init for bug 1576692. However, it is not clear why either of those were added to the unit.
The text was updated successfully, but these errors were encountered: