Merge pull request #3336 from manuelbuil/disable-nm-cloud-setup

Disable nm-cloud-setup service in RHEL
This commit is contained in:
Catherine Luse
2021-06-17 11:28:17 -07:00
committed by GitHub
+6
View File
@@ -388,3 +388,9 @@ It is recommended to turn off firewalld:
```
systemctl disable firewalld --now
```
If enabled, it is required to disable nm-cloud-setup and reboot the node:
```
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
reboot
```